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>
This commit is contained in:
parent
fed6b9ef19
commit
8701c8b001
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue