Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 452 Bytes

BUILD.md

File metadata and controls

19 lines (16 loc) · 452 Bytes

Build from source

  1. Add feed to OpenWrt
echo "src-git sitepi https://github.com/sitepi/sdwan.git" >> feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a
  1. Configure and build
make menuconfig
# Go to Network -> sitepi
# Go to LuCI -> Applications -> luci-app-sitepi
make package/sitepi/compile V=s
make package/luci-app-sitepi/compile V=s

The compiled packages will be in bin/packages/ARCH/base/.