diff options
Diffstat (limited to 'target/wag54g')
-rw-r--r-- | target/wag54g/device.mk | 6 | ||||
-rw-r--r-- | target/wag54g/kernel.config | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/wag54g/device.mk b/target/wag54g/device.mk index 926e4b9c6..664e4db13 100644 --- a/target/wag54g/device.mk +++ b/target/wag54g/device.mk @@ -1,7 +1,7 @@ ARCH:= mips CPU_ARCH:= mipsel -KERNEL_VERSION:= 2.6.30 +KERNEL_VERSION:= 2.6.30.5 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 7a80058a6382e5108cdb5554d1609615 -TARGET_OPTIMIZATION:= -O2 -pipe +KERNEL_MD5SUM:= be9c3a697a54ac099c910d068ff0dc03 +TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= -march=mips32 diff --git a/target/wag54g/kernel.config b/target/wag54g/kernel.config index 8949aa612..eec4f9e43 100644 --- a/target/wag54g/kernel.config +++ b/target/wag54g/kernel.config @@ -760,7 +760,7 @@ CONFIG_MAGIC_SYSRQ=y # CONFIG_DYNAMIC_PRINTK_DEBUG is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y -CONFIG_CMDLINE="init=/init console=ttyS0" +CONFIG_CMDLINE="console=ttyS0" # # Security options |