Adding support for VRX518 (and maybe VRX320)

It's very easy, these are the steps I did:

  • Clone the source code using code from dhewg git clone https://github.com/dhewg/openwrt && cd openwrt
  • Check out the vr11 branch (git checkout vr11)
  • ./scripts/feeds update -a to check out the available package feeds
  • ./scripts/feeds install -a to make the packages available
  • make menuconfig to configure your build, i.e. selecting the target box
  • make defconfig to select the standard packages (often not needed)
  • make

And that's it.

More details (and more or less the same steps): https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem

1 Like