diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-26 10:02:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-26 10:02:59 +0000 |
commit | 4478c69b8617e18483326fd896556da1040d43ac (patch) | |
tree | b369fe850e9eaf3baec57e940ff01ebbc8de1340 /package/network/services/authsae/Makefile | |
parent | 6dbea6416ba3a6421c83a0afd6a87c58c8b2e6a3 (diff) | |
download | mtk-20170518-4478c69b8617e18483326fd896556da1040d43ac.zip mtk-20170518-4478c69b8617e18483326fd896556da1040d43ac.tar.gz mtk-20170518-4478c69b8617e18483326fd896556da1040d43ac.tar.bz2 |
authsae: adapt uci scripts to use authsae
This patch modifies the uci scripts to be able to
start meshd-nl80211 for encrypted mesh networks,
therefor a new script (authsae.sh) is inserted.
Signed-off-by: Emanuel Taube <emanuel.taube@gmail.com>
[etienne.champetier@free.fr: just update mac80211.sh path]
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 37554
Diffstat (limited to 'package/network/services/authsae/Makefile')
-rw-r--r-- | package/network/services/authsae/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/services/authsae/Makefile b/package/network/services/authsae/Makefile index c804803..0e181d9 100644 --- a/package/network/services/authsae/Makefile +++ b/package/network/services/authsae/Makefile @@ -37,6 +37,8 @@ TARGET_CFLAGS += -D_GNU_SOURCE define Package/authsae/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin + $(INSTALL_DIR) $(1)/lib/wifi + $(INSTALL_DATA) ./files/lib/wifi/authsae.sh $(1)/lib/wifi/ endef $(eval $(call BuildPackage,authsae)) |