sync with buildroot2 from uclibc, add devices, may be used to build other kernel...
[openwrt.git] / target / device / Config.in
1 choice
2 prompt "Device Support"
3 default BR2_TARGET_ALL
4
5 config BR2_TARGET_ALL
6 bool "Support for all devices"
7
8 config BR2_TARGET_LINKSYS_WRT54G
9 bool "Linksys WRT54G Support"
10
11 config BR2_TARGET_LINKSYS_WRT54GS
12 bool "Linksys WRT54GS Support"
13
14 config BR2_TARGET_ASUS_WL500G
15 bool "Asus WL-500g Support"
16
17 endchoice
This page took 0.040275 seconds and 5 git commands to generate.