diff options
Diffstat (limited to 'target/wrap/target.mk')
-rw-r--r-- | target/wrap/target.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/wrap/target.mk b/target/wrap/target.mk index 6fc2fcb45..372c3cfe3 100644 --- a/target/wrap/target.mk +++ b/target/wrap/target.mk @@ -1,7 +1,7 @@ ARCH:= x86 CPU_ARCH:= i486 -KERNEL_VERSION:= 2.6.32 +KERNEL_VERSION:= 2.6.33 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 260551284ac224c3a43c4adac7df4879 +KERNEL_MD5SUM:= c3883760b18d50e8d78819c54d579b00 TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=i486 |