summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-vpnc
diff options
context:
space:
mode:
authorSergey Ponomarev <stokito@gmail.com>2023-08-03 17:48:58 +0300
committerSergey Ponomarev <stokito@gmail.com>2023-08-03 17:48:58 +0300
commit1eb42fbbce3f8ed2dd999de40eb6b5ef3e3e2750 (patch)
tree958f6e053dfd085738ee7d40bd32c4a838c08c36 /protocols/luci-proto-vpnc
parent5360d431455096e61feba5b757ce501641bbdaf7 (diff)
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>
Diffstat (limited to 'protocols/luci-proto-vpnc')
-rw-r--r--protocols/luci-proto-vpnc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/luci-proto-vpnc/Makefile b/protocols/luci-proto-vpnc/Makefile
index 0800e279fe..33222842a2 100644
--- a/protocols/luci-proto-vpnc/Makefile
+++ b/protocols/luci-proto-vpnc/Makefile
@@ -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