diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-20 13:47:59 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-20 13:47:59 +0000 |
commit | a0a87a17546ec17ccefeca6d3869ef9dabf9e89c (patch) | |
tree | c6842ddaed2b32dfc7034e1a743a45cb6843c030 /target/linux/adm5120 | |
parent | 0f8a205a9407a218e12520f3f955b7bbf2b734a3 (diff) | |
download | upstream-a0a87a17546ec17ccefeca6d3869ef9dabf9e89c.tar.gz upstream-a0a87a17546ec17ccefeca6d3869ef9dabf9e89c.tar.bz2 upstream-a0a87a17546ec17ccefeca6d3869ef9dabf9e89c.zip |
target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23548 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120')
-rw-r--r-- | target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch b/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch index 0c55784059..1e51c4717e 100644 --- a/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch +++ b/target/linux/adm5120/patches-2.6.36/930-2_6_36_ports.patch @@ -116,4 +116,4 @@ + +cflags-$(CONFIG_ADM5120) += -I$(srctree)/arch/mips/include/asm/mach-adm5120 +libs-$(CONFIG_ADM5120) += arch/mips/adm5120/prom/ -+load-$(CONFIG_ADM5120) += 0xffffffff8000100 ++load-$(CONFIG_ADM5120) += 0xffffffff80001000 |