2018-01-23 14:36:03 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
2019-01-03 14:56:11 +00:00
|
|
|
# Copyright (C) 2017-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
2018-01-23 14:36:03 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Administration - full-featured for full control
|
|
|
|
LUCI_DEPENDS:=+luci-base +luci-app-firewall
|
|
|
|
|
|
|
|
PKG_BUILD_DEPENDS:=iwinfo
|
2018-06-08 08:51:00 +00:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
2018-01-23 14:36:03 +00:00
|
|
|
|
|
|
|
include ../luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|