1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
openwrt/package
Hauke Mehrtens 60738feded iproute2: Fix KERNEL_INCLUDE in SDK
In the SDK the folder $(LINUX_DIR)/user_headers/include does not exist,
but it more or less contains the same content as
$(LINUX_DIR)/include/uapi which also exists in the SDK.

Since iproute2 commit 1d819dcc741e ("configure: fix parsing issue on
include_dir option") it checks if this folder exists and aborts the
build if it does not exists.
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=1d819dcc741e25958190e31f8186c940713fa0a8

With this commit the KERNEL_INCLUDE variable points to a valid folder
with the kernel include headers. I am not sure if they are actually
needed because the build worked before even with an invalid path.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-08-18 00:07:32 +02:00
..
base-files base-files: LED/trigger/heartbeat: Add support for inversion 2022-08-06 19:58:46 +02:00
boot ramips: add support for Beeline SmartBox TURBO 2022-08-13 20:52:37 +02:00
devel Revert "binutils: update to 2.39" 2022-08-14 23:40:45 +02:00
firmware kernel: kmod-net-rtl8192su: Remove package 2022-08-10 21:36:17 +02:00
kernel kernel: extract kmod-sched-act-ipt from kmod-sched 2022-08-15 16:51:50 +03:00
libs zlib: backport null dereference fix 2022-08-09 08:08:08 +02:00
network iproute2: Fix KERNEL_INCLUDE in SDK 2022-08-18 00:07:32 +02:00
system fstools: update to git HEAD 2022-08-13 22:53:39 +02:00
utils ramips: add support for ZyXEL NWA50AX / NWA55AXE 2022-07-20 21:52:06 +02:00
Makefile