From cec4e04bcce665983ac35bd016b4cc585e98000c Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 15 Dec 2012 02:00:26 +0000 Subject: [lantiq] move ltq-ifxos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34692 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../lantiq/ltq-ifxos/patches/100-compat.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/platform/lantiq/ltq-ifxos/patches/100-compat.patch (limited to 'package/platform/lantiq/ltq-ifxos/patches/100-compat.patch') diff --git a/package/platform/lantiq/ltq-ifxos/patches/100-compat.patch b/package/platform/lantiq/ltq-ifxos/patches/100-compat.patch new file mode 100644 index 000000000..02f2da728 --- /dev/null +++ b/package/platform/lantiq/ltq-ifxos/patches/100-compat.patch @@ -0,0 +1,21 @@ +--- a/configure.in ++++ b/configure.in +@@ -64,7 +64,7 @@ dnl Set kernel build path + AC_ARG_ENABLE(kernelbuild, + AS_HELP_STRING(--enable-kernelbuild=x,Set the target kernel build path (only for kernel 2.6.x)), + [ +- if test -e $enableval/include/linux/autoconf.h; then ++ if test -e $enableval/include/linux/autoconf.h -o -e $enableval/include/generated/autoconf.h; then + AC_SUBST([KERNEL_BUILD_PATH],[$enableval]) + else + AC_MSG_ERROR([The kernel build directory is not valid or not configured!]) +--- a/src/linux/ifxos_linux_thread_drv.c ++++ b/src/linux/ifxos_linux_thread_drv.c +@@ -34,7 +34,6 @@ + #include + #include + #include +-#include + #include + + -- cgit v1.2.3