2018-03-23 19:23:27 +00:00
|
|
|
#
|
2019-01-03 14:56:11 +00:00
|
|
|
# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
2018-03-23 19:23:27 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for OpenMPTCProuter
|
2023-10-18 09:00:33 +00:00
|
|
|
LUCI_DEPENDS:=+luci-lib-json +openmptcprouter-api
|
2018-04-18 06:01:01 +00:00
|
|
|
PKG_LICENSE:=GPLv3
|
2018-03-23 19:23:27 +00:00
|
|
|
|
2019-10-20 19:11:02 +00:00
|
|
|
#include ../luci/luci.mk
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2018-03-23 19:23:27 +00:00
|
|
|
|
2018-04-13 12:26:50 +00:00
|
|
|
define Package/luci-app-openmptcprouter/conffiles
|
|
|
|
/etc/sysctl.d/zzz_openmptcprouter.conf
|
|
|
|
endef
|
|
|
|
|
2018-03-23 19:23:27 +00:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|