From: Hannu Nyman Date: Sun, 23 Apr 2017 10:05:58 +0000 (+0300) Subject: luci-app-fwknopd: remove unnecessary fields from Makefile X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=1e53316a457fdb4d2493dc721d554826f720cea3 luci-app-fwknopd: remove unnecessary fields from Makefile Remove unnecessary version fields from Makefile and rely on LuCI automatics. Signed-off-by: Hannu Nyman --- diff --git a/applications/luci-app-fwknopd/Makefile b/applications/luci-app-fwknopd/Makefile index 3fbd88ad6..ba7a8568e 100644 --- a/applications/luci-app-fwknopd/Makefile +++ b/applications/luci-app-fwknopd/Makefile @@ -8,8 +8,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Fwknopd config - web config for the firewall knock daemon LUCI_DEPENDS:=+fwknopd +qrencode -PKG_VERSION:=1.0 -PKG_RELEASE:=1 PKG_LICENSE:=GPLv2 PKG_MAINTAINER:=Jonathan Bennett include ../../luci.mk