-
-
Save wrtcoder/8fc8ee53820f2aee25e9d185c58647af to your computer and use it in GitHub Desktop.
jenkins openwrt build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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