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

@@ -14,6 +14,6 @@ FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.30.10
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += hostapd-mini kmod-madwifi kmod-input-rb532
DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532
$(eval $(call BuildTarget))