diff options
Diffstat (limited to 'applications/luci-app-uhttpd/Makefile')
-rw-r--r-- | applications/luci-app-uhttpd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/applications/luci-app-uhttpd/Makefile b/applications/luci-app-uhttpd/Makefile index a365353cc6..da7e8697fd 100644 --- a/applications/luci-app-uhttpd/Makefile +++ b/applications/luci-app-uhttpd/Makefile @@ -8,14 +8,11 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=uHTTPd Webserver Configuration -LUCI_DEPENDS:=+luci-compat +uhttpd -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +uhttpd PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com> -LUA_TARGET:=source - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |