diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-12-15 19:16:30 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-12-15 19:16:30 +0000 |
commit | 361080737b7d4b151690a77a8850659a6450eef0 (patch) | |
tree | becf2130c8eb62a21b5c049624b222ad234cae29 /target/linux/x86 | |
parent | 306d96500aaf7a3a153f5b0629fa5d3cff268b33 (diff) | |
download | upstream-361080737b7d4b151690a77a8850659a6450eef0.tar.gz upstream-361080737b7d4b151690a77a8850659a6450eef0.tar.bz2 upstream-361080737b7d4b151690a77a8850659a6450eef0.zip |
kernel: update kernel 3.10 to 3.10.24
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39059 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 | ||||
-rw-r--r-- | target/linux/x86/generic/target.mk | 2 | ||||
-rw-r--r-- | target/linux/x86/patches-3.10/100-rdc_boards.patch | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index b6744b0abd..adb34a6004 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -19,7 +19,7 @@ DEFAULT_PACKAGES += \ kmod-ledtrig-heartbeat kmod-ledtrig-gpio \ kmod-ledtrig-netdev \ kmod-cpu-msr hwclock wpad -LINUX_VERSION:=3.10.21 +LINUX_VERSION:=3.10.24 CS5535_MASK:=0x0b000042 CPU_TYPE := geode diff --git a/target/linux/x86/generic/target.mk b/target/linux/x86/generic/target.mk index b4eab5e0cf..72b970e4a0 100644 --- a/target/linux/x86/generic/target.mk +++ b/target/linux/x86/generic/target.mk @@ -1,6 +1,6 @@ BOARDNAME:=Generic -LINUX_VERSION:=3.10.21 +LINUX_VERSION:=3.10.24 define Target/Description Build firmware images for x86 based boards diff --git a/target/linux/x86/patches-3.10/100-rdc_boards.patch b/target/linux/x86/patches-3.10/100-rdc_boards.patch index 197b5dbdbc..6b8fe6c24a 100644 --- a/target/linux/x86/patches-3.10/100-rdc_boards.patch +++ b/target/linux/x86/patches-3.10/100-rdc_boards.patch @@ -1,6 +1,6 @@ --- a/arch/x86/Makefile +++ b/arch/x86/Makefile -@@ -168,6 +168,9 @@ libs-y += arch/x86/lib/ +@@ -174,6 +174,9 @@ libs-y += arch/x86/lib/ # See arch/x86/Kbuild for content of core part of the kernel core-y += arch/x86/ |