mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 10:51:56 +00:00
61466d6639b9a1afe727d16461edacfa53e3f77e
The EXTRA_CFLAGS for batman-adv were not applied with Linux 6.18. As result, C files for a specific features were build but the datastructures were missing the members for this specific feature. This can be avoided by switching to a more modern way of setting up the make command (like in this case "mt76"). Besides simplifying and cleaning up the code, it is now also directly providing the CONFIG preprocessor variables as part of NOSTDINC_FLAGS. This works on the current kernel versions 6.12 (default) and 6.18 (testing). Signed-off-by: Sven Eckelmann <sven@narfation.org>
OpenWrt Routing Feed
Description
This OpenWrt package feed contains community maintained routing packages.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update routing
./scripts/feeds install -a -p routing
Description
Languages
Shell
34.9%
Makefile
32.4%
Lua
15.9%
C
15%
HTML
1.8%