diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-16 18:42:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-16 18:42:43 +0000 |
commit | 509c8d5226e54465d6b95b314598ae10ff6024f4 (patch) | |
tree | 6d041b92c7791603308d28628516b71a65380224 /package/kernel | |
parent | b84c8ab13ff7e6775dd962deb8830a4b5b425889 (diff) | |
download | upstream-509c8d5226e54465d6b95b314598ae10ff6024f4.tar.gz upstream-509c8d5226e54465d6b95b314598ae10ff6024f4.tar.bz2 upstream-509c8d5226e54465d6b95b314598ae10ff6024f4.zip |
hostapd: move old wifi setup scripts to hostapd-common-old
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/hostap-driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/hostap-driver/Makefile b/package/kernel/hostap-driver/Makefile index 6a95c1e1d8..87c854c203 100644 --- a/package/kernel/hostap-driver/Makefile +++ b/package/kernel/hostap-driver/Makefile @@ -34,7 +34,7 @@ endef define KernelPackage/hostap $(call KernelPackage/hostap/Default) TITLE:=Host AP support for Prism2/2.5/3 - DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-lib80211 +wireless-tools + DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-lib80211 +wireless-tools +hostapd-common-old KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y FILES:=$(LINUX_DIR)/drivers/net/wireless/hostap/hostap.ko AUTOLOAD:=$(call AutoProbe,hostap) |