1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

replace the hostapd preselection with a wpad preselection to enable proper client mode support in the default images

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19293 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-01-23 17:21:18 +00:00
parent 9fb445fa53
commit cef700b13c
10 changed files with 10 additions and 10 deletions

View File

@@ -18,6 +18,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="uImage"
DEFAULT_PACKAGES += kmod-ath9k hostapd-mini
DEFAULT_PACKAGES += kmod-ath9k wpad-mini
$(eval $(call BuildTarget))