tn3399_openwrt/package
Simon Wunderlich a479c79818 kobs-ng: add header for integer definitions
My compilation failed because of missing uint.* definitions:

In file included from mtd.h:33:0,
                 from bootstream.c:35:
BootControlBlocks.h:58:2: error: unknown type name 'uint8_t'
  uint8_t m_u8DataSetup;
  ^
BootControlBlocks.h:59:2: error: unknown type name 'uint8_t'
  uint8_t m_u8DataHold;
  ^
BootControlBlocks.h:60:2: error: unknown type name 'uint8_t'
  uint8_t m_u8AddressSetup;
  ^
BootControlBlocks.h:61:2: error: unknown type name 'uint8_t'
  uint8_t m_u8DSAMPLE_TIME;

Adding the header file fixes the problem.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
[fold changes into 001-compile.patch]
Signed-off-by: Mathias Kresin <dev@kresin.me>
2017-11-16 22:56:54 +01:00
..
base-files sysupgrade: don't kill our own parent 2017-11-15 21:11:23 +01:00
boot kobs-ng: add header for integer definitions 2017-11-16 22:56:54 +01:00
devel gdb: bump to 8.0.1 2017-09-29 06:33:39 +03:00
firmware linux-firmware: add IO Edgeport USB Serial firmware 2017-11-16 22:56:54 +01:00
kernel kernel: pull edgeport firmware from linux-firmware repo 2017-11-16 22:56:54 +01:00
libs libnl-tiny: use fixed message size instead of using the page size 2017-11-16 12:54:15 +01:00
network wireguard: bump to 0.0.20171111 2017-11-16 22:35:36 +01:00
system ubus: update to the latest version 2017-11-16 12:54:17 +01:00
utils otrx: always align image to 0x1000 2017-11-16 09:33:56 +01:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00