source: clfs-embedded/BOOK/materials/wrt/patches.xml@ 19776da

Last change on this file since 19776da was bd48e48, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated CLFS-Embedded book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-materials-patches-wrt">
9 <?dbhtml filename="patches-wrt.html"?>
10
11 <title>Additional Patches for WRT</title>
12
13 <variablelist role="materials">
14
15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
16 href="../mips/patches.xml"
17 xpointer="xpointer(//*[@os='linux-mips-patch'])"/>
18
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../mips/patches.xml"
21 xpointer="xpointer(//*[@os='linux-mips_fixes-patch'])"/>
22
23 <varlistentry os="linux-squashfs-patch">
24 <term>Linux Squashfs Patch - <token>&linux-squashfs-patch-size;</token>:</term>
25 <listitem>
26 <para>Download: <ulink
27 url="&patches-root;&linux-squashfs-patch;"/></para>
28 <para>MD5 sum: <literal>&linux-squashfs-patch-md5;</literal></para>
29 </listitem>
30 </varlistentry>
31
32 <varlistentry os="linux-d80211-patch">
33 <term>Linux BCM947XX port - <token>&linux-d80211-patch-size;</token>:</term>
34 <listitem>
35 <para>Download: <ulink
36 url="&patches-root;&linux-d80211-patch;"/></para>
37 <para>MD5 sum: <literal>&linux-d80211-patch-md5;</literal></para>
38 </listitem>
39 </varlistentry>
40
41 <varlistentry os="linux-bcm43xx-patch">
42 <term>Linux BCM43XX-d80211 backport - <token>&linux-bcm43xx-patch-size;</token>:</term>
43 <listitem>
44 <para>Download: <ulink
45 url="&patches-root;&linux-bcm43xx-patch;"/></para>
46 <para>MD5 sum: <literal>&linux-bcm43xx-patch-md5;</literal></para>
47 </listitem>
48 </varlistentry>
49
50 <varlistentry os="linux-bcm947xx-patch">
51 <term>Linux BCM947XX port - <token>&linux-bcm947xx-patch-size;</token>:</term>
52 <listitem>
53 <para>Download: <ulink
54 url="&patches-root;&linux-bcm947xx-patch;"/></para>
55 <para>MD5 sum: <literal>&linux-bcm947xx-patch-md5;</literal></para>
56 </listitem>
57 </varlistentry>
58
59 </variablelist>
60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62 href="../common/patches.xml"
63 xpointer="xpointer(//*[@os='a'])"/>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.