diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-08-03 17:48:42 +0300 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-08-03 17:48:42 +0300 |
commit | 5360d431455096e61feba5b757ce501641bbdaf7 (patch) | |
tree | f4cf6f7cd0c6c428bb9b8c56ed8787ada9a97789 | |
parent | 33e1c0d119ede5ec5593b6f1f26ce5cc368b4f93 (diff) |
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>
-rw-r--r-- | applications/luci-app-uhttpd/Makefile | 3 |
1 files changed, 0 insertions, 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 <openwrt@daniel.thecshore.com> -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |