mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
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
|