diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 15:53:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-07 15:53:15 +0000 |
commit | b7a46393842a2ef9a4233d2d906bf6e262530a0e (patch) | |
tree | bcedda7a404a5c35893772ddaa31a0fb23f90c83 /target/linux | |
parent | da00d19b24f849c63484c886bfd4e34c630d2da8 (diff) | |
download | upstream-b7a46393842a2ef9a4233d2d906bf6e262530a0e.tar.gz upstream-b7a46393842a2ef9a4233d2d906bf6e262530a0e.tar.bz2 upstream-b7a46393842a2ef9a4233d2d906bf6e262530a0e.zip |
x86/generic: switch to 3.8
Only tested within a VM.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36255 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/generic/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/generic/target.mk b/target/linux/x86/generic/target.mk index 99457401f2..23795f07ee 100644 --- a/target/linux/x86/generic/target.mk +++ b/target/linux/x86/generic/target.mk @@ -1,6 +1,6 @@ BOARDNAME:=Generic -LINUX_VERSION:=3.7.10 +LINUX_VERSION:=3.8.6 define Target/Description Build firmware images for x86 based boards |