From 19460a737d7398b58f1e7c1b8e75828167b61007 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 30 Jun 2006 01:19:58 +0000 Subject: [PATCH] linux-titan-sh4 2.6.16: Disable IP auto configuration for the kernel. This kernel goes in the flash (and not nfsroot) and so shouldn't be auto configuring itself. --- packages/linux/linux-titan-sh4-2.6.16/titan-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/linux-titan-sh4-2.6.16/titan-config b/packages/linux/linux-titan-sh4-2.6.16/titan-config index d6659e3508..11bfc7535c 100644 --- a/packages/linux/linux-titan-sh4-2.6.16/titan-config +++ b/packages/linux/linux-titan-sh4-2.6.16/titan-config @@ -228,7 +228,7 @@ CONFIG_ZERO_PAGE_OFFSET=0x00001000 CONFIG_BOOT_LINK_OFFSET=0x009e0000 # CONFIG_UBC_WAKEUP is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/sm0p2" +CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/sm0p2 ip=off" # # Bus options -- 2.39.5