diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-06-30 01:19:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-30 01:19:58 +0000 |
commit | 19460a737d7398b58f1e7c1b8e75828167b61007 (patch) | |
tree | f38dbf902517c8c9a9330f45c2dfec323b668fdc /packages | |
parent | cbe5e91953b85e141b7823e4c00c896b42b6a91e (diff) |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-titan-sh4-2.6.16/titan-config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |