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:
parent
5360d43145
commit
1eb42fbbce
1 changed files with 0 additions and 3 deletions
|
@ -8,13 +8,10 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=Support for VPNC VPN
|
LUCI_TITLE:=Support for VPNC VPN
|
||||||
LUCI_DEPENDS:=+vpnc
|
LUCI_DEPENDS:=+vpnc
|
||||||
LUCI_PKGARCH:=all
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
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