enable Myloader partition parser
authorGabor Juhos <juhosg@openwrt.org>
Mon, 17 Nov 2008 10:23:54 +0000 (10:23 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 17 Nov 2008 10:23:54 +0000 (10:23 +0000)
SVN-Revision: 13257

target/linux/ar71xx/config-2.6.26
target/linux/ar71xx/config-2.6.27
target/linux/generic-2.6/patches-2.6.26/081-mtd_myloader_partition_parser.patch
target/linux/generic-2.6/patches-2.6.27/081-mtd_myloader_partition_parser.patch

index 40f0f4fb1ea74710577df9486e88d65e8931ddb5..57393415beba09cfc2cea858ef7da5b10926e248 100644 (file)
@@ -141,6 +141,7 @@ CONFIG_MTD_MAP_BANK_WIDTH_2=y
 CONFIG_MTD_MAP_BANK_WIDTH_4=y
 # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
 # CONFIG_MTD_MTDRAM is not set
+CONFIG_MTD_MYLOADER_PARTS=y
 CONFIG_MTD_NAND=y
 # CONFIG_MTD_NAND_CAFE is not set
 # CONFIG_MTD_NAND_DISKONCHIP is not set
index ffb942efccaf5ac834710015ac0792c3bd0b7ace..61aaeb6ba1cd5f0b34712329ef1e69caa5433f99 100644 (file)
@@ -146,6 +146,7 @@ CONFIG_MTD_MAP_BANK_WIDTH_2=y
 CONFIG_MTD_MAP_BANK_WIDTH_4=y
 # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
 # CONFIG_MTD_MTDRAM is not set
+CONFIG_MTD_MYLOADER_PARTS=y
 CONFIG_MTD_NAND=y
 # CONFIG_MTD_NAND_CAFE is not set
 # CONFIG_MTD_NAND_DISKONCHIP is not set
index 17cd986aeef15bfccc7f5ab07bcc68803400cf96..3095393e537db1db630a60e2853ce04419b5199c 100644 (file)
@@ -6,7 +6,7 @@
  
 +config MTD_MYLOADER_PARTS
 +      tristate "MyLoader partition parsing"
-+      depends on ADM5120 && MTD_PARTITIONS
++      depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR71XX)
 +      ---help---
 +        MyLoader is a bootloader which allows the user to define partitions
 +        in flash devices, by putting a table in the second erase block
index 90e221958ca3fc12bbd1213193d8a48254de1946..e2305089ea74973afffccda623e0d72873521666 100644 (file)
@@ -6,7 +6,7 @@
  
 +config MTD_MYLOADER_PARTS
 +      tristate "MyLoader partition parsing"
-+      depends on ADM5120 && MTD_PARTITIONS
++      depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR71XX)
 +      ---help---
 +        MyLoader is a bootloader which allows the user to define partitions
 +        in flash devices, by putting a table in the second erase block