summaryrefslogtreecommitdiff
path: root/package/kernel/hostap-driver
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-12-16 18:42:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-12-16 18:42:43 +0000
commitb6bcb7ff2d460a7c8ed28c11ea391b309926ffe1 (patch)
treeaeac968b40d077c7331c996d36f43de4c9899f29 /package/kernel/hostap-driver
parent5237a500893980a4764cc2caab92f60c9f2ba9ea (diff)
downloadmtk-20170518-b6bcb7ff2d460a7c8ed28c11ea391b309926ffe1.zip
mtk-20170518-b6bcb7ff2d460a7c8ed28c11ea391b309926ffe1.tar.gz
mtk-20170518-b6bcb7ff2d460a7c8ed28c11ea391b309926ffe1.tar.bz2
hostapd: move old wifi setup scripts to hostapd-common-old
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39103
Diffstat (limited to 'package/kernel/hostap-driver')
-rw-r--r--package/kernel/hostap-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/hostap-driver/Makefile b/package/kernel/hostap-driver/Makefile
index 6a95c1e..87c854c 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)