From: Hannu Nyman Date: Sun, 23 Apr 2017 10:12:30 +0000 (+0300) Subject: luci-app-dynapoint: remove unnecessary fields from Makefile X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=fed6b9ef19e6797c3ef8a9048cbc2f822b9cd45e;p=project%2Fluci.git luci-app-dynapoint: remove unnecessary fields from Makefile Remove unnecessary fields from Makefile and rely on LuCI automatics. Signed-off-by: Hannu Nyman --- diff --git a/applications/luci-app-dynapoint/Makefile b/applications/luci-app-dynapoint/Makefile index d16ef4a8f..83512dba5 100644 --- a/applications/luci-app-dynapoint/Makefile +++ b/applications/luci-app-dynapoint/Makefile @@ -9,9 +9,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for DynaPoint LUCI_DEPENDS:=+dynapoint -PKG_NAME:=luci-app-dynapoint -PKG_VERSION:=1.0 -PKG_RELEASE:=1 PKG_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Tobias Ilte include ../../luci.mk