summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-29 20:17:59 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-29 20:17:59 +0000
commitccc56e8d99e69f224bc5267d6b6be94ff5418703 (patch)
tree394e88417ff7f567e04d38a95d0707f93cee5ced /target
parent0844ee3f41718fc5a6f86c163362e9f64553617f (diff)
move the natsemi preselection into the x86 default package list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86-2.6/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile
index 25e735687..88b935f7b 100644
--- a/target/linux/x86-2.6/Makefile
+++ b/target/linux/x86-2.6/Makefile
@@ -12,6 +12,7 @@ BOARDNAME:=x86
FEATURES:=jffs2 ext2
include $(INCLUDE_DIR)/kernel-build.mk
+DEFAULT_PACKAGES += kmod-natsemi
$(eval $(call BuildKernel))