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 | d685777386622f9bc2f72c9e864b406e96d14d37 (patch) | |
tree | 3a82d408bd2c4f6a668245bdbf7588d3656cbedb /target/linux | |
parent | bf54335deec10915046f04b7c4b00b1c8c2dc6b9 (diff) | |
download | upstream-d685777386622f9bc2f72c9e864b406e96d14d37.tar.gz upstream-d685777386622f9bc2f72c9e864b406e96d14d37.tar.bz2 upstream-d685777386622f9bc2f72c9e864b406e96d14d37.zip |
fix a typo
SVN-Revision: 17460
Diffstat (limited to 'target/linux')
-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 + +# |