aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-09-26 20:11:37 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-09-26 20:11:37 +0000
commit77deb37604910abad6a9b17de3a245109def42fa (patch)
tree79c40bd75b873a4f1c6dc8198e349e1e6bbd7c68 /target/linux/brcm63xx
parent0fe0b149faca668c20cf6a9432d4d7130473da9d (diff)
downloadmaster-187ad058-77deb37604910abad6a9b17de3a245109def42fa.tar.gz
master-187ad058-77deb37604910abad6a9b17de3a245109def42fa.tar.bz2
master-187ad058-77deb37604910abad6a9b17de3a245109def42fa.zip
[brcm63xx] remove kmod-spi-bitbang
This is no longer a dependency of kmod-spi-bcm63xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33562 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/profiles/104-No-WiFi.mk2
-rw-r--r--target/linux/brcm63xx/profiles/200-GW6X00.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/profiles/104-No-WiFi.mk b/target/linux/brcm63xx/profiles/104-No-WiFi.mk
index 13a4eea532..9d32da60b3 100644
--- a/target/linux/brcm63xx/profiles/104-No-WiFi.mk
+++ b/target/linux/brcm63xx/profiles/104-No-WiFi.mk
@@ -7,7 +7,7 @@
define Profile/NoWiFi
NAME:=No WiFi (BCM6338)
- PACKAGES:=kmod-spi-bitbang kmod-bcm63xx-spi
+ PACKAGES:=kmod-bcm63xx-spi
endef
define Profile/NoWiFi/description
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