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

index d28a48f87ddc12643a987a414a09f7b794824f4f..95429650a1628cea7e2dddd49e7adc5dee3cc324 100644 (file)
@@ -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 <openwrt@daniel.thecshore.com>
 
-LUA_TARGET:=source
-
 include ../../luci.mk
 
 # call BuildPackage - OpenWrt buildroot signature