add 2.6 support for x86
[openwrt.git] / target / linux / linux-2.6 / Makefile
index 9bd1e7c..06ac2c6 100644 (file)
@@ -47,6 +47,10 @@ include $(LINUX_KCONFIG)
 INSTALL_TARGETS := $(KERNEL_IPKG)
 TARGETS := 
 
+ifeq ($(BOARD),x86)
+include ./x86.mk
+endif
+
 
 # Networking
 
This page took 0.02312 seconds and 4 git commands to generate.