Yep. Same with the kernel source code tarball. There were definite differences between 1.02 & 1.03 though. This might help find out what:Thanks af123, see my edit above. I've just checked and the config I downloaded today has the exact same size and date as the one I downloaded in 2011 i.e. 30810 bytes 24/09/2010 14:45, so it would appear that they are not keeping their sources up to date.
Code:
# strings -n10 1.02.32/kernel >| k.2
# strings -n10 1.03.06/kernel >| k.3
# gdiff -u k.2 k.3
--- k.2 2014-03-07 16:11:12.317509992 +0000
+++ k.3 2014-03-07 16:11:19.175071015 +0000
@@ -1,7 +1,7 @@
<|yB$@=c$t
<x[r$DWP$1
-<@bU$Xbv$!
-Linux version 2.6.18-7.1 (syji@syji-desktop) (gcc version 4.2.0 20070124 (prerelease) - BRCM 11ts-20090508) #1 SMP Sun Mar 25 18:30:38 KST 2012
+<PbU$hbv$!
+Linux version 2.6.18-7.1 (dhkim2@localhost.localdomain) (gcc version 4.2.0 20070124 (prerelease) - BRCM 11ts-20090508) #1 SMP Wed Mar 6 07:27:02 KST 2013
2.6.18-7.1 SMP mod_unload MIPS32_R1 32BIT gcc-4.2
ext3_new_blocks
ext3_try_to_allocate_with_rsv
@@ -4564,7 +4564,7 @@
sha_transform
csum_partial_copy_nocheck
2.6.18-7.1
-#1 SMP Sun Mar 25 18:30:38 KST 2012
+#1 SMP Wed Mar 6 07:27:02 KST 2013
7405b0-smp
Exception vector 0 called
Exception vector 1 called
@@ -4685,12 +4685,12 @@
psmouse.proto
performance
pfifo_fast
-tcp_bic.smooth_part
-tcp_bic.initial_ssthresh
-tcp_bic.beta
-tcp_bic.low_window
-tcp_bic.max_increment
-tcp_bic.fast_convergence
+tcp_cubic.tcp_friendliness
+tcp_cubic.bic_scale
+tcp_cubic.initial_ssthresh
+tcp_cubic.beta
+tcp_cubic.max_increment
+tcp_cubic.fast_convergence
/e754_xcpt
oYelf_libr
SetP?TxRxC
@@ -4699,6 +4699,7 @@
250MHZhwbug
cm1250_m3_w
iso8859_15
+<( d$0 Q$+
<`N0&xNd&E
<DTC$PT%%DTN
initcall_debug
Looks like they backported some of the changes to the 2.6.19 kernel.