merge the scripts dealing with package/target metadata to remove some redundant code
[openwrt.git] / include / kernel-version.mk
index af457a2..50683c5 100644 (file)
@@ -2,9 +2,9 @@
 
 ifeq ($(LINUX_VERSION),)
   ifeq ($(KERNEL),2.4)
-    LINUX_VERSION:=2.4.33.4
+    LINUX_VERSION:=2.4.34
     LINUX_RELEASE:=1
-    LINUX_KERNEL_MD5SUM:=aca0257549c385a227088ad8853a72a2
+    LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55
   else
     LINUX_VERSION:=2.6.19.1
     LINUX_RELEASE:=1
This page took 0.019806 seconds and 4 git commands to generate.