diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-02 08:22:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-02 08:22:56 +0000 |
commit | 7cce2d8fc39a7bbcdcf8755ad331409b0a103103 (patch) | |
tree | c5089f65708dd1656748c8079574e68096d53242 /target/linux/generic-2.6/patches-2.6.26/905-i386_build.patch | |
parent | 40720b6d2027e49c59718c3650c93bc6771a38b3 (diff) | |
download | mtk-20170518-7cce2d8fc39a7bbcdcf8755ad331409b0a103103.zip mtk-20170518-7cce2d8fc39a7bbcdcf8755ad331409b0a103103.tar.gz mtk-20170518-7cce2d8fc39a7bbcdcf8755ad331409b0a103103.tar.bz2 |
add generic 2.6.26 patches/files
SVN-Revision: 11323
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/905-i386_build.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/905-i386_build.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/905-i386_build.patch b/target/linux/generic-2.6/patches-2.6.26/905-i386_build.patch new file mode 100644 index 0000000..c701fda --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.26/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> |