source: freewrt/package/broadcom-diag/Config.in@ 727dae0d

Last change on this file since 727dae0d was 081877a, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

time to break trunk.

  • update to OpenWrt brcm-2.4 patch, wl driver and diag driver
  • fix failsafe mode to use new hotplug method
  • rework of mk/kernel-build.mk to use .config instead of stampfiles
  • simplify mk/kernel*.mk to use $(FS) instead ifeq/else crap

a lot of small stuff.

tested and verified to boot at least on

  • Netgear WG634u
  • Linksys WRT54GS v1.0
  • Asus WL500gP

Only basic lan and wlan stuff (none encryption, wep) are tested.

PLEASE update only on NON-PRODUCTIVE routers with serial access.
HELP to test the new backend code for BRCM-2.4!

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2322 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 943 bytes
Line 
1config FWRT_PACKAGE_KMOD_BROADCOM_DIAG
2 prompt "kmod-broadcom-diag................ Driver for router LEDs and Buttons"
3 tristate
4 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
5 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
6 default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
7 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G
8 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS
9 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4
10 default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
11 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
12 default n
13 depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
14 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
15 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
16 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G || \
17 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS || \
18 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \
19 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
20 FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
21 help
22 Driver for router LEDs and Buttons
Note: See TracBrowser for help on using the repository browser.