1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-02 16:01:06 +02:00

target/linux: fix a path issue on previous commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23455 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-10-15 14:21:29 +00:00
parent c8d95b6e97
commit dcbf9dbcbc

View File

@ -44,7 +44,7 @@
+#
+# Atheros AR5312/AR2312 WiSoC
+#
+platform-$(CONFIG_ATHEROS_AR231X) += arch/mips/ar231x/
+platform-$(CONFIG_ATHEROS_AR231X) += ar231x/
+cflags-$(CONFIG_ATHEROS_AR231X) += -I$(srctree)/arch/mips/include/asm/mach-ar231x
+load-$(CONFIG_ATHEROS_AR231X) += 0xffffffff80041000
--- /dev/null