405-mtd-tp-link-partition-parser.patch 838 B

12345678910111213141516171819202122232425
  1. --- a/drivers/mtd/Kconfig
  2. +++ b/drivers/mtd/Kconfig
  3. @@ -196,6 +196,12 @@ config MTD_MYLOADER_PARTS
  4. You will still need the parsing functions to be called by the driver
  5. for your particular device. It won't happen automatically.
  6. +config MTD_TPLINK_PARTS
  7. + tristate "TP-Link AR7XXX/AR9XXX partitioning support"
  8. + depends on ATH79
  9. + ---help---
  10. + TBD.
  11. +
  12. comment "User Modules And Translation Layers"
  13. #
  14. --- a/drivers/mtd/Makefile
  15. +++ b/drivers/mtd/Makefile
  16. @@ -16,6 +16,7 @@ obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
  17. obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o
  18. obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o
  19. obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
  20. +obj-$(CONFIG_MTD_TPLINK_PARTS) += tplinkpart.o
  21. obj-$(CONFIG_MTD_CYBERTAN_PARTS) += cybertan_part.o
  22. # 'Users' - code which presents functionality to userspace.