|
|
@ -11,6 +11,12 @@ define Package/luci-app-nodered/conffiles
|
|
|
|
/etc/config/nodered
|
|
|
|
/etc/config/nodered
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define Package/luci-app-nodered/install
|
|
|
|
|
|
|
|
$(INSTALL_DIR) $(1)/usr/libexec/apps/nodered
|
|
|
|
|
|
|
|
$(INSTALL_BIN) ./files/nodered.sh $(1)/usr/libexec/apps/nodered/nodered.sh
|
|
|
|
|
|
|
|
chmod +x $(1)/usr/libexec/apps/nodered/nodered.sh
|
|
|
|
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|