Rename to make gluon-luci-admin an individual package
This commit is contained in:
parent
7e1713945a
commit
22c33ae50c
|
@ -3,7 +3,7 @@
|
|||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gluon-luci-admin
|
||||
PKG_NAME:=ffhh-luci-admin
|
||||
PKG_VERSION:=0.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
|
@ -11,14 +11,14 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
|||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/gluon-luci-admin
|
||||
define Package/ffhh-luci-admin
|
||||
SECTION:=gluon
|
||||
CATEGORY:=Gluon
|
||||
TITLE:=Luci based simple administration interface for mesh nodes
|
||||
DEPENDS:=+gluon-luci-core +gluon-config-mode
|
||||
DEPENDS:=+gluon-luci-core +ffhh-config-mode
|
||||
endef
|
||||
|
||||
define Package/gluon-luci-admin/description
|
||||
define Package/ffhh-luci-admin/description
|
||||
Luci based config mode
|
||||
endef
|
||||
|
||||
|
@ -32,8 +32,8 @@ endef
|
|||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/gluon-luci-admin/install
|
||||
define Package/ffhh-luci-admin/install
|
||||
$(CP) ./files/* $(1)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,gluon-luci-admin))
|
||||
$(eval $(call BuildPackage,ffhh-luci-admin))
|
Loading…
Reference in a new issue