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 <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev 2023-08-03 17:48:42 +03:00
parent 33e1c0d119
commit 5360d43145

View 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