diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-23 17:07:44 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-23 17:07:44 +0300 |
commit | 8701c8b001a9c18b7f8d66b29943073e797158f0 (patch) | |
tree | 215cb4156bb9ec11df9684e17802baa006780d59 /applications/luci-app-uhttpd | |
parent | fed6b9ef19e6797c3ef8a9048cbc2f822b9cd45e (diff) |
luci-app-uhttpd: remove unnecessary fields from Makefile
Remove unnecessary fields from Makefile and
rely on LuCI automatics.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-uhttpd')
-rw-r--r-- | applications/luci-app-uhttpd/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/applications/luci-app-uhttpd/Makefile b/applications/luci-app-uhttpd/Makefile index 9a2cf462e..301477066 100644 --- a/applications/luci-app-uhttpd/Makefile +++ b/applications/luci-app-uhttpd/Makefile @@ -11,16 +11,9 @@ LUCI_TITLE:=uHTTPd Webserver Configuration LUCI_DEPENDS:=+uhttpd LUCI_PKGARCH:=all -PKG_NAME:=luci-app-uhttpd -PKG_VERSION:=1.0.0 -PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com> -PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) - -include $(INCLUDE_DIR)/package.mk - LUA_TARGET:=source include ../../luci.mk |