diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-11 17:47:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-11 17:47:20 +0000 |
commit | 2872bade69836dc3789449ba7c03a6b51f8ddb0f (patch) | |
tree | a85e0d464bc18ff9a6bd8551993664cb9e7b4203 | |
parent | af05b16c98e0e361ccd2794e1012400ef2f7da0b (diff) | |
download | mtk-20170518-2872bade69836dc3789449ba7c03a6b51f8ddb0f.zip mtk-20170518-2872bade69836dc3789449ba7c03a6b51f8ddb0f.tar.gz mtk-20170518-2872bade69836dc3789449ba7c03a6b51f8ddb0f.tar.bz2 |
ramips: enable image commandline hack and cmdline partition parsing
SVN-Revision: 20798
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.32 | 2 | ||||
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.32 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-2.6.32 b/target/linux/ramips/rt288x/config-2.6.32 index fa912e0..c21ba4b 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 186000a..8ceb2ec 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 |