From 4478c69b8617e18483326fd896556da1040d43ac Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 26 Jul 2013 10:02:59 +0000 Subject: 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 [etienne.champetier@free.fr: just update mac80211.sh path] Signed-off-by: Etienne CHAMPETIER SVN-Revision: 37554 --- package/network/services/authsae/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/network/services/authsae/Makefile') diff --git a/package/network/services/authsae/Makefile b/package/network/services/authsae/Makefile index c804803667..0e181d94c5 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)) -- cgit v1.2.3