From: Nicolas Thill Date: Wed, 27 May 2009 13:21:48 +0000 (+0000) Subject: [package] busybox: fix build error in insmod applet on 2.4 (closes: #5220) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=371aedec2a26e40c0141e5090bdc46030aa4bdaf;hp=49142cf1ce73972b70020ec6044238632cde581f;ds=sidebyside [package] busybox: fix build error in insmod applet on 2.4 (closes: #5220) SVN-Revision: 16107 --- diff --git a/package/busybox/patches/470-insmod_search.patch b/package/busybox/patches/470-insmod_search.patch index 8d4b019c6b..5825dac9f2 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;