autoupdater: fix Makefile
This commit is contained in:
parent
1666df3cbf
commit
91d70b98c7
@ -1,15 +1,16 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=autoupdater
|
PKG_NAME:=gluon-autoupdater
|
||||||
|
PKG_VERSION:=0.3.2.99
|
||||||
PKG_RELEASE:=0.1
|
PKG_RELEASE:=0.1
|
||||||
|
|
||||||
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/autoupdater
|
define Package/gluon-autoupdater
|
||||||
SECTION:=admin
|
SECTION:=gluon
|
||||||
CATEGORY:=Administration
|
CATEGORY:=Gluon
|
||||||
DEPENDS:=+ecdsautils +gluon-cron
|
DEPENDS:=+ecdsautils +gluon-cron
|
||||||
TITLE:=Automatically update firmware
|
TITLE:=Automatically update firmware
|
||||||
endef
|
endef
|
||||||
@ -24,9 +25,9 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/autoupdater/install
|
define Package/gluon-autoupdater/install
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
chmod +x $(1)/usr/sbin/autoupdate
|
chmod +x $(1)/usr/sbin/autoupdate
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,autoupdater))
|
$(eval $(call BuildPackage,gluon-autoupdater))
|
||||||
|
Loading…
Reference in New Issue
Block a user