404-mtd-wrt160nl-trx-parser.patch 918 B

12345678910111213141516171819202122232425
  1. --- a/drivers/mtd/Kconfig
  2. +++ b/drivers/mtd/Kconfig
  3. @@ -212,6 +212,12 @@ config MTD_BCM47XX_PARTS
  4. This provides partitions parser for devices based on BCM47xx
  5. boards.
  6. +config MTD_WRT160NL_PARTS
  7. + tristate "Linksys WRT160NL partitioning support"
  8. + depends on MTD_PARTITIONS && ATH79_MACH_WRT160NL
  9. + ---help---
  10. + Linksys WRT160NL partitioning support
  11. +
  12. config MTD_MYLOADER_PARTS
  13. tristate "MyLoader partition parsing"
  14. depends on ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX || ATH79
  15. --- a/drivers/mtd/Makefile
  16. +++ b/drivers/mtd/Makefile
  17. @@ -20,6 +20,7 @@ obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
  18. obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o
  19. obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o
  20. obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
  21. +obj-$(CONFIG_MTD_WRT160NL_PARTS) += wrt160nl_part.o
  22. # 'Users' - code which presents functionality to userspace.
  23. obj-$(CONFIG_MTD_BLKDEVS) += mtd_blkdevs.o