103-mtd_trxsplit.patch 752 B

1234567891011121314151617181920212223
  1. --- a/drivers/mtd/Kconfig
  2. +++ b/drivers/mtd/Kconfig
  3. @@ -60,6 +60,10 @@ config MTD_ROOTFS_SPLIT
  4. bool "Automatically split 'rootfs' partition for squashfs"
  5. default y
  6. +config MTD_TRXSPLIT
  7. + bool "Automatically find and split TRX partitions"
  8. + default n
  9. +
  10. config MTD_REDBOOT_PARTS
  11. tristate "RedBoot partition table parsing"
  12. ---help---
  13. --- a/drivers/mtd/Makefile
  14. +++ b/drivers/mtd/Makefile
  15. @@ -16,6 +16,7 @@ obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
  16. obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o
  17. obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o
  18. obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
  19. +obj-$(CONFIG_MTD_TRXSPLIT) += trxsplit.o
  20. # 'Users' - code which presents functionality to userspace.
  21. obj-$(CONFIG_MTD_BLKDEVS) += mtd_blkdevs.o