diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-23 17:21:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-23 17:21:18 +0000 |
commit | 2aa0d2075698ac39ff0f7a2ed190ad796cfaac80 (patch) | |
tree | eb36df7eb34508f7455f0fe54a200fae1ab3b16d /target/linux/adm5120/Makefile | |
parent | 39b2af1f5bff5fdf5ab37844d7b575b9deafe2cc (diff) | |
download | upstream-2aa0d2075698ac39ff0f7a2ed190ad796cfaac80.tar.gz upstream-2aa0d2075698ac39ff0f7a2ed190ad796cfaac80.tar.bz2 upstream-2aa0d2075698ac39ff0f7a2ed190ad796cfaac80.zip |
replace the hostapd preselection with a wpad preselection to enable proper client mode support in the default images
SVN-Revision: 19293
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 |