Browse Source

target/linux: fix a path issue on previous commit

SVN-Revision: 23455
Alexandros C. Couloumbis 15 years ago
parent
commit
fff6712a9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/atheros/patches-2.6.36/100-board.patch

+ 1 - 1
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