tn3399_openwrt/package/boot/kobs-ng/patches
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
..
001-compile.patch kobs-ng: add header for integer definitions 2017-11-16 22:56:54 +01:00
002-add-init-size-param.patch boot: kobs-ng: update kobs-ng for newer kernels 2016-09-04 13:36:09 +02:00
003-raw-mode.patch boot: kobs-ng: update kobs-ng for newer kernels 2016-09-04 13:36:09 +02:00
004-fix-cal_nfc_geometry.patch boot: kobs-ng: update kobs-ng for newer kernels 2016-09-04 13:36:09 +02:00