blob: 315526c08d0c28b2f0c0ff41e48946d08c17757a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
choice
depends on PACKAGE_gl-puli-mcu
prompt "GL.iNet target"
default GL_PULI_MCU_XE300
config GL_PULI_MCU_XE300
bool "GL.iNet XE300 (Puli)"
config GL_PULI_MCU_XE3000
bool "GL.iNet XE3000 (Puli AX)"
endchoice
|