summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-03-17 20:21:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-03-17 20:21:53 +0000
commit3b12eda623e05ff60a037ea535286f368434024f (patch)
tree8e34794e6f645d5b657063002b99111026f32eb8
parent9859330fc3ccd1263510327b4ff0b59819ee2da8 (diff)
downloadmaster-31e0f0ae-3b12eda623e05ff60a037ea535286f368434024f.tar.gz
master-31e0f0ae-3b12eda623e05ff60a037ea535286f368434024f.tar.bz2
master-31e0f0ae-3b12eda623e05ff60a037ea535286f368434024f.zip
include wpad-mini and mac80211_hwsim by default
SVN-Revision: 20256
-rw-r--r--target/linux/malta/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index 69fae6aa5b..17b1790e87 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -16,6 +16,8 @@ LINUX_VERSION:=2.6.32.8
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim
+
define Target/Description
Build firmware images for MTI Malta CoreLV boards.
endef