diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-22 19:00:22 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-22 19:00:22 +0000 |
commit | 4556174c3488fbe197aca83d3f87ecd59ac77bc7 (patch) | |
tree | 4e1fefa13c0704864b9293684b7ef2259c4d570a | |
parent | 619c081e707ceb335693aa6e49835328b580726d (diff) |
x86/generic: switch to 3.10.15
Based on 'kernel: update x86 generic to 3.10.13' patch
from http://patchwork.openwrt.org/patch/4129/
Signed-off-by: Ulrich Weber <uw@xyne.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38500 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 f692841d4d..41b8700a51 100644 --- a/target/linux/x86/generic/target.mk +++ b/target/linux/x86/generic/target.mk @@ -1,6 +1,6 @@ BOARDNAME:=Generic -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.15 define Target/Description Build firmware images for x86 based boards |