diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 19:39:20 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 19:39:20 +0000 |
commit | 6340d8c27d4a4e4fafd7e4f21a0104707521ae21 (patch) | |
tree | 08d3fff0679ad86a70793b4f2aa3f53aae7a8303 /openwrt | |
parent | 48e90f13706c115e01c5851d1ad87b19114d1dec (diff) | |
download | mtk-20170518-6340d8c27d4a4e4fafd7e4f21a0104707521ae21.zip mtk-20170518-6340d8c27d4a4e4fafd7e4f21a0104707521ae21.tar.gz mtk-20170518-6340d8c27d4a4e4fafd7e4f21a0104707521ae21.tar.bz2 |
disable bcm43xx packages, checking the 2.6.16 all-in-one patches, packages does not compile and nobody cares at the moment
SVN-Revision: 3530
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/bcm43xx-standalone/Config.in | 1 | ||||
-rw-r--r-- | openwrt/target/linux/package/ieee80211-dscape/Config.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/bcm43xx-standalone/Config.in b/openwrt/target/linux/package/bcm43xx-standalone/Config.in index 4f9382b..5e15f81 100644 --- a/openwrt/target/linux/package/bcm43xx-standalone/Config.in +++ b/openwrt/target/linux/package/bcm43xx-standalone/Config.in @@ -3,7 +3,6 @@ config BR2_PACKAGE_KMOD_BCM43XX_STANDALONE tristate depends BR2_LINUX_2_6_BRCM select BR2_PACKAGE_KMOD_IEEE80211_DSCAPE - default m if CONFIG_DEVEL default n help Free driver for the Broadcom 43xx wireless chipset diff --git a/openwrt/target/linux/package/ieee80211-dscape/Config.in b/openwrt/target/linux/package/ieee80211-dscape/Config.in index 1277bcb..a440ee2 100644 --- a/openwrt/target/linux/package/ieee80211-dscape/Config.in +++ b/openwrt/target/linux/package/ieee80211-dscape/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_KMOD_IEEE80211_DSCAPE prompt "kmod-ieee80211-dscape............. IEEE 802.11 stack (devicescape)" tristate - default m if CONFIG_DEVEL + default n depends BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_X86 help |