diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-09-13 08:30:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-09-13 08:30:35 +0000 |
commit | bbca651e1b7cbe1f9680a2c186fb0f016d4f5501 (patch) | |
tree | 0117e4e465838a2ee657bd8fb384c377d3217975 /target | |
parent | bf29f6455fd57578f26cff7e3aceaaf88b6778ca (diff) | |
download | upstream-bbca651e1b7cbe1f9680a2c186fb0f016d4f5501.tar.gz upstream-bbca651e1b7cbe1f9680a2c186fb0f016d4f5501.tar.bz2 upstream-bbca651e1b7cbe1f9680a2c186fb0f016d4f5501.zip |
remove wpa-supplicant and iw from the Tecom GW6x00 profile
SVN-Revision: 23051
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/profiles/200-GW6X00.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/200-GW6X00.mk b/target/linux/brcm63xx/profiles/200-GW6X00.mk index 892be2f218..fed835b6f9 100644 --- a/target/linux/brcm63xx/profiles/200-GW6X00.mk +++ b/target/linux/brcm63xx/profiles/200-GW6X00.mk @@ -11,7 +11,7 @@ define Profile/GW6X00 kmod-fs-ext2 kmod-nls-cp437 kmod-nls-iso8859-1 kmod-fs-vfat \ kmod-loop e2fsprogs kmod-spi-bitbang kmod-bcm63xx-spi \ kmod-ipt-nathelper-extra kmod-input-gpio-buttons \ - wpa-supplicant iw kmod-leds-gpio kmod-button-hotplug \ + kmod-leds-gpio kmod-button-hotplug \ wl wlc endef |