From 1651774ed5447c7f310c23cdf2970df9b19cbd1a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 22 Oct 2011 10:40:45 +0000 Subject: [PATCH] wrt55agv2-spidevs: fix build with recent kernel SVN-Revision: 28516 --- package/wrt55agv2-spidevs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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