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 | ba841b79d4b05775b5676e38e26f1c8099759c1c (patch) | |
tree | 66ec70e2428dbee0b67c9a9cfe0608f765d0e1e5 /target/linux | |
parent | 9756b46d1a7e9382aca765e4e4079f0fae0a5016 (diff) | |
download | upstream-ba841b79d4b05775b5676e38e26f1c8099759c1c.tar.gz upstream-ba841b79d4b05775b5676e38e26f1c8099759c1c.tar.bz2 upstream-ba841b79d4b05775b5676e38e26f1c8099759c1c.zip |
don't force kmod-natsemi and kmod-ne2k-pci in all profiles, included in default profile since r13988
SVN-Revision: 16655
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)) |