mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
dsmboot: cleanup makefile
This commit is contained in:
parent
cb9cbed4a7
commit
b6f156d607
@ -12,14 +12,14 @@ PKG_RELEASE:=5967.1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/dsmboot
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Synology DSM pxeboot from TFTP
|
TITLE:=Synology DSM pxeboot from TFTP
|
||||||
DEPENDS:=
|
DEPENDS:=
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/dsmboot/description
|
||||||
DSM 5.2 boot from TFTP
|
DSM 5.2 boot from TFTP
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -32,11 +32,11 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
define Package/dsmboot/install
|
||||||
$(INSTALL_DIR) $(1)/root
|
$(INSTALL_DIR) $(1)/root
|
||||||
$(INSTALL_DATA) ./files/* $(1)/root/
|
$(INSTALL_DATA) ./files/* $(1)/root/
|
||||||
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
$(INSTALL_DIR) $(1)/etc/uci-defaults
|
||||||
$(INSTALL_BIN) ./files/dsmboot $(1)/etc/uci-defaults/yyy-dsmboot
|
$(INSTALL_BIN) ./files/dsmboot $(1)/etc/uci-defaults/yyy-dsmboot
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
$(eval $(call BuildPackage,dsmboot))
|
||||||
|
Loading…
Reference in New Issue
Block a user