diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-23 17:21:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-23 17:21:18 +0000 |
commit | cef700b13c077410a79966cf437ca6ad8ecf065f (patch) | |
tree | 50579884ea3bd4fa7209832a33071bf21f5887cd /target/linux/adm5120/Makefile | |
parent | 9fb445fa5320420ac3fe1461d62493a59f2aa462 (diff) |
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
Diffstat (limited to 'target/linux/adm5120/Makefile')
-rw-r--r-- | target/linux/adm5120/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 8bd1eb11a5..d7f9f6e60b 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -15,7 +15,7 @@ INITRAMFS_EXTRA_FILES:= include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += admswconfig hostapd-mini kmod-input-core \ +DEFAULT_PACKAGES += admswconfig wpad-mini kmod-input-core \ kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \ kmod-leds-gpio kmod-ledtrig-adm5120-switch |