diff options
author | Ayushman Tripathi <ayushmantripathi7724@gmail.com> | 2023-04-25 16:55:27 +0530 |
---|---|---|
committer | Ayushman Tripathi <ayushmantripathi7724@gmail.com> | 2023-06-20 19:02:39 +0530 |
commit | 678657bebb7eadae08f69caccc4d880757fc9dd1 (patch) | |
tree | d41249d7620e085c398ebfe751eaf289ffc43d81 /applications/luci-app-uhttpd/Makefile | |
parent | ad3509bf3bb5dfa79af634c841d584408068fb0a (diff) |
luci-app-uhttpd: migrate to js
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-uhttpd: migrate to js spaces to tab
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-uhttpd: migrate to js
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-uhttpd: migrate to JavaScript-based implementation tab spaces
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-uhttpd: migrate to js
luci-app-uhttpd: migrate to JavaScript-based implementation formatting
Signed-off-by: Ayushman Tripathi <ayushmantripathi7724@gmail.com>
luci-app-uhttpd: migrate to js
luci-app-uhttpd: migrate to JavaScript-based implementation fix formatting bug
luci-app-uhttpd: migrate to js
luci-app-uhttpd: migrate to JavaScript-based implementation fix upload bug
luci-app-uhttpd: migrate to js
luci-app-uhttpd: migrate to js update dependency
luci-app-uhttpd: migrate to js
Diffstat (limited to 'applications/luci-app-uhttpd/Makefile')
-rw-r--r-- | applications/luci-app-uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-uhttpd/Makefile b/applications/luci-app-uhttpd/Makefile index a365353cc6..d28a48f87d 100644 --- a/applications/luci-app-uhttpd/Makefile +++ b/applications/luci-app-uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=uHTTPd Webserver Configuration -LUCI_DEPENDS:=+luci-compat +uhttpd +LUCI_DEPENDS:= +uhttpd LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 |