fix a typo

SVN-Revision: 17460
lede-17.01
Gabor Juhos 2009-09-01 19:34:18 +00:00
parent bf54335dee
commit d685777386
1 changed files with 1 additions and 1 deletions

View File

@ -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
+
+#