- Timestamp:
- Jan 25, 2009, 8:59:04 PM (16 years ago)
- Branches:
- master
- Children:
- c1f3dad
- Parents:
- 86679e2
- Location:
- BOOK
- Files:
-
- 2 deleted
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/arm-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" arm/busybox.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> -
BOOK/final-system/common/busybox.xml
r86679e2 r0e9e889 30 30 <title>Installation of Busybox</title> 31 31 32 <para os="p1">The following patch fixes some issues that are relatedto the33 headers we are using:</para>32 <para os="p1">The following patch contains a number of updates to the 33 &busybox-version; branch by the Busybox developers:</para> 34 34 35 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen> 36 37 <para os="p3">The following patch corrects some includes in 38 <filename>iptunnel.c</filename> to be compatible with the sanatized 39 kernel headers installed earlier:</para> 40 41 <screen os="p4"><userinput>patch -Np1 -i ../&busybox-iptunnel_headers-patch;</userinput></screen> 35 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-branch_update-patch;</userinput></screen> 42 36 43 37 <para os="a">Create the default configuration:</para> … … 77 71 <para os="f">Compile the package:</para> 78 72 79 <screen os="g"><userinput>make ARCH= i386CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen>73 <screen os="g"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen> 80 74 81 75 <para os="h">Install the package:</para> 82 76 83 <screen os="i"><userinput>make ARCH= i386CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \77 <screen os="i"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \ 84 78 CONFIG_PREFIX="${CLFS}" install</userinput></screen> 85 79 -
BOOK/final-system/mips-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" mips/busybox.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> -
BOOK/final-system/wrt-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" mips/busybox.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/> -
BOOK/final-system/x86-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" x86/busybox.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> -
BOOK/materials/common/patches.xml
r86679e2 r0e9e889 38 38 39 39 <varlistentry> 40 <term>Busybox Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term>40 <term>Busybox Branch Update Patch - <token>&busybox-branch_update-patch-size;</token>:</term> 41 41 <listitem> 42 42 <para>Download: <ulink 43 url="&patches-root;&busybox-fixes-patch;"/></para> 44 <para>MD5 sum: <literal>&busybox-fixes-patch-md5;</literal></para> 45 </listitem> 46 </varlistentry> 47 48 <varlistentry> 49 <term>Busybox Iptunnel Headers Patch - <token>&busybox-iptunnel_headers-patch-size;</token>:</term> 50 <listitem> 51 <para>Download: <ulink 52 url="&patches-root;&busybox-iptunnel_headers-patch;"/></para> 53 <para>MD5 sum: <literal>&busybox-iptunnel_headers-patch-md5;</literal></para> 43 url="&patches-root;&busybox-branch_update-patch;"/></para> 44 <para>MD5 sum: <literal>&busybox-branch_update-patch-md5;</literal></para> 54 45 </listitem> 55 46 </varlistentry> -
BOOK/patches.ent
r86679e2 r0e9e889 13 13 <!ENTITY binutils-posix-patch-size "4 KB"> 14 14 15 <!ENTITY busybox-fixes-patch "busybox-&busybox-version;-fixes-1.patch"> 16 <!ENTITY busybox-fixes-patch-md5 "984f771a81475c234b1fc3f92c672b4d"> 17 <!ENTITY busybox-fixes-patch-size "16 KB"> 18 19 <!ENTITY busybox-iptunnel_headers-patch "busybox-&busybox-version;-iptunnel_headers-1.patch"> 20 <!ENTITY busybox-iptunnel_headers-patch-md5 "f0771cde6810a68c5459683b8c5e69b31"> 21 <!ENTITY busybox-iptunnel_headers-patch-size "4 KB"> 15 <!ENTITY busybox-branch_update-patch "busybox-&busybox-version;-branch_update-1.patch"> 16 <!ENTITY busybox-branch_update-patch-md5 "878f435f7ab3a7bc8dfffaeb7038a6da"> 17 <!ENTITY busybox-branch_update-patch-size "8 KB"> 22 18 23 19 <!--
Note:
See TracChangeset
for help on using the changeset viewer.