diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-09-26 20:11:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-09-26 20:11:37 +0000 |
commit | caf900f0e4eea002439a7ba32a9b0296c43bc260 (patch) | |
tree | 7228569ffe5a28737df8099e417460a53a018a04 /target/linux/brcm63xx/profiles/200-GW6X00.mk | |
parent | 579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8 (diff) | |
download | upstream-caf900f0e4eea002439a7ba32a9b0296c43bc260.tar.gz upstream-caf900f0e4eea002439a7ba32a9b0296c43bc260.tar.bz2 upstream-caf900f0e4eea002439a7ba32a9b0296c43bc260.zip |
remove kmod-spi-bitbang
This is no longer a dependency of kmod-spi-bcm63xx
SVN-Revision: 33562
Diffstat (limited to 'target/linux/brcm63xx/profiles/200-GW6X00.mk')
-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 1776cb3b57..b1c516a8b4 100644 --- a/target/linux/brcm63xx/profiles/200-GW6X00.mk +++ b/target/linux/brcm63xx/profiles/200-GW6X00.mk @@ -9,7 +9,7 @@ define Profile/GW6X00 NAME:=Tecom 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-bcm63xx-spi \ kmod-ipt-nathelper-extra wlc endef |