1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

[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
This commit is contained in:
florian 2012-09-26 20:11:37 +00:00
parent 07d80167c0
commit c5fa20650a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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