2018-01-29 08:56:24 +00:00
|
|
|
#
|
2019-01-03 14:51:42 +00:00
|
|
|
# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
2018-01-29 08:56:24 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2018-02-02 11:19:22 +00:00
|
|
|
PKG_NAME:=openmptcprouter-full
|
2019-06-04 17:32:53 +00:00
|
|
|
PKG_VERSION:=0.13
|
2018-01-29 08:56:24 +00:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
MY_DEPENDS := \
|
|
|
|
mptcp \
|
2020-03-05 16:30:23 +00:00
|
|
|
unbound-daemon unbound-control unbound-anchor \
|
2018-01-29 08:56:24 +00:00
|
|
|
netifd \
|
2019-09-10 16:00:56 +00:00
|
|
|
luci-app-dsvpn \
|
2018-01-29 08:56:24 +00:00
|
|
|
mc \
|
2019-07-12 16:26:28 +00:00
|
|
|
f2fs-tools \
|
2018-01-29 08:56:24 +00:00
|
|
|
openmptcprouter \
|
2018-01-31 16:31:31 +00:00
|
|
|
dnsmasq-full \
|
|
|
|
uhttpd \
|
|
|
|
uhttpd-mod-ubus \
|
|
|
|
curl \
|
2018-07-18 09:10:11 +00:00
|
|
|
iperf3-ssl luci-app-iperf \
|
2018-02-01 13:16:34 +00:00
|
|
|
arptables \
|
|
|
|
bind-dig \
|
2019-01-27 09:34:11 +00:00
|
|
|
libnetfilter-conntrack ebtables ebtables-utils ip-full \
|
2018-09-06 15:14:38 +00:00
|
|
|
iptables-mod-iface iptables-mod-ipmark iptables-mod-hashlimit iptables-mod-condition iptables-mod-trace iptables-mod-conntrack-extra iptables-mod-account \
|
2019-06-01 06:39:50 +00:00
|
|
|
kmod-nf-nat kmod-nf-nathelper kmod-nf-nathelper-extra iptables-mod-extra \
|
2020-01-24 20:04:26 +00:00
|
|
|
iptables-mod-ipsec kmod-crypto-authenc kmod-ipsec kmod-ipsec4 kmod-ipsec6 kmod-ipt-ipsec \
|
2018-02-01 13:16:34 +00:00
|
|
|
wireless-tools \
|
|
|
|
libiwinfo-lua \
|
2018-04-17 08:36:04 +00:00
|
|
|
ca-bundle ca-certificates libustream-openssl \
|
2018-03-09 09:51:29 +00:00
|
|
|
luci-mod-admin-full luci-app-firewall luci-app-glorytun luci-app-shadowsocks-libev luci-app-unbound luci-theme-openmptcprouter luci-base \
|
2019-04-15 20:18:01 +00:00
|
|
|
luci-app-nginx-ha luci-app-omr-tracker luci-app-omr-dscp \
|
2018-10-18 12:54:35 +00:00
|
|
|
luci-app-sqm sqm-scripts-extra \
|
2020-03-24 11:45:06 +00:00
|
|
|
luci-app-vnstat2 omr-quota luci-app-omr-quota \
|
2019-04-22 15:12:46 +00:00
|
|
|
luci-app-mptcp luci-app-openmptcprouter luci-app-omr-bypass luci-app-mail luci-app-upnp \
|
2019-05-28 19:51:29 +00:00
|
|
|
luci-app-wol luci-app-opkg \
|
2019-07-29 15:32:17 +00:00
|
|
|
luci-app-uhttpd \
|
2019-07-29 15:46:00 +00:00
|
|
|
luci-mod-rpc rpcd-mod-rpcsys rpcd-mod-file rpcd-mod-iwinfo \
|
2019-10-03 07:35:39 +00:00
|
|
|
luci-app-openvpn \
|
2019-10-20 19:14:29 +00:00
|
|
|
luci-app-macvlan \
|
2019-11-19 17:36:28 +00:00
|
|
|
shadowsocks-libev-ss-server shadowsocks-libev-ss-tunnel \
|
2019-12-24 09:35:16 +00:00
|
|
|
omr-6in4 ip6tables-mod-nat luci-proto-ipv6 6to4 6in4 6rd ip6tables \
|
2018-07-18 10:17:34 +00:00
|
|
|
speedtestc \
|
2018-07-22 13:23:17 +00:00
|
|
|
iftop \
|
2018-10-18 12:54:35 +00:00
|
|
|
htop \
|
2018-07-22 13:23:17 +00:00
|
|
|
tcpdump \
|
2018-07-18 09:10:11 +00:00
|
|
|
ethtool \
|
2018-08-23 12:49:42 +00:00
|
|
|
iputils-ping \
|
2018-08-06 12:09:39 +00:00
|
|
|
tracebox \
|
2020-02-07 16:02:45 +00:00
|
|
|
!TARGET_mvebu:luci-proto-3g \
|
2019-10-20 19:14:29 +00:00
|
|
|
luci-proto-wireguard \
|
2020-02-07 16:02:45 +00:00
|
|
|
!TARGET_mvebu:comgt-ncm !TARGET_mvebu:luci-proto-ncm \
|
|
|
|
!TARGET_mvebu:luci-proto-modemmanager \
|
|
|
|
!TARGET_mvebu:luci-proto-ppp \
|
2018-06-08 14:53:06 +00:00
|
|
|
omr-update \
|
2018-07-01 06:19:04 +00:00
|
|
|
rng-tools \
|
2018-06-12 21:07:33 +00:00
|
|
|
openvpn-openssl \
|
2018-09-21 21:08:09 +00:00
|
|
|
mmc-utils \
|
|
|
|
libimobiledevice \
|
2019-06-01 06:39:50 +00:00
|
|
|
comgt \
|
2019-04-22 15:12:46 +00:00
|
|
|
kmod-random-core \
|
2019-05-12 07:01:58 +00:00
|
|
|
kmod-netem \
|
2019-03-26 17:58:10 +00:00
|
|
|
ca-bundle openssl-util \
|
2019-03-06 17:22:11 +00:00
|
|
|
dejavu-fonts-ttf-DejaVuSerif dejavu-fonts-ttf-DejaVuSerif-Bold dejavu-fonts-ttf-DejaVuSerif-Italic dejavu-fonts-ttf-DejaVuSerif-BoldItalic \
|
2020-03-22 09:58:30 +00:00
|
|
|
luci-app-snmpd luci-proto-bonding \
|
2019-11-21 08:23:01 +00:00
|
|
|
iputils-tracepath v2ray-plugin netcat adb-enablemodem simple-obfs \
|
2020-02-07 16:02:45 +00:00
|
|
|
(TARGET_x86||TARGET_x86_64):kmod-iwlwifi (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl1000 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl100 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl105 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl135 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl2000 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl2030 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl3160 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl3168 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl5000 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl5150 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl6000g2 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl6000g2a (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl6000g2b (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl6050 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl7260 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl7265 (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl7265d (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl8260c (TARGET_x86||TARGET_x86_64):iwlwifi-firmware-iwl8265 \
|
2019-06-01 06:39:50 +00:00
|
|
|
(TARGET_x86||TARGET_x86_64):kmod-e1000 (TARGET_x86||TARGET_x86_64):kmod-e1000e (TARGET_x86||TARGET_x86_64):kmod-igb (TARGET_x86||TARGET_x86_64):kmod-ne2k-pci (TARGET_x86||TARGET_x86_64):kmod-r8169 (TARGET_x86||TARGET_x86_64):kmod-8139too (TARGET_x86||TARGET_x86_64):kmod-bnx2 \
|
2019-06-12 16:18:19 +00:00
|
|
|
TARGET_mvebu:kmod-mwlwifi TARGET_mvebu:mwlwifi-firmware-88w8864 TARGET_mvebu:mwlwifi-firmware-88w8897 TARGET_mvebu:mwlwifi-firmware-88w8964 TARGET_mvebu:mwlwifi-firmware-88w8997 \
|
2020-02-07 16:02:45 +00:00
|
|
|
!TARGET_mvebu:kmod-usb-serial !TARGET_mvebu:kmod-usb-serial-option !TARGET_mvebu:kmod-usb-serial-wwan !TARGET_mvebu:usb-modeswitch !TARGET_mvebu:uqmi \
|
|
|
|
!TARGET_mvebu:umbim !TARGET_mvebu:kmod-mii !TARGET_mvebu:kmod-usb-net !TARGET_mvebu:kmod-usb-wdm !TARGET_mvebu:kmod-usb-net-qmi-wwan !TARGET_mvebu:kmod-usb-net-cdc-mbim !TARGET_mvebu:umbim \
|
|
|
|
!TARGET_mvebu:kmod-usb-net-huawei-cdc-ncm !TARGET_mvebu:kmod-usb-net-rndis !TARGET_mvebu:kmod-usb-net-cdc-ether !TARGET_mvebu:kmod-usb-net-ipheth !TARGET_mvebu:usbmuxd \
|
2019-06-25 19:37:24 +00:00
|
|
|
kmod-rt2800-usb kmod-rtl8xxxu kmod-rtl8192cu kmod-net-rtl8192su \
|
2020-02-07 16:02:45 +00:00
|
|
|
!TARGET_mvebu:luci-proto-qmi wpad-basic kmod-mt7601u kmod-rtl8187 \
|
2020-04-02 18:24:00 +00:00
|
|
|
wireguard luci-app-mlvpn mlvpn 464xlat !TARGET_mvebu:kmod-usb-net-smsc75xx kmod-zram kmod-swconfig swconfig kmod-ipt-nat kmod-ipt-nat6 luci-app-advanced-reboot luci-app-https-dns-proxy kmod-tcp-nanqinlang iptables-mod-ipopt igmpproxy
|
2019-11-26 18:18:08 +00:00
|
|
|
# softethervpn5-client softethervpn5-server
|
2019-10-27 07:42:52 +00:00
|
|
|
|
|
|
|
# luci-app-mlvpn ubond \
|
2019-09-16 16:09:44 +00:00
|
|
|
# kmod-ath9k kmod-ath9k-htc
|
2019-06-26 05:47:53 +00:00
|
|
|
|
2019-07-22 15:48:20 +00:00
|
|
|
# (TARGET_x86||TARGET_x86_64):open-vm-tools \
|
2019-04-30 16:16:29 +00:00
|
|
|
# (!TARGET_mvebu&&!TARGET_mediatek):kmod-fb-tft-all \
|
|
|
|
# lcd4linux-full
|
2019-04-22 15:12:46 +00:00
|
|
|
# kmod-spi-gpio-custom
|
2018-01-29 08:56:24 +00:00
|
|
|
|
2018-05-29 16:05:02 +00:00
|
|
|
OMR_SUPPORTED_LANGS := ca zh-cn en fr de el he hu it ja ms no pl pt-br pt ro ru es sv uk vi
|
2018-04-24 13:30:48 +00:00
|
|
|
|
2018-01-29 08:56:24 +00:00
|
|
|
define Package/$(PKG_NAME)
|
|
|
|
SECTION:=OMR
|
|
|
|
CATEGORY:=OpenMPTCProuter
|
2018-04-24 13:30:48 +00:00
|
|
|
DEPENDS:=$(foreach p,$(MY_DEPENDS),+$(p)) $(foreach lang,$(OMR_SUPPORTED_LANGS),+LUCI_LANG_$(lang):luci-i18n-base-$(lang))
|
2018-01-29 08:56:24 +00:00
|
|
|
TITLE:=OpenMPTCProuter Full Package
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/description
|
|
|
|
OpenMPTCProuter Full package
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Build/Compile
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/install
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|