aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-04 21:25:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-04 21:25:25 +0000
commit295fbf82c4848caaf55c9c37154f97675cd8299d (patch)
treed015c6fc654019df03ad7cdb2bb0a5a0dad3a7c1 /target
parentbb94c032de7cb43248de5175389160be381a8325 (diff)
downloadmaster-187ad058-295fbf82c4848caaf55c9c37154f97675cd8299d.tar.gz
master-187ad058-295fbf82c4848caaf55c9c37154f97675cd8299d.tar.bz2
master-187ad058-295fbf82c4848caaf55c9c37154f97675cd8299d.zip
enable ne2k-pci by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86-2.6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile
index 0053396891..ff52093ef3 100644
--- a/target/linux/x86-2.6/Makefile
+++ b/target/linux/x86-2.6/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2
include $(INCLUDE_DIR)/kernel-build.mk
-DEFAULT_PACKAGES += kmod-natsemi
+DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
# include the profiles
-include profiles/*.mk