diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-15 14:21:29 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-15 14:21:29 +0000 |
commit | c437afc97d1bd8bec34ef503e4d939a7e15e4082 (patch) | |
tree | 32a29cf0f532f52c4be9dab1f4dad0574758e308 /target | |
parent | a52f7600af130f5a53b80dcb1c8ebd65bf91bca4 (diff) | |
download | upstream-c437afc97d1bd8bec34ef503e4d939a7e15e4082.tar.gz upstream-c437afc97d1bd8bec34ef503e4d939a7e15e4082.tar.bz2 upstream-c437afc97d1bd8bec34ef503e4d939a7e15e4082.zip |
target/linux: fix a path issue on previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/atheros/patches-2.6.36/100-board.patch | 2 |
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 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 |