immortalwrt/package/mtk/applications/mtk-luci-plugin/luci-app-webconsole/Makefile
2019-07-07 01:42:21 +08:00

20 lines
484 B
Makefile
Executable File

include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=Hua Shao <nossiac@163.com>
LUCI_TITLE:=A simple web console.
LUCI_DEPENDS:=
# earlier version of luci put "luci.mk" somewhere else...
LUCI_MK_OLDPATH:=$(shell test -e ../luci.mk && echo "old")
LUCI_MK_NEWPATH:=$(shell test -e ../../luci.mk && echo "new")
ifeq ($(LUCI_MK_OLDPATH),old)
include ../luci.mk
endif
ifeq ($(LUCI_MK_NEWPATH),new)
include ../../luci.mk
endif
# call BuildPackage - OpenWrt buildroot signature