diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-23 13:05:58 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-23 13:11:17 +0300 |
commit | 1e53316a457fdb4d2493dc721d554826f720cea3 (patch) | |
tree | 33bc962df3b94720185f198d6f490cf13220b096 | |
parent | 9f165132a6e5e319102eb58a32eaf255635d4cbe (diff) |
luci-app-fwknopd: remove unnecessary fields from Makefile
Remove unnecessary version fields from Makefile and
rely on LuCI automatics.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
-rw-r--r-- | applications/luci-app-fwknopd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 <JBennett@incomsystems.biz> include ../../luci.mk |