diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-02-04 23:30:38 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-02-04 23:30:38 +0000 |
commit | 70b0dad63ae30eadc21ad49e0c55b1636210a2a2 (patch) | |
tree | 488501b4e6f4bdc36064bdf69e6f146cfa7a8eda /target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch | |
parent | fec6cb0c95e15d64d52a4fe62177ef88f4ec82c1 (diff) | |
download | master-187ad058-70b0dad63ae30eadc21ad49e0c55b1636210a2a2.tar.gz master-187ad058-70b0dad63ae30eadc21ad49e0c55b1636210a2a2.tar.bz2 master-187ad058-70b0dad63ae30eadc21ad49e0c55b1636210a2a2.zip |
brcm47xx: use upstream patch removing WGT634U code
It does the same, it just reorders things
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39468 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch index 7ea3f87c64..43aeaf152e 100644 --- a/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch +++ b/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch @@ -33,12 +33,11 @@ +EXPORT_SYMBOL(nvram_get); --- a/arch/mips/bcm47xx/Makefile +++ b/arch/mips/bcm47xx/Makefile -@@ -5,4 +5,5 @@ +@@ -5,3 +5,4 @@ obj-y += irq.o nvram.o prom.o serial.o setup.o time.o sprom.o - obj-y += board.o buttons.o leds.o + obj-y += board.o buttons.o leds.o workarounds.o +obj-y += gpio.o - obj-$(CONFIG_BCM47XX_SSB) += wgt634u.o --- /dev/null +++ b/arch/mips/bcm47xx/gpio.c @@ -0,0 +1,119 @@ |