From b50516bc991af8d381e3a03af9cade9f34f3955c Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Mon, 23 Sep 2019 10:39:14 +0200 Subject: [PATCH] rename wifimngr.deprecated -> wifixd --- iop/config | 2 +- {wifimngr.deprecated => wifixd}/Makefile | 16 ++++++++-------- .../files/wifix.init | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) rename {wifimngr.deprecated => wifixd}/Makefile (72%) rename wifimngr.deprecated/files/wifimngr.deprecated.init => wifixd/files/wifix.init (89%) diff --git a/iop/config b/iop/config index e1e8449bd..22199a2b3 100644 --- a/iop/config +++ b/iop/config @@ -120,7 +120,7 @@ CONFIG_PACKAGE_libwifi=y CONFIG_PACKAGE_wifilife=y CONFIG_PACKAGE_wifimngr=y CONFIG_PACKAGE_libwifix=y -CONFIG_PACKAGE_wifimngr.deprecated=y +CONFIG_PACKAGE_wifixd=y CONFIG_PACKAGE_xl2tpd=y CONFIG_PACKAGE_zoneinfo-core=y CONFIG_PACKAGE_zoneinfo-europe=y diff --git a/wifimngr.deprecated/Makefile b/wifixd/Makefile similarity index 72% rename from wifimngr.deprecated/Makefile rename to wifixd/Makefile index 94a104c2b..7c24aa768 100644 --- a/wifimngr.deprecated/Makefile +++ b/wifixd/Makefile @@ -4,11 +4,11 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=wifimngr.deprecated +PKG_NAME:=wifixd PKG_VERSION:=1.0.2 PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=659e285b376c41ecc5e52a0322d41c5e701ad072 +PKG_SOURCE_VERSION:=7aae246602af0df883ddefb83147010a457c2725 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/wifimngr.git PKG_MAINTAINER:=Anjan Chanda @@ -17,14 +17,14 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk -define Package/wifimngr.deprecated +define Package/wifixd SECTION:=utils CATEGORY:=Utilities TITLE:=WiFi status and configration utility (Deprecated) DEPENDS:=+libwifix +libuci +libubox +ubus +libpthread +libnl-genl endef -define Package/wifimngr.deprecated/description +define Package/wifixd/description This package can be used to configure and provide status about the WiFi modules through UBUS. It does this in an implementation agnostic manner through APIs @@ -45,11 +45,11 @@ TARGET_CFLAGS += \ # +$(MAKE_VARS) $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) #endef -define Package/wifimngr.deprecated/install +define Package/wifixd/install $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/wifimngr.deprecated.init $(1)/etc/init.d/wifimngr.deprecated + $(INSTALL_BIN) ./files/wifix.init $(1)/etc/init.d/wifix $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/wifimngr $(1)/usr/sbin/wifimngr.deprecated + $(INSTALL_BIN) $(PKG_BUILD_DIR)/wifixd $(1)/usr/sbin/wifixd endef -$(eval $(call BuildPackage,wifimngr.deprecated)) +$(eval $(call BuildPackage,wifixd)) diff --git a/wifimngr.deprecated/files/wifimngr.deprecated.init b/wifixd/files/wifix.init similarity index 89% rename from wifimngr.deprecated/files/wifimngr.deprecated.init rename to wifixd/files/wifix.init index 8bb7d5dc0..3eb6aa143 100644 --- a/wifimngr.deprecated/files/wifimngr.deprecated.init +++ b/wifixd/files/wifix.init @@ -4,7 +4,7 @@ START=96 STOP=10 USE_PROCD=1 -PROG=/usr/sbin/wifimngr.deprecated +PROG=/usr/sbin/wifixd start_service() { procd_open_instance