Skip to content

Commit

Permalink
luci-app-firewall: refresh patches
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol authored Sep 4, 2024
1 parent 6a07e8f commit b3bda74
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions openwrt/scripts/00-prepare_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,12 @@ git clone https://$gitea/sbwml/nft-fullcone package/new/nft-fullcone
# IPv6 NAT
git clone https://$github/sbwml/packages_new_nat6 package/new/nat6

# natflow - by x-wrt
git clone https://$github/sbwml/package_new_natflow package/new/natflow

# Patch Luci add nft_fullcone/bcm_fullcone & shortcut-fe & natflow & ipv6-nat & custom nft command option
# Patch Luci add nft_fullcone/bcm_fullcone & shortcut-fe & ipv6-nat & custom nft command option
pushd feeds/luci
curl -s https://$mirror/openwrt/patch/firewall4/01-luci-app-firewall_add_nft-fullcone-bcm-fullcone_option.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/02-luci-app-firewall_add_shortcut-fe.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/03-luci-app-firewall_add_ipv6-nat.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/04-luci-add-firewall4-nft-rules-file.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/05-luci-app-firewall-add-natflow-option.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/06-luci-app-firewall-optimize-Routing-NAT-Offloading-op.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/0001-luci-app-firewall-add-nft-fullcone-and-bcm-fullcone-.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/0002-luci-app-firewall-add-shortcut-fe-option.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/0003-luci-app-firewall-add-ipv6-nat-option.patch | patch -p1
curl -s https://$mirror/openwrt/patch/firewall4/0004-luci-add-firewall-add-custom-nft-rule-support.patch | patch -p1
popd

# openssl - quictls
Expand Down

0 comments on commit b3bda74

Please sign in to comment.