ar71xx: fix WRT160NL and TP-Link partition parser patches

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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44662 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2015-03-11 15:55:55 +00:00
parent db982be738
commit d93222ddef
4 changed files with 2 additions and 20 deletions

View File

@ -6,7 +6,7 @@
+config MTD_WRT160NL_PARTS +config MTD_WRT160NL_PARTS
+ tristate "Linksys WRT160NL partitioning support" + tristate "Linksys WRT160NL partitioning support"
+ depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL + depends on ATH79_MACH_WRT160NL
+ ---help--- + ---help---
+ Linksys WRT160NL partitioning support + Linksys WRT160NL partitioning support
+ +

View File

@ -1,14 +1,5 @@
--- a/drivers/mtd/Kconfig --- a/drivers/mtd/Kconfig
+++ b/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 @@ -206,6 +206,12 @@ config MTD_MYLOADER_PARTS
You will still need the parsing functions to be called by the driver You will still need the parsing functions to be called by the driver
for your particular device. It won't happen automatically. for your particular device. It won't happen automatically.

View File

@ -6,7 +6,7 @@
+config MTD_WRT160NL_PARTS +config MTD_WRT160NL_PARTS
+ tristate "Linksys WRT160NL partitioning support" + tristate "Linksys WRT160NL partitioning support"
+ depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL + depends on ATH79_MACH_WRT160NL
+ ---help--- + ---help---
+ Linksys WRT160NL partitioning support + Linksys WRT160NL partitioning support
+ +

View File

@ -1,14 +1,5 @@
--- a/drivers/mtd/Kconfig --- a/drivers/mtd/Kconfig
+++ b/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 @@ -206,6 +206,12 @@ config MTD_MYLOADER_PARTS
You will still need the parsing functions to be called by the driver You will still need the parsing functions to be called by the driver
for your particular device. It won't happen automatically. for your particular device. It won't happen automatically.