Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wrtcoder/8fc8ee53820f2aee25e9d185c58647af to your computer and use it in GitHub Desktop.
Save wrtcoder/8fc8ee53820f2aee25e9d185c58647af 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