diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-01 19:34:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-01 19:34:18 +0000 |
commit | 3bb6b2ded201ca9156712f21a872c379272df040 (patch) | |
tree | 9b9f3721511649e48aa0e37fd7c3f5b2a44a1fec /target | |
parent | fe06ed1aaf82a055de0f0ef722ace971aeab0812 (diff) | |
download | upstream-3bb6b2ded201ca9156712f21a872c379272df040.tar.gz upstream-3bb6b2ded201ca9156712f21a872c379272df040.tar.bz2 upstream-3bb6b2ded201ca9156712f21a872c379272df040.zip |
[ramips] fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch b/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch index 63bda672d2..42fd6ec5b8 100644 --- a/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch +++ b/target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch @@ -14,7 +14,7 @@ +# Ralink RT288x +# +core-$(CONFIG_RALINK_RT288X) += arch/mips/ralink/rt288x/ -+cflags-$(CONFIG_RALINK_RT288X) += -I$(srctree)//arch/mips/include/asm/mach-ralink/rt305x ++cflags-$(CONFIG_RALINK_RT288X) += -I$(srctree)//arch/mips/include/asm/mach-ralink/rt288x +load-$(CONFIG_RALINK_RT288X) += 0xffffffff88000000 + +# |