diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-04 21:25:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-04 21:25:25 +0000 |
commit | 295fbf82c4848caaf55c9c37154f97675cd8299d (patch) | |
tree | d015c6fc654019df03ad7cdb2bb0a5a0dad3a7c1 | |
parent | bb94c032de7cb43248de5175389160be381a8325 (diff) | |
download | upstream-295fbf82c4848caaf55c9c37154f97675cd8299d.tar.gz upstream-295fbf82c4848caaf55c9c37154f97675cd8299d.tar.bz2 upstream-295fbf82c4848caaf55c9c37154f97675cd8299d.zip |
enable ne2k-pci by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6517 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86-2.6/Makefile | 2 |
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 |