source: freewrt/package/nvram/Config.in

freewrt_2_0
Last change on this file was 2996e6c, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

menu finetuning for base system

  • Property mode set to 100644
File size: 1.5 KB
Line 
1config FWRT_PACKAGE_NVRAM
2 prompt "nvram.............................. Broadcom config utility"
3 tristate
4 default y if FWRT_LINUX_BRCM_ASUS_WL500G
5 default y if FWRT_LINUX_BRCM_ASUS_WL500G_DELUXE
6 default y if FWRT_LINUX_BRCM_ASUS_WL500G_PREMIUM
7 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G_10
8 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G_11
9 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G_20
10 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G_22
11 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G_30
12 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G_31
13 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G_4
14 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54GS_10
15 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54GS_11
16 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54GS_4
17 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54GL
18 default y if FWRT_LINUX_BRCM_LINKSYS_WRT54G3G
19 default n
20 depends on FWRT_LINUX_BRCM_ASUS_WL500G || \
21 FWRT_LINUX_BRCM_ASUS_WL500G_DELUXE || \
22 FWRT_LINUX_BRCM_ASUS_WL500G_PREMIUM || \
23 FWRT_LINUX_BRCM_LINKSYS_WRT54G_10 || \
24 FWRT_LINUX_BRCM_LINKSYS_WRT54G_11 || \
25 FWRT_LINUX_BRCM_LINKSYS_WRT54G_20 || \
26 FWRT_LINUX_BRCM_LINKSYS_WRT54G_22 || \
27 FWRT_LINUX_BRCM_LINKSYS_WRT54G_30 || \
28 FWRT_LINUX_BRCM_LINKSYS_WRT54G_31 || \
29 FWRT_LINUX_BRCM_LINKSYS_WRT54G_4 || \
30 FWRT_LINUX_BRCM_LINKSYS_WRT54GS_10 || \
31 FWRT_LINUX_BRCM_LINKSYS_WRT54GS_11 || \
32 FWRT_LINUX_BRCM_LINKSYS_WRT54GS_4 || \
33 FWRT_LINUX_BRCM_LINKSYS_WRT54GL || \
34 FWRT_LINUX_BRCM_LINKSYS_WRT54G3G
35 help
36 control utility for broadcom's 'nvram' config area
37
Note: See TracBrowser for help on using the repository browser.