summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-12 09:57:02 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-12 09:57:02 +0000
commite2c0205986c1bf13ae2ed5e27f3e34a1c17d1435 (patch)
tree6dd0f5242064adc3e02887948bd23a2cebbbdf73 /target
parent46cbbdff499841359b4f61e70431facfc2b4766e (diff)
[uml] include hostapd-mini and kmod-mac80211-hwsim in the default profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13989 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/uml/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile
index 2c60b8777..e01c47a23 100644
--- a/target/linux/uml/Makefile
+++ b/target/linux/uml/Makefile
@@ -27,6 +27,8 @@ LINUX_VERSION:=2.6.26.8
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim
+
endif
$(eval $(call BuildTarget))