16 lines
565 B
BlitzBasic
16 lines
565 B
BlitzBasic
require iproute2.inc
|
|
|
|
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
|
|
file://configure-cross.patch \
|
|
file://0001-iproute2-de-bash-scripts.patch \
|
|
file://0001-libc-compat.h-add-musl-workaround.patch \
|
|
file://0001-ip-Remove-unneed-header.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "69dc9e3ece3296890278f0de478330c8"
|
|
SRC_URI[sha256sum] = "9cfb81edf8c8509e03daa77cf62aead01c4a827132f6c506578f94cc19415c50"
|
|
|
|
# CFLAGS are computed in Makefile and reference CCOPTS
|
|
#
|
|
EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"
|