diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-27 21:05:17 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-27 21:05:17 +0000 |
commit | 4ac9ee9aa6e596e98a487ee3a3e5a3c2f10b5738 (patch) | |
tree | d267fa15a00e0a6974953885e57f7485927ea36a /openwrt/target/linux/package/diag/Config.in | |
parent | 74845c405d147fff026459f0f70c68c5b4287db2 (diff) |
add diag.o for brcm-2.4 by default, add fixes for wap54g from Tomas Vanek
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3510 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/diag/Config.in')
-rw-r--r-- | openwrt/target/linux/package/diag/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/diag/Config.in b/openwrt/target/linux/package/diag/Config.in index b34f773691..70f726c5b6 100644 --- a/openwrt/target/linux/package/diag/Config.in +++ b/openwrt/target/linux/package/diag/Config.in @@ -2,6 +2,6 @@ config BR2_PACKAGE_KMOD_DIAG prompt "kmod-diag......................... Driver for router LEDs and Buttons" tristate depends BR2_LINUX_2_4_BRCM - default m if CONFIG_DEVEL + default y help Driver for router LEDs and Buttons |