make sure quilt starts with the correct patch order in series
[openwrt.git] / include / kernel-version.mk
index 50683c5..eaac886 100644 (file)
@@ -6,9 +6,9 @@ ifeq ($(LINUX_VERSION),)
     LINUX_RELEASE:=1
     LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55
   else
-    LINUX_VERSION:=2.6.19.1
+    LINUX_VERSION:=2.6.21.5
     LINUX_RELEASE:=1
-    LINUX_KERNEL_MD5SUM:=2ab08fdfddc00e09b3d5bc7397d3c8be
+    LINUX_KERNEL_MD5SUM:=2e9a302b5d514b231640227d6a2ab7bf
   endif
 endif
 KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION))))
This page took 0.029496 seconds and 4 git commands to generate.