luci-app-vpnc: Remove LUA_TARGET

The app was migrated to JS so the LUA_TARGET is not needed.
Also remove LUCI_PKGARCH:=all which is anyway a default.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev 2023-08-03 17:48:58 +03:00
parent 5360d43145
commit 1eb42fbbce

View file

@ -8,13 +8,10 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for VPNC VPN
LUCI_DEPENDS:=+vpnc
LUCI_PKGARCH:=all
PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
PKG_LICENSE:=Apache-2.0
LUA_TARGET:=source
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature