From: Alexandros C. Couloumbis Date: Fri, 15 Oct 2010 14:21:29 +0000 (+0000) Subject: target/linux: fix a path issue on previous commit X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6079070115b821a77b7ce67dfbd53486d77dacbf target/linux: fix a path issue on previous commit SVN-Revision: 23455 --- 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 cab316f492..c697b4b2d0 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