diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-23 10:12:13 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-23 10:12:13 +0000 |
commit | 5da38c5044027cfb330d8c09b8960ff1acfba4c5 (patch) | |
tree | d24822f19fff8f4ec1bdfb9ffee9b67be2eb6f21 /target/linux/brcm63xx/profiles | |
parent | 0b852a470177027d9301093fb3c07693b6540e39 (diff) |
bcm63xx: move bcm63xx-spi into the kernel
The SPI driver is needed for supporting to boot from SPI flash on BCM6358
and BCM6368, and for SPI connected switches.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/profiles')
-rw-r--r-- | target/linux/brcm63xx/profiles/104-No-WiFi.mk | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/profiles/200-GW6X00.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/profiles/104-No-WiFi.mk b/target/linux/brcm63xx/profiles/104-No-WiFi.mk index 9d32da60b..9b59b172f 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-bcm63xx-spi + PACKAGES:= endef define Profile/NoWiFi/description diff --git a/target/linux/brcm63xx/profiles/200-GW6X00.mk b/target/linux/brcm63xx/profiles/200-GW6X00.mk index b1c516a8b..1cb763dac 100644 --- a/target/linux/brcm63xx/profiles/200-GW6X00.mk +++ b/target/linux/brcm63xx/profiles/200-GW6X00.mk @@ -9,7 +9,6 @@ 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-bcm63xx-spi \ kmod-ipt-nathelper-extra wlc endef |