projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e1c0d
)
luci-app-uhttpd: Remove LUA_TARGET
author
Sergey Ponomarev
<stokito@gmail.com>
Thu, 3 Aug 2023 14:48:42 +0000
(17:48 +0300)
committer
Sergey 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
patch
|
blob
|
history
diff --git
a/applications/luci-app-uhttpd/Makefile
b/applications/luci-app-uhttpd/Makefile
index d28a48f87ddc12643a987a414a09f7b794824f4f..95429650a1628cea7e2dddd49e7adc5dee3cc324 100644
(file)
--- 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