diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-02 00:40:06 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-02 00:40:06 +0000 |
commit | 2df9cbeb2f6dadb15ae2b35bc6738898441c8bb6 (patch) | |
tree | 14041a10f11ffd209e027dbd71139debfc586171 /packages/mtd/mtd-utils/removelinuxinc.patch | |
parent | f84e0ededff77945b6bff613d01e301f4b440041 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/02 00:29:40+00:00 nexus.co.uk!pb
remove gweled from gpe-games one more time
2005/01/02 00:27:53+00:00 nexus.co.uk!pb
add gpe-soundbite to task-gpe-apps. remove useless miniclipboard.
2005/01/02 00:26:33+00:00 nexus.co.uk!pb
patch libsvg to use expat rather than libxml2
2005/01/02 00:22:09+00:00 (none)!cwiiis
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into cwiiisdesktop.(none):/home/cwiiis/oe/openembedded
2005/01/02 00:21:52+00:00 (none)!cwiiis
Bump PR on gpe-session-scripts (and a mvdir back and forth, sorry)
2005/01/02 00:18:53+00:00 (none)!cwiiis
Merge
2005/01/02 00:08:17+00:00 (none)!cwiiis
Add collie key-mappings.
2005/01/02 00:03:14+00:00 (none)!cwiiis
Complete move of gpe-task-games to meta-gpe.
2005/01/02 00:50:26+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/02 00:50:13+01:00 uni-frankfurt.de!mickeyl
upgrade wlan-ng to 0.2.1pre23 and reset PACKAGE_ARCH for the utils packages. this .bb looks pretty suboptimal, splitting it up into a modules and a utils .bb would be useful
2005/01/01 19:23:45+01:00 uni-frankfurt.de!mickeyl
s/collie-fl/sharp_fl/ in devices initscript
BKrev: 41d742e6y8_hdUO3hSBlG_tQVPYNiw
Diffstat (limited to 'packages/mtd/mtd-utils/removelinuxinc.patch')
-rw-r--r-- | packages/mtd/mtd-utils/removelinuxinc.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/mtd/mtd-utils/removelinuxinc.patch b/packages/mtd/mtd-utils/removelinuxinc.patch index e69de29bb2..984d1af514 100644 --- a/packages/mtd/mtd-utils/removelinuxinc.patch +++ b/packages/mtd/mtd-utils/removelinuxinc.patch @@ -0,0 +1,16 @@ +diff -urN mtd.orig/fs/jffs2/compr_rtime.c mtd/fs/jffs2/compr_rtime.c +--- mtd.orig/fs/jffs2/compr_rtime.c 2004-04-02 20:36:01.000000000 -0500 ++++ mtd/fs/jffs2/compr_rtime.c 2004-04-02 20:35:37.000000000 -0500 +@@ -21,11 +21,7 @@ + * + */ + +-#include <linux/kernel.h> +-#include <linux/types.h> +-#include <linux/errno.h> +-#include <linux/string.h> +- ++#include <string.h> + #include <stdint.h> + + /* _compress returns the compressed size, -1 if bigger */ |