You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
7 years ago
..
base-files sysupgrade: don't kill our own parent 7 years ago
boot kobs-ng: add header for integer definitions 7 years ago
devel gdb: bump to 8.0.1 7 years ago
firmware linux-firmware: add IO Edgeport USB Serial firmware 7 years ago
kernel kernel: pull edgeport firmware from linux-firmware repo 7 years ago
libs libnl-tiny: use fixed message size instead of using the page size 7 years ago
network wireguard: bump to 0.0.20171111 7 years ago
system ubus: update to the latest version 7 years ago
utils otrx: always align image to 0x1000 7 years ago
Makefile build: cleanup tmp/ dir of target rootfs 7 years ago