diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2011-07-06 06:35:22 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2011-07-06 06:35:22 +0000 |
commit | 9dc72505a2c030ba187b9708b02e89268481c085 (patch) | |
tree | 6486aff324046926bdcb232a2f8fbf2e375b86d4 /target/linux/brcm63xx/profiles | |
parent | 05c45f0f5e9ef0209b6c105f911eca94a96eec49 (diff) | |
download | upstream-9dc72505a2c030ba187b9708b02e89268481c085.tar.gz upstream-9dc72505a2c030ba187b9708b02e89268481c085.tar.bz2 upstream-9dc72505a2c030ba187b9708b02e89268481c085.zip |
profiles: GW6X00: fixed inclusion of both wl and wlc wireless tools...should be just wlc
SVN-Revision: 27470
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-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 aacc90ce53..1776cb3b57 100644 --- a/target/linux/brcm63xx/profiles/200-GW6X00.mk +++ b/target/linux/brcm63xx/profiles/200-GW6X00.mk @@ -10,7 +10,7 @@ define Profile/GW6X00 PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb-storage \ kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \ kmod-spi-bitbang kmod-bcm63xx-spi \ - kmod-ipt-nathelper-extra wl wlc + kmod-ipt-nathelper-extra wlc endef define Profile/GW6X00/Description |