aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-04 23:32:01 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-04 23:32:01 +0000
commit7e030364412f90713c37819ed75b85cace1e371f (patch)
tree49a79f8349e8f6a1f6afc83dea3c9929f0f68a72 /target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch
parent70b0dad63ae30eadc21ad49e0c55b1636210a2a2 (diff)
downloadmaster-187ad058-7e030364412f90713c37819ed75b85cace1e371f.tar.gz
master-187ad058-7e030364412f90713c37819ed75b85cace1e371f.tar.bz2
master-187ad058-7e030364412f90713c37819ed75b85cace1e371f.zip
brcm47xx: new patch adding arch workarounds.c
It was recently sent to linux-mips for comments. It adds workaround for WNR3500L to enable USB port. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39469 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch
index 7c90835e43..4cf6ee0832 100644
--- a/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch
+++ b/target/linux/brcm47xx/patches-3.10/820-wgt634u-nvram-fix.patch
@@ -7,7 +7,7 @@ out the configuration than the in kernel cfe config reader.
+++ b/arch/mips/bcm47xx/Makefile
@@ -6,3 +6,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-y += cfe_env.o
--- /dev/null