From 863bd41e5e0dfe3dfb93dfb08fd4916549f7bf2b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 3 Nov 2005 02:38:38 +0000 Subject: add 2.6 support for x86 SVN-Revision: 2320 --- openwrt/target/linux/linux-2.6/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openwrt/target/linux/linux-2.6/Makefile') diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 9bd1e7c..06ac2c6 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/target/linux/linux-2.6/Makefile @@ -47,6 +47,10 @@ include $(LINUX_KCONFIG) INSTALL_TARGETS := $(KERNEL_IPKG) TARGETS := +ifeq ($(BOARD),x86) +include ./x86.mk +endif + # Networking -- cgit v1.1