Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
quzard authored Aug 21, 2022
1 parent 37f5dce commit a15f649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-seu-net
PKG_VERSION:=1.25
PKG_VERSION:=1.26
PKG_RELEASE:=1

include $(INCLUDE_DIR)/package.mk
Expand Down Expand Up @@ -32,4 +32,4 @@ define Package/$(PKG_NAME)/install
$(INSTALL_DATA) ./root/usr/share/rpcd/acl.d/luci-app-seu-net.json $(1)/usr/share/rpcd/acl.d/luci-app-seu-net.json
endef

$(eval $(call BuildPackage,$(PKG_NAME)))
$(eval $(call BuildPackage,$(PKG_NAME)))

0 comments on commit a15f649

Please sign in to comment.