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

SVN-Revision: 19293
This commit is contained in:
Felix Fietkau
2010-01-23 17:21:18 +00:00
parent 39b2af1f5b
commit 2aa0d20756
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))