projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed6b9e
)
luci-app-uhttpd: remove unnecessary fields from Makefile
author
Hannu Nyman
<hannu.nyman@iki.fi>
Sun, 23 Apr 2017 14:07:44 +0000
(17:07 +0300)
committer
Hannu Nyman
<hannu.nyman@iki.fi>
Sun, 23 Apr 2017 14:07:44 +0000
(17:07 +0300)
Remove unnecessary fields from Makefile and
rely on LuCI automatics.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-uhttpd/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-uhttpd/Makefile
b/applications/luci-app-uhttpd/Makefile
index 9a2cf462e5728231d300cf9c40dfb50f670d9c0d..301477066528d343ba0442afc27f49017496ce48 100644
(file)
--- 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