comparison sources/patches/toybox-cpio.patch @ 1688:00e528cdad95 draft 1.2.9

Upgrade toybox version.
author Rob Landley <rob@landley.net>
date Thu, 25 Sep 2014 21:40:39 -0500
parents
children
comparison
equal deleted inserted replaced
1687:ee7b1eda1a63 1688:00e528cdad95
1 The lfs-bootstrap build control image uses cpio -p which toybox doesn't implement yet. Fix it next release, meanwhile use the old busybox one.
2
3 diff -ru toybox/toys/posix/cpio.c toybox.bak/toys/posix/cpio.c
4 --- toybox/toys/posix/cpio.c 2014-07-06 23:43:29.000000000 -0500
5 +++ toybox.bak/toys/posix/cpio.c 2014-09-23 12:25:26.718391645 -0500
6 @@ -17,7 +17,7 @@
7
8 config CPIO
9 bool "cpio"
10 - default y
11 + default n
12 help
13 usage: cpio -{o|t|i} [-v] [--verbose] [-F FILE] [ignored: -du -H newc]
14