From: Gabor Juhos Date: Sun, 11 Apr 2010 17:47:20 +0000 (+0000) Subject: ramips: enable image commandline hack and cmdline partition parsing X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3d0efdc42f32d626df64f6b800f1da47cda6cab1;p=openwrt%2Fsvn-archive%2Farchive.git ramips: enable image commandline hack and cmdline partition parsing SVN-Revision: 20798 --- diff --git a/target/linux/ramips/rt288x/config-2.6.32 b/target/linux/ramips/rt288x/config-2.6.32 index fa912e044c..c21ba4b745 100644 --- a/target/linux/ramips/rt288x/config-2.6.32 +++ b/target/linux/ramips/rt288x/config-2.6.32 @@ -78,6 +78,7 @@ CONFIG_HAVE_IDE=y CONFIG_HAVE_OPROFILE=y CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=m +CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y # CONFIG_ISDN_CAPI is not set @@ -104,6 +105,7 @@ CONFIG_MIPS_RALINK=y # CONFIG_MIPS_RAMIPS_NET is not set # CONFIG_MIPS_SIM is not set # CONFIG_MTD_CFI_INTELEXT is not set +CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_PHYSMAP=y # CONFIG_NO_IOPORT is not set diff --git a/target/linux/ramips/rt305x/config-2.6.32 b/target/linux/ramips/rt305x/config-2.6.32 index 186000a210..8ceb2ecc77 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -76,6 +76,7 @@ CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_HAVE_IDE=y CONFIG_HAVE_OPROFILE=y CONFIG_HW_RANDOM=m +CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQ_CPU=y # CONFIG_ISDN_CAPI is not set @@ -102,6 +103,7 @@ CONFIG_MIPS_RALINK=y CONFIG_MIPS_RAMIPS_NET=y # CONFIG_MIPS_SIM is not set # CONFIG_MTD_CFI_INTELEXT is not set +CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_PHYSMAP=y # CONFIG_NO_IOPORT is not set # CONFIG_NXP_STB220 is not set