aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/patches/102-missing_arch_include.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-08-26 11:36:06 +0000
committerJohn Crispin <blogic@openwrt.org>2008-08-26 11:36:06 +0000
commit7426e98c67a96e159045fae02bf1355089224ffc (patch)
tree27700c3c9ce724b46110f6c223dae093321bf3fb /target/linux/etrax/patches/102-missing_arch_include.patch
parent9f8fc52bbc87bdb1e2eddafe778f7706dd08a0d2 (diff)
downloadmaster-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.tar.gz
master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.tar.bz2
master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.zip
adds several fixes to etrax, make openssl work on etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12393 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/patches/102-missing_arch_include.patch')
-rw-r--r--target/linux/etrax/patches/102-missing_arch_include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/etrax/patches/102-missing_arch_include.patch b/target/linux/etrax/patches/102-missing_arch_include.patch
new file mode 100644
index 0000000000..7e862524c4
--- /dev/null
+++ b/target/linux/etrax/patches/102-missing_arch_include.patch
@@ -0,0 +1,11 @@
+--- linux-2.6.25.7/include/asm-cris/Kbuild.orig 2008-06-23 12:24:03.000000000 +0200
++++ linux-2.6.25.7/include/asm-cris/Kbuild 2008-06-23 12:24:23.000000000 +0200
+@@ -1,7 +1,6 @@
+ include include/asm-generic/Kbuild.asm
+
+-header-$(CONFIG_ETRAX_ARCH_V10) += arch-v10/
+-header-$(CONFIG_ETRAX_ARCH_V32) += arch-v32/
++header-y += arch-v10/ arch-v32/
+
+ header-y += ethernet.h
+ header-y += rtc.h