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
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gluon-luci-admin
|
PKG_NAME:=ffhh-luci-admin
|
||||||
PKG_VERSION:=0.1
|
PKG_VERSION:=0.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
@ -11,14 +11,14 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/gluon-luci-admin
|
define Package/ffhh-luci-admin
|
||||||
SECTION:=gluon
|
SECTION:=gluon
|
||||||
CATEGORY:=Gluon
|
CATEGORY:=Gluon
|
||||||
TITLE:=Luci based simple administration interface for mesh nodes
|
TITLE:=Luci based simple administration interface for mesh nodes
|
||||||
DEPENDS:=+gluon-luci-core +gluon-config-mode
|
DEPENDS:=+gluon-luci-core +ffhh-config-mode
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gluon-luci-admin/description
|
define Package/ffhh-luci-admin/description
|
||||||
Luci based config mode
|
Luci based config mode
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -32,8 +32,8 @@ endef
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gluon-luci-admin/install
|
define Package/ffhh-luci-admin/install
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,gluon-luci-admin))
|
$(eval $(call BuildPackage,ffhh-luci-admin))
|
Loading…
Reference in a new issue