mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 10:51:56 +00:00
The CONFIG_MODULE_STRIPPED hack broke some time ago, as it is undefined too late (after the headers using it have been included by compat-hacks.h). Undefine CONFIG_MODULE_STRIPPED at the top of compat-hacks.h instead to make the module version available to batctl again. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>