From 4e4ee4649553ab536225060a27fc320bf54e458c Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Fri, 7 Aug 2020 15:25:12 +0200 Subject: ar71xx: drop target This target has been mostly replaced by ath79 and won't be included in the upcoming release anymore. Finally put it to rest. This also removes all references in packages, tools, etc. as well as the uboot-ar71xx and vsc73x5-ucode packages. Signed-off-by: Adrian Schmutzler --- package/system/mtd/src/trx.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/system/mtd/src/trx.c') diff --git a/package/system/mtd/src/trx.c b/package/system/mtd/src/trx.c index aaca232b6f..3e3b5d220c 100644 --- a/package/system/mtd/src/trx.c +++ b/package/system/mtd/src/trx.c @@ -110,7 +110,6 @@ err: return -1; } -#ifndef target_ar71xx int trx_check(int imagefd, const char *mtd, char *buf, int *len) { @@ -153,7 +152,6 @@ trx_check(int imagefd, const char *mtd, char *buf, int *len) close(fd); return 1; } -#endif int mtd_fixtrx(const char *mtd, size_t offset, size_t data_size) -- cgit v1.2.3