aboutsummaryrefslogtreecommitdiffstats
path: root/package/wrt55agv2-spidevs
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-10-22 10:40:45 +0000
committerNicolas Thill <nico@openwrt.org>2011-10-22 10:40:45 +0000
commitf70bce7ed98a5bd9e4a1c3319a28093eddb6762e (patch)
treeeb861eb1ec478f87dbfa96b13bb8da0812c879ec /package/wrt55agv2-spidevs
parent64873ac4e6c694fc0f050348e24910cf81f414ba (diff)
downloadupstream-f70bce7ed98a5bd9e4a1c3319a28093eddb6762e.tar.gz
upstream-f70bce7ed98a5bd9e4a1c3319a28093eddb6762e.tar.bz2
upstream-f70bce7ed98a5bd9e4a1c3319a28093eddb6762e.zip
[package] wrt55agv2-spidevs: fix build with recent kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28516 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wrt55agv2-spidevs')
-rw-r--r--package/wrt55agv2-spidevs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wrt55agv2-spidevs/Makefile b/package/wrt55agv2-spidevs/Makefile
index a149303888..236c9a3be3 100644
--- a/package/wrt55agv2-spidevs/Makefile
+++ b/package/wrt55agv2-spidevs/Makefile
@@ -36,7 +36,7 @@ MAKE_OPTS:= \
CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \
- LINUXINCLUDE="-I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/mips/include -include linux/autoconf.h" \
+ LINUXINCLUDE="-I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/mips/include -include generated/autoconf.h" \
$(EXTRA_KCONFIG)
define Build/Prepare