Skip to content

Instantly share code, notes, and snippets.

@Grommish
Last active January 2, 2021 22:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Grommish/1d627190b4db58702e05227280ea5e1b to your computer and use it in GitHub Desktop.
Save Grommish/1d627190b4db58702e05227280ea5e1b to your computer and use it in GitHub Desktop.
Installing rust and Suricata6 in OpenWrt source
git clone https://github.com/openwrt/openwrt.git testbuild && cd testbuild
./scripts/feeds update -a && ./scripts/feeds install -a
cd ./feeds/packages && gh pr checkout 13916 && gh pr checkout 13924
cd ../.. && ./scripts/feeds update -f -i && ./scripts/feeds install rust suricata6
git clone https://github.com/openwrt/openwrt.git testbuild && cd testbuild
./scripts/feeds update -a && ./scripts/feeds install -a
cd ./feeds/packages/ & git remote add testing https://github.com/Itus-Shield/packages.git && git fetch testing
git cherry-pick 876e886f8 && git cherry-pick 0a6f711d9^..5b2c6f8e6
cd ../.. && ./scripts/feeds update -f -i && ./scripts/feeds install rust suricata6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment