Skip to content

Commit

Permalink
update kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Apr 22, 2015
1 parent 8fcdaa8 commit e399041
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- make 'nc -ll' work again. [Jens Rosenboom]
- set default timezone to UTC
- powerpc builds
- kernel: update to latest released Ubuntu 12.04 kernel (3.2.0-80.116).
0.3.3
- Wrap udhcpc to provide for easier passing of options including
those required to get MTU set properly. [Harm Weites] (LP: #1301958)
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To use it, you would do something like:
The kernel input to bundle must be in deb format. The ubuntu '-virtual'
kernel is used as a starting point.

$ kver="3.2.0.68.81";
$ kver="3.2.0-80.116"
$ burl="https://launchpad.net/ubuntu/+archive/primary/+files/linux-image"
$ for arch in i386 x86_64 arm powerpc; do
xarch=$arch; flav="virtual"
Expand Down
2 changes: 1 addition & 1 deletion bin/build-release
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VER=$1
pre=cirros-$VER
BR_VER="2012.05"
ARCHES="${ARCHES:-i386 x86_64 arm powerpc}"
KVER="3.2.0-68.102";
KVER="3.2.0-80.116";

dl() {
local url="$1" target="$2" tfile="" t=""
Expand Down

0 comments on commit e399041

Please sign in to comment.