diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:04:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:04:16 +0000 |
commit | be37a62e6d6e328c936beadd12a8059764fa6e12 (patch) | |
tree | cde758e42a625ac3fbcd4004200df28f03d2c8e2 /target/linux/generic-2.6/patches-2.6.29/905-i386_build.patch | |
parent | 05d8459bb9f96b9e0a19b8735d3bee05484eca22 (diff) | |
download | upstream-be37a62e6d6e328c936beadd12a8059764fa6e12.tar.gz upstream-be37a62e6d6e328c936beadd12a8059764fa6e12.tar.bz2 upstream-be37a62e6d6e328c936beadd12a8059764fa6e12.zip |
add generic 2.6.29 patches and config (squashfs still untested, user space mkfs still missing)
SVN-Revision: 15251
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/905-i386_build.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.29/905-i386_build.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/905-i386_build.patch b/target/linux/generic-2.6/patches-2.6.29/905-i386_build.patch new file mode 100644 index 0000000000..c701fdaa95 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.29/905-i386_build.patch @@ -0,0 +1,10 @@ +--- a/arch/x86/boot/tools/build.c ++++ b/arch/x86/boot/tools/build.c +@@ -29,7 +29,6 @@ + #include <stdarg.h> + #include <sys/types.h> + #include <sys/stat.h> +-#include <sys/sysmacros.h> + #include <unistd.h> + #include <fcntl.h> + #include <sys/mman.h> |