diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-06 06:35:22 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-06 06:35:22 +0000 |
commit | 81e08b77c2d4c42aa2acec36907d330cfd9488d7 (patch) | |
tree | 2a3a6c3c1d7bf4e2fd05075be4fd67480e6bcd1c | |
parent | 54aa8cb28a3a2118e28b893f64002184174de567 (diff) | |
download | upstream-81e08b77c2d4c42aa2acec36907d330cfd9488d7.tar.gz upstream-81e08b77c2d4c42aa2acec36907d330cfd9488d7.tar.bz2 upstream-81e08b77c2d4c42aa2acec36907d330cfd9488d7.zip |
[brcm63xx] profiles: GW6X00: fixed inclusion of both wl and wlc wireless tools...should be just wlc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27470 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |