Browse Source

update kernel versions

Waldemar Brodkorb 13 years ago
parent
commit
cab382e31f
44 changed files with 9 additions and 9 deletions
  1. 4 4
      Config.in
  2. 5 5
      mk/kernel-ver.mk
  3. 0 0
      target/linux/patches/3.0.22/brcm.patch
  4. 0 0
      target/linux/patches/3.0.22/bsd-compatibility.patch
  5. 0 0
      target/linux/patches/3.0.22/cris-etrax.patch
  6. 0 0
      target/linux/patches/3.0.22/defaults.patch
  7. 0 0
      target/linux/patches/3.0.22/fon2100.patch
  8. 0 0
      target/linux/patches/3.0.22/gemalto.patch
  9. 0 0
      target/linux/patches/3.0.22/mips-malta.patch
  10. 0 0
      target/linux/patches/3.0.22/mmc-host.patch
  11. 0 0
      target/linux/patches/3.0.22/mtd-rootfs.patch
  12. 0 0
      target/linux/patches/3.0.22/non-static.patch
  13. 0 0
      target/linux/patches/3.0.22/sparc-include.patch
  14. 0 0
      target/linux/patches/3.0.22/startup.patch
  15. 0 0
      target/linux/patches/3.0.22/usb-defaults-off.patch
  16. 0 0
      target/linux/patches/3.0.22/uuid.patch
  17. 0 0
      target/linux/patches/3.0.22/vga-cons-default-off.patch
  18. 0 0
      target/linux/patches/3.0.22/wlan-cf.patch
  19. 0 0
      target/linux/patches/3.0.22/x86-build.patch
  20. 0 0
      target/linux/patches/3.0.22/zlib-inflate.patch
  21. 0 0
      target/linux/patches/3.2.7/bsd-compatibility.patch
  22. 0 0
      target/linux/patches/3.2.7/cris-etrax.patch
  23. 0 0
      target/linux/patches/3.2.7/defaults.patch
  24. 0 0
      target/linux/patches/3.2.7/gemalto.patch
  25. 0 0
      target/linux/patches/3.2.7/mmc-host.patch
  26. 0 0
      target/linux/patches/3.2.7/non-static.patch
  27. 0 0
      target/linux/patches/3.2.7/sparc-include.patch
  28. 0 0
      target/linux/patches/3.2.7/startup.patch
  29. 0 0
      target/linux/patches/3.2.7/usb-defaults-off.patch
  30. 0 0
      target/linux/patches/3.2.7/uuid.patch
  31. 0 0
      target/linux/patches/3.2.7/vga-cons-default-off.patch
  32. 0 0
      target/linux/patches/3.2.7/wlan-cf.patch
  33. 0 0
      target/linux/patches/3.2.7/x86-build.patch
  34. 0 0
      target/linux/patches/3.2.7/zlib-inflate.patch
  35. 0 0
      toolchain/kernel-headers/patches/3.0.22/aufs2.patch
  36. 0 0
      toolchain/kernel-headers/patches/3.0.22/cleankernel.patch
  37. 0 0
      toolchain/kernel-headers/patches/3.0.22/etrax-header.patch
  38. 0 0
      toolchain/kernel-headers/patches/3.0.22/linux-gcc-check.patch
  39. 0 0
      toolchain/kernel-headers/patches/3.0.22/microperl.patch
  40. 0 0
      toolchain/kernel-headers/patches/3.2.7/aufs2.patch
  41. 0 0
      toolchain/kernel-headers/patches/3.2.7/cleankernel.patch
  42. 0 0
      toolchain/kernel-headers/patches/3.2.7/etrax-header.patch
  43. 0 0
      toolchain/kernel-headers/patches/3.2.7/linux-gcc-check.patch
  44. 0 0
      toolchain/kernel-headers/patches/3.2.7/microperl.patch

+ 4 - 4
Config.in

@@ -107,16 +107,16 @@ config ADK_KERNEL_VERSION_2_6_39_4
 	prompt "2.6.39.4"
 	boolean
 
-config ADK_KERNEL_VERSION_3_0_18
-	prompt "3.0.18"
+config ADK_KERNEL_VERSION_3_0_22
+	prompt "3.0.22"
 	boolean
 
 config ADK_KERNEL_VERSION_3_1_10
 	prompt "3.1.10"
 	boolean
 
-config ADK_KERNEL_VERSION_3_2_2
-	prompt "3.2.2"
+config ADK_KERNEL_VERSION_3_2_7
+	prompt "3.2.7"
 	boolean
 
 endchoice

+ 5 - 5
mk/kernel-ver.mk

@@ -8,18 +8,18 @@ KERNEL_VERSION:=	2.6.39.4
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		a17c748c2070168f1e784e9605ca043d
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_0_18),y)
-KERNEL_VERSION:=	3.0.18
+ifeq ($(ADK_KERNEL_VERSION_3_0_22),y)
+KERNEL_VERSION:=	3.0.22
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		67252770d7009eabe8bac7c26e074f9d
+KERNEL_MD5SUM:=		0cb510da24d9cf7bd17091ed49176178
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_1_10),y)
 KERNEL_VERSION:=	3.1.10
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		3649bdaa50ffd9114cc16486ec54d83a
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_2_2),y)
-KERNEL_VERSION:=	3.2.2
+ifeq ($(ADK_KERNEL_VERSION_3_2_7),y)
+KERNEL_VERSION:=	3.2.7
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		c0303125c8eda431b10084eece7564e3
 endif

+ 0 - 0
target/linux/patches/3.0.18/brcm.patch → target/linux/patches/3.0.22/brcm.patch


+ 0 - 0
target/linux/patches/3.0.18/bsd-compatibility.patch → target/linux/patches/3.0.22/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.0.18/cris-etrax.patch → target/linux/patches/3.0.22/cris-etrax.patch


+ 0 - 0
target/linux/patches/3.0.18/defaults.patch → target/linux/patches/3.0.22/defaults.patch


+ 0 - 0
target/linux/patches/3.0.18/fon2100.patch → target/linux/patches/3.0.22/fon2100.patch


+ 0 - 0
target/linux/patches/3.0.18/gemalto.patch → target/linux/patches/3.0.22/gemalto.patch


+ 0 - 0
target/linux/patches/3.0.18/mips-malta.patch → target/linux/patches/3.0.22/mips-malta.patch


+ 0 - 0
target/linux/patches/3.0.18/mmc-host.patch → target/linux/patches/3.0.22/mmc-host.patch


+ 0 - 0
target/linux/patches/3.0.18/mtd-rootfs.patch → target/linux/patches/3.0.22/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.0.18/non-static.patch → target/linux/patches/3.0.22/non-static.patch


+ 0 - 0
target/linux/patches/3.0.18/sparc-include.patch → target/linux/patches/3.0.22/sparc-include.patch


+ 0 - 0
target/linux/patches/3.0.18/startup.patch → target/linux/patches/3.0.22/startup.patch


+ 0 - 0
target/linux/patches/3.0.18/usb-defaults-off.patch → target/linux/patches/3.0.22/usb-defaults-off.patch


+ 0 - 0
target/linux/patches/3.0.18/uuid.patch → target/linux/patches/3.0.22/uuid.patch


+ 0 - 0
target/linux/patches/3.0.18/vga-cons-default-off.patch → target/linux/patches/3.0.22/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.0.18/wlan-cf.patch → target/linux/patches/3.0.22/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.0.18/x86-build.patch → target/linux/patches/3.0.22/x86-build.patch


+ 0 - 0
target/linux/patches/3.0.18/zlib-inflate.patch → target/linux/patches/3.0.22/zlib-inflate.patch


+ 0 - 0
target/linux/patches/3.2.2/bsd-compatibility.patch → target/linux/patches/3.2.7/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.2.2/cris-etrax.patch → target/linux/patches/3.2.7/cris-etrax.patch


+ 0 - 0
target/linux/patches/3.2.2/defaults.patch → target/linux/patches/3.2.7/defaults.patch


+ 0 - 0
target/linux/patches/3.2.2/gemalto.patch → target/linux/patches/3.2.7/gemalto.patch


+ 0 - 0
target/linux/patches/3.2.2/mmc-host.patch → target/linux/patches/3.2.7/mmc-host.patch


+ 0 - 0
target/linux/patches/3.2.2/non-static.patch → target/linux/patches/3.2.7/non-static.patch


+ 0 - 0
target/linux/patches/3.2.2/sparc-include.patch → target/linux/patches/3.2.7/sparc-include.patch


+ 0 - 0
target/linux/patches/3.2.2/startup.patch → target/linux/patches/3.2.7/startup.patch


+ 0 - 0
target/linux/patches/3.2.2/usb-defaults-off.patch → target/linux/patches/3.2.7/usb-defaults-off.patch


+ 0 - 0
target/linux/patches/3.2.2/uuid.patch → target/linux/patches/3.2.7/uuid.patch


+ 0 - 0
target/linux/patches/3.2.2/vga-cons-default-off.patch → target/linux/patches/3.2.7/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.2.2/wlan-cf.patch → target/linux/patches/3.2.7/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.2.2/x86-build.patch → target/linux/patches/3.2.7/x86-build.patch


+ 0 - 0
target/linux/patches/3.2.2/zlib-inflate.patch → target/linux/patches/3.2.7/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.0.18/aufs2.patch → toolchain/kernel-headers/patches/3.0.22/aufs2.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.0.18/cleankernel.patch → toolchain/kernel-headers/patches/3.0.22/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.0.18/etrax-header.patch → toolchain/kernel-headers/patches/3.0.22/etrax-header.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.0.18/linux-gcc-check.patch → toolchain/kernel-headers/patches/3.0.22/linux-gcc-check.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.0.18/microperl.patch → toolchain/kernel-headers/patches/3.0.22/microperl.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.2.2/aufs2.patch → toolchain/kernel-headers/patches/3.2.7/aufs2.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.2.2/cleankernel.patch → toolchain/kernel-headers/patches/3.2.7/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.2.2/etrax-header.patch → toolchain/kernel-headers/patches/3.2.7/etrax-header.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.2.2/linux-gcc-check.patch → toolchain/kernel-headers/patches/3.2.7/linux-gcc-check.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.2.2/microperl.patch → toolchain/kernel-headers/patches/3.2.7/microperl.patch