X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e53ecb012ec4b2b87bb9ab35741241590b552a68..85df8e3708d3a0ce343ab8e34926441a8b434c47:/package/busybox/patches/470-insmod_search.patch diff --git a/package/busybox/patches/470-insmod_search.patch b/package/busybox/patches/470-insmod_search.patch index 8d4b019c6..5825dac9f 100644 --- a/package/busybox/patches/470-insmod_search.patch +++ b/package/busybox/patches/470-insmod_search.patch @@ -4,11 +4,11 @@ #include "libbb.h" #include "modutils.h" ++#include +#ifndef CONFIG_FEATURE_2_4_MODULES +#include +#include +#include -+#include +#endif + +static char *g_filename = NULL;