projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5360d43
)
luci-app-vpnc: Remove LUA_TARGET
6497/head
author
Sergey Ponomarev
<stokito@gmail.com>
Thu, 3 Aug 2023 14:48:58 +0000
(17:48 +0300)
committer
Sergey 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
patch
|
blob
|
history
diff --git
a/protocols/luci-proto-vpnc/Makefile
b/protocols/luci-proto-vpnc/Makefile
index 0800e279fe06383b15c7fb8dd4119072ecde2744..33222842a2414459f3954fd51165f0c26ef2ee91 100644
(file)
--- 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