Move entware from separate branch to openwrt

This commit is contained in:
Vadim Vetrov
2024-11-30 13:54:27 +03:00
parent ab982ce14b
commit 1728f4f9ff
3 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
[ "$type" == "ip6tables" ] && exit 0 >/dev/null 2>&1
[ "$table" != "mangle" ] && exit 0 >/dev/null 2>&1
/opt/etc/init.d/S91youtubeUnblock firewall-stop >/dev/null 2>&1
/opt/etc/init.d/S91youtubeUnblock firewall-load >/dev/null 2>&1