Rename config-mode package once again

This commit is contained in:
ohrensessel 2014-06-27 17:41:32 +02:00
parent 5532451e36
commit 6f66ad3fce
14 changed files with 5 additions and 5 deletions

View file

@ -3,21 +3,21 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ffhh-config-mode
PKG_NAME:=gluon-config-mode-ffhh
PKG_VERSION:=2
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/ffhh-config-mode
define Package/gluon-config-mode-ffhh
SECTION:=gluon
CATEGORY:=Gluon
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
endef
define Package/ffhh-config-mode/description
define Package/gluon-config-mode-ffhh/description
Luci based config mode
endef
@ -31,8 +31,8 @@ endef
define Build/Compile
endef
define Package/ffhh-config-mode/install
define Package/gluon-config-mode-ffhh/install
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,ffhh-config-mode))
$(eval $(call BuildPackage,gluon-config-mode-ffhh))