summaryrefslogtreecommitdiff
path: root/target/linux/atheros
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-10-15 14:21:29 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-10-15 14:21:29 +0000
commitfff6712a9e09c4a6b05556b131ce26bd3083138a (patch)
tree57c2e01ae35667d6eb0359b13658fe2a965ff910 /target/linux/atheros
parent17c9fc3adcb3744d64b8557793cf0da188459ecb (diff)
downloadmtk-20170518-fff6712a9e09c4a6b05556b131ce26bd3083138a.zip
mtk-20170518-fff6712a9e09c4a6b05556b131ce26bd3083138a.tar.gz
mtk-20170518-fff6712a9e09c4a6b05556b131ce26bd3083138a.tar.bz2
target/linux: fix a path issue on previous commit
SVN-Revision: 23455
Diffstat (limited to 'target/linux/atheros')
-rw-r--r--target/linux/atheros/patches-2.6.36/100-board.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-2.6.36/100-board.patch b/target/linux/atheros/patches-2.6.36/100-board.patch
index cab316f..c697b4b 100644
--- a/target/linux/atheros/patches-2.6.36/100-board.patch
+++ b/target/linux/atheros/patches-2.6.36/100-board.patch
@@ -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