mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 09:21:33 +02:00
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
|
if RALINK_RT288X
|
||
|
|
||
|
menu "Ralink RT288x machine selection"
|
||
|
|
||
|
config RT288X_MACH_GENERIC
|
||
|
bool "Generic RT288x based machine support"
|
||
|
default y
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
endif
|