diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-25 20:04:16 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-25 20:04:16 +0000 |
| commit | 36bde488207dad7f97621b657c0ceb516b4dd669 (patch) | |
| tree | 2268fc9fa1e349604bfb877d0895018a3cbf72c4 /openwrt/target/linux/package | |
| parent | b3f574ebe87fd5e1038573a4954d027f338eeff9 (diff) | |
| download | mtk-20170518-36bde488207dad7f97621b657c0ceb516b4dd669.zip mtk-20170518-36bde488207dad7f97621b657c0ceb516b4dd669.tar.gz mtk-20170518-36bde488207dad7f97621b657c0ceb516b4dd669.tar.bz2 | |
first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian toolchain
SVN-Revision: 2781
Diffstat (limited to 'openwrt/target/linux/package')
| -rw-r--r-- | openwrt/target/linux/package/diag/Config.in | 4 | ||||
| -rw-r--r-- | openwrt/target/linux/package/madwifi/Config.in | 1 | ||||
| -rw-r--r-- | openwrt/target/linux/package/switch/Config.in | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/diag/Config.in b/openwrt/target/linux/package/diag/Config.in index a33f812..001da0a 100644 --- a/openwrt/target/linux/package/diag/Config.in +++ b/openwrt/target/linux/package/diag/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_KMOD_DIAG prompt "kmod-diag......................... Driver for router LEDs and Buttons" tristate - default y + default y if BR2_LINUX_2_4_BRCM + default m if CONFIG_DEVEL + default n help Driver for router LEDs and Buttons diff --git a/openwrt/target/linux/package/madwifi/Config.in b/openwrt/target/linux/package/madwifi/Config.in index b27bb35..70cd2af 100644 --- a/openwrt/target/linux/package/madwifi/Config.in +++ b/openwrt/target/linux/package/madwifi/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_KMOD_MADWIFI tristate default y if BR2_LINUX_2_6_BRCM default m if CONFIG_DEVEL + default n help Driver for Atheros 802.11a/b/g MiniPCI cards diff --git a/openwrt/target/linux/package/switch/Config.in b/openwrt/target/linux/package/switch/Config.in index 5f7d7dc..407d5de 100644 --- a/openwrt/target/linux/package/switch/Config.in +++ b/openwrt/target/linux/package/switch/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_KMOD_SWITCH tristate default y if BR2_LINUX_2_6_BRCM || BR2_LINUX_2_4_BRCM default m if CONFIG_DEVEL + default n help Kernel driver for ROBO and ADMTEK switches. |
