|
Revision 2322, 0.9 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_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 |
|---|