enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt/staging/wigyori.git] / target / linux / at91-2.6 / image / u-boot / patches / 007-ubparams_bugfix.patch
1 --- u-boot-1.1.4.old/tools/ubparams.c 2007-03-22 18:09:52.000000000 +0100
2 +++ u-boot-1.1.4/tools/ubparams.c 2007-03-22 18:29:32.000000000 +0100
3 @@ -18,7 +18,7 @@
4 #define __ASM_STUB_PROCESSOR_H__
5 #include <config.h>
6 #undef __ASSEMBLY__
7 -#include "environment.h"
8 +#include <environment.h>
9
10 #define XMK_STR(x) #x
11 #define MK_STR(x) XMK_STR(x)