Rename config-mode package once again
This commit is contained in:
parent
5532451e36
commit
6f66ad3fce
|
@ -3,21 +3,21 @@
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ffhh-config-mode
|
PKG_NAME:=gluon-config-mode-ffhh
|
||||||
PKG_VERSION:=2
|
PKG_VERSION:=2
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/ffhh-config-mode
|
define Package/gluon-config-mode-ffhh
|
||||||
SECTION:=gluon
|
SECTION:=gluon
|
||||||
CATEGORY:=Gluon
|
CATEGORY:=Gluon
|
||||||
TITLE:=Luci based config mode for user friendly setup of new meshnodes
|
TITLE:=Luci based config mode for user friendly setup of new meshnodes
|
||||||
DEPENDS:=+gluon-luci-core +gluon-lock-password +gluon-node-info +gluon-simple-tc +uhttpd +dnsmasq +ip
|
DEPENDS:=+gluon-luci-core +gluon-lock-password +gluon-node-info +gluon-simple-tc +uhttpd +dnsmasq +ip
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ffhh-config-mode/description
|
define Package/gluon-config-mode-ffhh/description
|
||||||
Luci based config mode
|
Luci based config mode
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ endef
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ffhh-config-mode/install
|
define Package/gluon-config-mode-ffhh/install
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ffhh-config-mode))
|
$(eval $(call BuildPackage,gluon-config-mode-ffhh))
|
Loading…
Reference in a new issue