immortalwrt/package/system
Álvaro Fernández Rojas 5548482ebb mtd: fix imagetag compilation
Commit b5b0796a13 added an uint32_t to mtd.h without including stdint, which
results in a compilation error for those files not including stdint.h.

In file included from imagetag.c:36:
mtd.h:15:8: error: unknown type name 'uint32_t'
 extern uint32_t opt_trxmagic;
        ^~~~~~~~
imagetag.c: In function 'trx_fixup':
imagetag.c:180:10: warning: unused variable 'res' [-Wunused-variable]
  ssize_t res;
          ^~~
imagetag.c:177:14: warning: unused variable 'scan' [-Wunused-variable]
  void *ptr, *scan;
              ^~~~
imagetag.c: In function 'trx_check':
imagetag.c:246:27: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     struct bcm_tag *tag = (const struct bcm_tag *) buf;
                           ^
make[3]: *** [<builtin>: imagetag.o] Error 1

Fixes: b5b0796a13 ("mtd: add option for TRX magic to fixtrx")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2021-03-17 23:25:41 +08:00
..
ca-certificates download: add mirror alias for Debian 2021-02-27 12:11:33 +08:00
fstools fstools: backport: fix ntfs uuid 2020-09-30 19:28:40 +08:00
fwtool Revert "fwtool: update to latest Git head" 2019-11-16 23:26:27 +08:00
iucode-tool fix & merge 2019-09-30 13:21:19 +08:00
mtd mtd: fix imagetag compilation 2021-03-17 23:25:41 +08:00
openwrt-keyring fix & merge 2019-09-30 13:21:19 +08:00
opkg opkg: update to git HEAD 2021-03-11 23:10:42 +08:00
procd procd: bump to git HEAD 2020-11-14 14:59:32 +08:00
refpolicy Revert "refpolicy: add variant that builds modular policy" 2020-11-24 23:18:44 +08:00
rpcd Revert "rpcd: update to latest snapshot version" 2020-07-07 11:50:16 +08:00
selinux-policy selinux-policy: update to version v0.8 2021-03-16 11:12:13 +08:00
ubox rpcd/ubox/procd: sync with upstream source 2020-07-07 10:08:43 +08:00
ubus Revert "ubus: prepare to run ubusd as non-root user" 2020-11-14 23:08:55 +08:00
ucert ubox/ubus/uci: bump version 2020-07-05 21:21:00 +08:00
uci build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-02-16 19:30:48 +08:00
urandom-seed treewide: drop shebang from non-executable lib files 2021-01-29 22:36:07 +08:00
urngd import urandom-seed and urngd for v19.07 2020-02-01 18:35:27 +08:00
usign usign: update to latest git HEAD 2020-05-24 20:43:42 +08:00
zram-swap zram-swap: remove the compression streams settings 2020-12-15 11:32:49 +08:00