diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-12 09:57:02 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-12 09:57:02 +0000 |
commit | e2c0205986c1bf13ae2ed5e27f3e34a1c17d1435 (patch) | |
tree | 6dd0f5242064adc3e02887948bd23a2cebbbdf73 | |
parent | 46cbbdff499841359b4f61e70431facfc2b4766e (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
-rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 2c60b8777c..e01c47a23c 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)) |