luci-proto-vpnc: remove unnecessary fields from Makefile
Remove unnecessary fields from Makefile and rely on LuCI automatics. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
b9159c5347
commit
9f165132a6
1 changed files with 1 additions and 4 deletions
|
@ -10,9 +10,6 @@ LUCI_TITLE:=Support for VPNC VPN
|
||||||
LUCI_DEPENDS:=+vpnc
|
LUCI_DEPENDS:=+vpnc
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|
||||||
PKG_NAME:=luci-proto-vpnc
|
|
||||||
PKG_RELEASE=1
|
|
||||||
PKG_VERSION:=1.0.0
|
|
||||||
PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
|
PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
|
@ -20,4 +17,4 @@ LUA_TARGET:=source
|
||||||
|
|
||||||
include ../../luci.mk
|
include ../../luci.mk
|
||||||
|
|
||||||
# call BuildPackage - OpenWrt buildroot signature
|
# call BuildPackage - OpenWrt buildroot signature
|
||||||
|
|
Loading…
Reference in a new issue