Skip to content

Commit

Permalink
updated mainline version to support bridge
Browse files Browse the repository at this point in the history
This version of the mainline kernel supports the bridge and vlan learning examples (i.e. the additional APIs). Will allow new users to run all examples provided.
  • Loading branch information
affansyed committed Sep 10, 2015
1 parent 4135be2 commit 7c83a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Install a 4.2+ kernel from http:https://kernel.ubuntu.com/~kernel-ppa/mainline,
for example:

```bash
VER=4.2.0-040200
REL=201508301530
PREFIX=http:https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable
VER=4.2.0-999
REL=201509072200
PREFIX=http:https://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2015-09-08-unstable/
wget ${PREFIX}/linux-headers-${VER}-generic_${VER}.${REL}_amd64.deb
wget ${PREFIX}/linux-headers-${VER}_${VER}.${REL}_all.deb
wget ${PREFIX}/linux-image-${VER}-generic_${VER}.${REL}_amd64.deb
Expand Down

0 comments on commit 7c83a34

Please sign in to comment.