1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00
openmptcprouter-feeds/luci-app-omr-bypass/Makefile

23 lines
742 B
Makefile
Raw Normal View History

2018-04-07 20:13:33 +00:00
#
2019-01-03 14:56:11 +00:00
# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
2018-04-07 20:13:33 +00:00
#
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Interface to bypass domains
2023-04-28 06:50:09 +00:00
#LUCI_DEPENDS:=+dnsmasq-full +shadowsocks-libev-ss-rules +(LINUX_5_4||LINUX_5_15||TARGET_x86_64):iptables-mod-ndpi +iptables-mod-extra +(LINUX_5_4||LINUX_5_15||TARGET_x86_64):kmod-ipt-ndpi +iptables
2024-01-10 16:33:19 +00:00
LUCI_DEPENDS:=+LINUX_5_4:omr-bypass +!LINUX_5_4:omr-bypass-nft
#ifneq ($(CONFIG_TARGET_ramips),y)
# #LUCI_DEPENDS+=+(LINUX_5_4||LINUX_5_15):iptables-mod-ndpi +(LINUX_5_4||LINUX_5_15):kmod-ipt-ndpi
# LUCI_DEPENDS+=+iptables-mod-ndpi +kmod-ipt-ndpi
#endif
2023-07-07 15:24:11 +00:00
2018-04-07 20:13:33 +00:00
2018-04-18 06:01:01 +00:00
PKG_LICENSE:=GPLv3
2018-04-07 20:13:33 +00:00
2019-10-20 19:11:02 +00:00
#include ../luci/luci.mk
include $(TOPDIR)/feeds/luci/luci.mk
2018-04-07 20:13:33 +00:00
# call BuildPackage - OpenWrt buildroot signature