2
0
forked from Ivasoft/openwrt

kernel: add mtd split support for trx images

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43809
This commit is contained in:
Felix Fietkau
2015-01-02 21:53:11 +00:00
parent 81e3014e6d
commit baa3a38ac6
7 changed files with 157 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ obj-$(CONFIG_MTD_SPLIT_SQUASHFS_ROOT) += mtdsplit_squashfs.o
obj-$(CONFIG_MTD_SPLIT_UIMAGE_FW) += mtdsplit_uimage.o
obj-$(CONFIG_MTD_SPLIT_LZMA_FW) += mtdsplit_lzma.o
obj-$(CONFIG_MTD_SPLIT_TPLINK_FW) += mtdsplit_tplink.o
obj-$(CONFIG_MTD_SPLIT_TRX_FW) += mtdsplit_trx.o