From e5373f2761544b3a0bef395b7239dfb281bc8211 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 11 Mar 2015 15:56:15 +0000 Subject: ar71xx: rename wrt160nl's trx partition parser This patch renames the partition parser from wrt160nl to more generic cybertan. Signed-off-by: Christian Lamparter SVN-Revision: 44663 --- target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch') diff --git a/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch b/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch index 74e79ea..11a9beb 100644 --- a/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch +++ b/target/linux/ar71xx/patches-3.18/405-mtd-tp-link-partition-parser.patch @@ -20,6 +20,6 @@ obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o +obj-$(CONFIG_MTD_TPLINK_PARTS) += tplinkpart.o - obj-$(CONFIG_MTD_WRT160NL_PARTS) += wrt160nl_part.o + obj-$(CONFIG_MTD_CYBERTAN_PARTS) += cybertan_part.o # 'Users' - code which presents functionality to userspace. -- cgit v1.1