Skip to content

Commit

Permalink
Update kernels to 4.16.6. Fixup method of gathering mac addresses. Up…
Browse files Browse the repository at this point in the history
…date all configs to 4.16.6. Update Dockerfile to contain flex and bison packages.
  • Loading branch information
mastacontrola committed May 1, 2018
1 parent c373c7f commit be05401
Show file tree
Hide file tree
Showing 6 changed files with 1,941 additions and 7,280 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ while getopts "$optspec" o; do
esac
done
brVersion="2017.11.2"
[[ -z $kernelVersion ]] && kernelVersion="4.15.2"
[[ -z $kernelVersion ]] && kernelVersion="4.16.6"
brURL="https://buildroot.org/downloads/buildroot-$brVersion.tar.bz2"
kernelURL="https://www.kernel.org/pub/linux/kernel/v4.x/linux-$kernelVersion.tar.xz"
deps="subversion git mercurial meld build-essential rsync libncurses-dev gcc-multilib"
Expand Down
Loading

0 comments on commit be05401

Please sign in to comment.