immortalwrt/package
Á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
..
base-files base-files: add new application led trigger backend 2021-03-06 12:14:18 +08:00
boot sunxi: Nanopi R1S H5: add missing device package 2021-02-09 12:40:22 +08:00
ctcgfw luci-app-jd-dailybonus: sync with upstream source 2021-03-17 13:52:21 +08:00
devel strace: update package to v5.10 2021-01-31 22:09:39 +08:00
firmware download: add mirror alias for Debian 2021-02-27 12:11:33 +08:00
kernel kernel: drop outdated version detection 2021-02-18 02:24:17 +08:00
lean luci-app-ssr-plus: drop ipt2socks-alt from the dependencies 2021-03-17 14:04:48 +08:00
libs mbedtls: update to 2.16.10 2021-03-17 11:28:57 +08:00
lienol luci-app-passwall: sync with upstream source 2021-03-17 13:44:33 +08:00
network xfrm: simplify the check for necessary kernel support 2021-03-14 11:23:18 +08:00
ntlf9t openwrt-dnsforwarder: removed 2021-02-25 21:27:33 +08:00
system mtd: fix imagetag compilation 2021-03-17 23:25:41 +08:00
utils busybox: backport fixes for 1.33.0 2021-03-14 11:26:05 +08:00
Makefile build: store SourceDateEpoch in manifest 2020-09-01 17:31:29 +08:00