diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-10 18:30:01 +0000 |
commit | d59f5b3a987a48508257a0ddbaeadc7909f9f976 (patch) | |
tree | 944623c1f22bfc09509cf26e1555501a1eb129cd /target/linux/ar71xx | |
parent | 47ac8caa622d58cf91938a7896b03298a7b05f1a (diff) | |
download | upstream-d59f5b3a987a48508257a0ddbaeadc7909f9f976.tar.gz upstream-d59f5b3a987a48508257a0ddbaeadc7909f9f976.tar.bz2 upstream-d59f5b3a987a48508257a0ddbaeadc7909f9f976.zip |
kernel: add generic image_cmdline hack to MIPS targets
SVN-Revision: 17563
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.31 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index dd2c30d6d5..cad5e4da49 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -98,6 +98,7 @@ CONFIG_I2C_BOARDINFO=y CONFIG_I2C_GPIO=y CONFIG_ICPLUS_PHY=y # CONFIG_IDE is not set +# CONFIG_IMAGE_CMDLINE_HACK is not set CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_SOURCE="../../root" diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index e193ba61a1..e948763d71 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -110,6 +110,7 @@ CONFIG_I2C_ALGOBIT=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_GPIO=y CONFIG_ICPLUS_PHY=y +# CONFIG_IMAGE_CMDLINE_HACK is not set CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_SOURCE="../../root" diff --git a/target/linux/ar71xx/config-2.6.31 b/target/linux/ar71xx/config-2.6.31 index 4e09c6cb13..34b82b8fee 100644 --- a/target/linux/ar71xx/config-2.6.31 +++ b/target/linux/ar71xx/config-2.6.31 @@ -110,6 +110,7 @@ CONFIG_I2C_ALGOBIT=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_GPIO=y CONFIG_ICPLUS_PHY=y +# CONFIG_IMAGE_CMDLINE_HACK is not set CONFIG_INITRAMFS_ROOT_GID=0 CONFIG_INITRAMFS_ROOT_UID=0 CONFIG_INITRAMFS_SOURCE="../../root" |