luci-app-vpnc: Remove LUA_TARGET 6497/head
authorSergey Ponomarev <stokito@gmail.com>
Thu, 3 Aug 2023 14:48:58 +0000 (17:48 +0300)
committerSergey Ponomarev <stokito@gmail.com>
Thu, 3 Aug 2023 14:48:58 +0000 (17:48 +0300)
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>
protocols/luci-proto-vpnc/Makefile

index 0800e279fe06383b15c7fb8dd4119072ecde2744..33222842a2414459f3954fd51165f0c26ef2ee91 100644 (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