diff options
author | agb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-02 07:57:05 +0000 |
---|---|---|
committer | agb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-02 07:57:05 +0000 |
commit | 67bb8e97eb1f9a8e534e46aa5027048af5ffe8f0 (patch) | |
tree | 427ee3c4a649b677b2457853590d68b5c8edb03f /target/linux | |
parent | 76fb3b55c9f0c0759a56605ecdd34200d811e8b1 (diff) |
[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')
-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)) |