aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86-2.6/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-29 20:17:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-29 20:17:59 +0000
commit1733ea9c1f0b1a85da2c5eba775a79f84b5db9a5 (patch)
tree394e88417ff7f567e04d38a95d0707f93cee5ced /target/linux/x86-2.6/Makefile
parent18db71bc7a47987bf29c7f25b5aac31a7ea883cd (diff)
downloadmaster-187ad058-1733ea9c1f0b1a85da2c5eba775a79f84b5db9a5.tar.gz
master-187ad058-1733ea9c1f0b1a85da2c5eba775a79f84b5db9a5.tar.bz2
master-187ad058-1733ea9c1f0b1a85da2c5eba775a79f84b5db9a5.zip
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/linux/x86-2.6/Makefile')
-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 25e7356877..88b935f7be 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))