root/trunk/freewrt/package/broadcom-wl/Config.in.tools

Revision 2322, 1.0 kB (checked in by wbx, 2 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!

Line 
1 config FWRT_PACKAGE_BROADCOM_WLC
2         prompt "broadcom-wlc...................... wl driver setup utility"
3         tristate
4         default y if FWRT_PACKAGE_KMOD_BROADCOM_WL
5         default n
6         depends on FWRT_PACKAGE_KMOD_BROADCOM_WL
7         help
8           This package contains an utility for initializing the proprietary Broadcom
9           wl driver.
10
11 config FWRT_PACKAGE_BROADCOM_WL_UTIL
12         prompt "broadcom-wl-util.................. Proprietary Broadcom wl driver config utility"
13         tristate
14         default y if FWRT_PACKAGE_KMOD_BROADCOM_WL
15         default n
16         depends on FWRT_PACKAGE_KMOD_BROADCOM_WL
17         help
18           This package contains the proprietary utility (wl) for configuring the
19           proprietary Broadcom wl driver.
20
21 config FWRT_PACKAGE_BROADCOM_NAS
22         prompt "broadcom-nas...................... Proprietary Broadcom WPA/WPA2 authenticator"
23         tristate
24         default y if FWRT_PACKAGE_KMOD_BROADCOM_WL
25         default n
26         depends on FWRT_PACKAGE_KMOD_BROADCOM_WL
27         help
28           This package contains the proprietary WPA/WPA2 authenticator (nas) for the
29           proprietary Broadcom wl driver.
30
31
Note: See TracBrowser for help on using the browser.