Skip to content

Commit

Permalink
added jenkins build script based on defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chankruze committed Feb 12, 2019
1 parent 9c609d7 commit 3671844
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions compiling/jenkins-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
clear
echo " _______ ________ __"
echo " | |.-----.-----.-----.| | | |.----.| |"_
echo " | - || _ | -__| || | | || _|| _|"
echo " |_______|| __|_____|__|__||________||__| |____|"
echo " |__| W I R E L E S S F R E E D O M"
echo " --------------------------------------------------"
echo " https://github.com/chankruze "
echo " --------------------------------------------------"
git clone https://github.com/openwrt/openwrt.git -b openwrt-18.06
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
curl -O https://raw.githubusercontent.com/chankruze/TL-WR841N-v11/master/compiling/tl-wr841n-v11_defconfig
rm -rf .config
mv tl-wr841n-v11_defconfig .config
make download
make -j4

0 comments on commit 3671844

Please sign in to comment.