Skip to content

Instantly share code, notes, and snippets.

@claudyus
Created October 2, 2014 15:11
Show Gist options
  • Save claudyus/89e59ac1d0199bc20508 to your computer and use it in GitHub Desktop.
Save claudyus/89e59ac1d0199bc20508 to your computer and use it in GitHub Desktop.
jenkins openwrt build
#feeds
cp feeds.conf.default feeds.conf
echo "src-git openwisp https://github.com/openwisp/openwrt-feed.git" >> feeds.conf
./scripts/feeds update
./scripts/feeds install -d y openwisp-fw
#config target
echo "CONFIG_TARGET_ar71xx=y" > .config
make defconfig
make -j 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment