luci-app-uhttpd: Remove LUA_TARGET
The app was migrated to JS so the LUA_TARGET is not needed. Also remove LUCI_PKGARCH:=all which is anyway a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
33e1c0d119
commit
5360d43145
1 changed files with 0 additions and 3 deletions
|
@ -9,13 +9,10 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
LUCI_TITLE:=uHTTPd Webserver Configuration
|
||||
LUCI_DEPENDS:= +uhttpd
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
|
||||
|
||||
LUA_TARGET:=source
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
# call BuildPackage - OpenWrt buildroot signature
|
||||
|
|
Loading…
Reference in a new issue