ar71xx: fix WRT160NL and TP-Link partition parser patches
authorJohn Crispin <john@openwrt.org>
Wed, 11 Mar 2015 15:55:55 +0000 (15:55 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 11 Mar 2015 15:55:55 +0000 (15:55 +0000)
405-mtd-tp-link-partition-parser.patch was updating the
WRT160NL's partition parser Kconfig. This patch moves the
relevant change into the right file:
404-mtd-wrt160nl-trx-parser.patch

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
SVN-Revision: 44662

target/linux/ar71xx/patches-3.14/404-mtd-wrt160nl-trx-parser.patch
target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch
target/linux/ar71xx/patches-3.18/404-mtd-wrt160nl-trx-parser.patch
target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch

index e49d72eb4f9baf3e71fdb226697a4182c9840d20..b5f4b529aff5d40b0b19b7d319bb622236f18b85 100644 (file)
@@ -6,7 +6,7 @@
  
 +config MTD_WRT160NL_PARTS
 +      tristate "Linksys WRT160NL partitioning support"
-+      depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL
++      depends on ATH79_MACH_WRT160NL
 +      ---help---
 +         Linksys WRT160NL partitioning support
 +
index 0688bb896e124b40b4b5b09a091fba644f733078..74e79ea7706c0f5b0b8d7f20bd913e0a72d1065f 100644 (file)
@@ -1,14 +1,5 @@
 --- a/drivers/mtd/Kconfig
 +++ b/drivers/mtd/Kconfig
-@@ -186,7 +186,7 @@ config MTD_BCM47XX_PARTS
- config MTD_WRT160NL_PARTS
-       tristate "Linksys WRT160NL partitioning support"
--      depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL
-+      depends on ATH79_MACH_WRT160NL
-       ---help---
-          Linksys WRT160NL partitioning support
 @@ -206,6 +206,12 @@ config MTD_MYLOADER_PARTS
          You will still need the parsing functions to be called by the driver
          for your particular device. It won't happen automatically.
index e49d72eb4f9baf3e71fdb226697a4182c9840d20..b5f4b529aff5d40b0b19b7d319bb622236f18b85 100644 (file)
@@ -6,7 +6,7 @@
  
 +config MTD_WRT160NL_PARTS
 +      tristate "Linksys WRT160NL partitioning support"
-+      depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL
++      depends on ATH79_MACH_WRT160NL
 +      ---help---
 +         Linksys WRT160NL partitioning support
 +
index 0688bb896e124b40b4b5b09a091fba644f733078..74e79ea7706c0f5b0b8d7f20bd913e0a72d1065f 100644 (file)
@@ -1,14 +1,5 @@
 --- a/drivers/mtd/Kconfig
 +++ b/drivers/mtd/Kconfig
-@@ -186,7 +186,7 @@ config MTD_BCM47XX_PARTS
- config MTD_WRT160NL_PARTS
-       tristate "Linksys WRT160NL partitioning support"
--      depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL
-+      depends on ATH79_MACH_WRT160NL
-       ---help---
-          Linksys WRT160NL partitioning support
 @@ -206,6 +206,12 @@ config MTD_MYLOADER_PARTS
          You will still need the parsing functions to be called by the driver
          for your particular device. It won't happen automatically.