From 65ad43e4c0990897fa4d830b70c33e1434985953 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 27 May 2009 13:21:48 +0000 Subject: [PATCH] [package] busybox: fix build error in insmod applet on 2.4 (closes: #5220) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/patches/470-insmod_search.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.35.1