[Clfs-dev] Embedded - Pull Request - Removal of WRT arch

Andrew Bradford andrew at bradfordembedded.com
Thu Jun 13 18:42:02 PDT 2013


If it's felt that removal of WRT from the embedded book is a good
idea[1], please can someone with commit access pull my changes shown
below?  It might be wise to give my initial ask thread a few more days
to accumulate comments before pulling this.

[1]:http://lists.cross-lfs.org/pipermail/clfs-dev-cross-lfs.org/2013-June/001444.html

I'm not interested in maintaining WRT for the embedded book.  I am
interested in x86 and ARM, and to a slightly lesser extent MIPS.

Thanks,
Andrew



The following changes since commit
22d256ff1e7f104d0ecf7105a086970075d6f72b:

  general: Update date (2013-06-11 10:11:25 -0400)

are available in the git repository at:

  git://github.com/bradfa/clfs-embedded.git nomorewrt

for you to fetch changes up to aac70135f192a0c5879aaa7652cf43ac0df1776e:

  general: Update date (2013-06-13 21:30:51 -0400)

----------------------------------------------------------------
Andrew Bradford (13):
      Remove wrt from top-index.xsl
      Makefile: Remove wrt
      Delete wrt-index.xml
      Remove all wrt specific chapters / contents
      Remove system-build dir, no longer used
      Remove system-prep dir, no longer used
      packages: Remove wrt specific packages
      patches: Remove Linux bcm47xx fixes patch
      Delete linux-bcm47xx Linux config
      Delete software dir, only had wrt support
      general: Remove wrt-version ENTITY
      changelog: Remove wrt arch
      general: Update date

 BOOK/Makefile                                      |     2 +-
 BOOK/beyond-filesys/wrt-chapter.xml                |    18 -
 BOOK/beyond-intro/wrt-chapter.xml                  |    16 -
 BOOK/beyond-lib/wrt-chapter.xml                    |    18 -
 BOOK/beyond-net/wrt-chapter.xml                    |    23 -
 BOOK/bootable/wrt-chapter.xml                      |    18 -
 BOOK/bootable/wrt/kernel.xml                       |   138 -
 BOOK/bootloaders/wrt-chapter.xml                   |    19 -
 BOOK/cross-tools/wrt-chapter.xml                   |    27 -
 BOOK/final-system/wrt-chapter.xml                  |    20 -
 BOOK/general.ent                                   |     3 +-
 BOOK/introduction/common/changelog.xml             |     9 +
 BOOK/introduction/wrt-chapter.xml                  |    26 -
 BOOK/introduction/wrt/changelog.xml                |    55 -
 BOOK/introduction/wrt/supporteddevices.xml         |    62 -
 BOOK/introduction/wrt/whatsnew.xml                 |    40 -
 BOOK/materials/wrt-chapter.xml                     |    20 -
 BOOK/materials/wrt/packages.xml                    |    77 -
 BOOK/materials/wrt/patches.xml                     |    30 -
 BOOK/packages.ent                                  |    44 -
 BOOK/partitioning/wrt-chapter.xml                  |    19 -
 BOOK/patches.ent                                   |     4 -
 BOOK/prologue/wrt/bookinfo.xml                     |    24 -
 BOOK/stylesheets/top-index.xsl                     |     7 -
 BOOK/system-build/common/introduction.xml          |    15 -
 BOOK/system-build/wrt-chapter.xml                  |    17 -
 BOOK/system-build/wrt/bcmfw.xml                    |    37 -
 BOOK/system-prep/common/introduction.xml           |    15 -
 BOOK/system-prep/wrt-chapter.xml                   |    20 -
 BOOK/system-prep/wrt/addpattern.xml                |    37 -
 BOOK/system-prep/wrt/fwcutter.xml                  |    37 -
 BOOK/system-prep/wrt/mtd-utils.xml                 |    37 -
 BOOK/system-prep/wrt/trx.xml                       |    37 -
 BOOK/wrt-index.xml                                 |    89 -
 config/linux-bcm47xx-2.6.30.5.config               |  1031 -
 .../linux-2.6.30.5-openwrt-bcm47xx-fixes-2.patch   | 37120
 -------------------
 software/addpattern/addpattern.c                   |   235 -
 software/trx/trx.c                                 |   366 -
 38 files changed, 11 insertions(+), 39801 deletions(-)
 delete mode 100644 BOOK/beyond-filesys/wrt-chapter.xml
 delete mode 100644 BOOK/beyond-intro/wrt-chapter.xml
 delete mode 100644 BOOK/beyond-lib/wrt-chapter.xml
 delete mode 100644 BOOK/beyond-net/wrt-chapter.xml
 delete mode 100644 BOOK/bootable/wrt-chapter.xml
 delete mode 100644 BOOK/bootable/wrt/kernel.xml
 delete mode 100644 BOOK/bootloaders/wrt-chapter.xml
 delete mode 100644 BOOK/cross-tools/wrt-chapter.xml
 delete mode 100644 BOOK/final-system/wrt-chapter.xml
 delete mode 100644 BOOK/introduction/wrt-chapter.xml
 delete mode 100644 BOOK/introduction/wrt/changelog.xml
 delete mode 100644 BOOK/introduction/wrt/supporteddevices.xml
 delete mode 100644 BOOK/introduction/wrt/whatsnew.xml
 delete mode 100644 BOOK/materials/wrt-chapter.xml
 delete mode 100644 BOOK/materials/wrt/packages.xml
 delete mode 100644 BOOK/materials/wrt/patches.xml
 delete mode 100644 BOOK/partitioning/wrt-chapter.xml
 delete mode 100644 BOOK/prologue/wrt/bookinfo.xml
 delete mode 100644 BOOK/system-build/common/introduction.xml
 delete mode 100644 BOOK/system-build/wrt-chapter.xml
 delete mode 100644 BOOK/system-build/wrt/bcmfw.xml
 delete mode 100644 BOOK/system-prep/common/introduction.xml
 delete mode 100644 BOOK/system-prep/wrt-chapter.xml
 delete mode 100644 BOOK/system-prep/wrt/addpattern.xml
 delete mode 100644 BOOK/system-prep/wrt/fwcutter.xml
 delete mode 100644 BOOK/system-prep/wrt/mtd-utils.xml
 delete mode 100644 BOOK/system-prep/wrt/trx.xml
 delete mode 100644 BOOK/wrt-index.xml
 delete mode 100644 config/linux-bcm47xx-2.6.30.5.config
 delete mode 100644 patches/linux-2.6.30.5-openwrt-bcm47xx-fixes-2.patch
 delete mode 100644 software/addpattern/addpattern.c
 delete mode 100644 software/trx/trx.c



More information about the Clfs-dev mailing list