diff options
author | Andy Boyett <agb@openwrt.org> | 2009-07-02 07:57:05 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-07-02 07:57:05 +0000 |
commit | 3b149b8c2278220d6a35b361fa3e1d6641678529 (patch) | |
tree | 427ee3c4a649b677b2457853590d68b5c8edb03f /target/linux/x86 | |
parent | 8956d292c4f18ddda311c6a91fdc71bc5274670d (diff) | |
download | upstream-3b149b8c2278220d6a35b361fa3e1d6641678529.tar.gz upstream-3b149b8c2278220d6a35b361fa3e1d6641678529.tar.bz2 upstream-3b149b8c2278220d6a35b361fa3e1d6641678529.zip |
[x86] don't force kmod-natsemi and kmod-ne2k-pci in all profiles, included in default profile since r13988
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16655 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 2a82cec9b1..25cb750b11 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -15,7 +15,6 @@ SUBTARGETS=generic LINUX_VERSION:=2.6.28.10 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci $(eval $(call BuildTarget)) |