diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-19 08:07:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-19 08:07:38 +0000 |
commit | b34f5db43c48527e9d91458ef8fc016be432112d (patch) | |
tree | 0c8969e20a62e603e9fc2a71fcb9456fb7faa106 /target | |
parent | c583042680d36db8599674a5769b92af66a73539 (diff) | |
download | upstream-b34f5db43c48527e9d91458ef8fc016be432112d.tar.gz upstream-b34f5db43c48527e9d91458ef8fc016be432112d.tar.bz2 upstream-b34f5db43c48527e9d91458ef8fc016be432112d.zip |
ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.31 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index 7487f14425..7e925b4b65 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -136,6 +136,7 @@ CONFIG_MTD_AR91XX_FLASH=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_JEDECPROBE=y CONFIG_MTD_M25P80=y +CONFIG_MTD_MYLOADER_PARTS=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_RB4XX=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 diff --git a/target/linux/ar71xx/config-2.6.31 b/target/linux/ar71xx/config-2.6.31 index 579f48a7e7..0d29388da7 100644 --- a/target/linux/ar71xx/config-2.6.31 +++ b/target/linux/ar71xx/config-2.6.31 @@ -143,6 +143,7 @@ CONFIG_MTD_AR91XX_FLASH=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_JEDECPROBE=y CONFIG_MTD_M25P80=y +CONFIG_MTD_MYLOADER_PARTS=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_RB4XX=y CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 |