From 5360d431455096e61feba5b757ce501641bbdaf7 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 3 Aug 2023 17:48:42 +0300 Subject: [PATCH 1/2] luci-app-uhttpd: 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 --- applications/luci-app-uhttpd/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/applications/luci-app-uhttpd/Makefile b/applications/luci-app-uhttpd/Makefile index d28a48f87d..95429650a1 100644 --- a/applications/luci-app-uhttpd/Makefile +++ b/applications/luci-app-uhttpd/Makefile @@ -9,13 +9,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=uHTTPd Webserver Configuration LUCI_DEPENDS:= +uhttpd -LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel Dickinson -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature From 1eb42fbbce3f8ed2dd999de40eb6b5ef3e3e2750 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 3 Aug 2023 17:48:58 +0300 Subject: [PATCH 2/2] 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 --- protocols/luci-proto-vpnc/Makefile | 3 --- 1 file changed, 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 PKG_LICENSE:=Apache-2.0 -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature