[Clfs-dev] Embedded Bootscripts Pull Request

Andrew Bradford andrew at bradfordembedded.com
Fri Oct 18 13:09:33 PDT 2013


Removal of the network startup script will be fixed real soon now
by the addition of netplug to the book in the beyond-net section.

Thanks,
Andrew


The following changes since commit df6a92257004c28eb564b8051d6f356a046396f7:

  Fixed curly bracket expansion in Makefile (2011-03-16 06:39:00 -0400)

are available in the git repository at:

  git at github.com:bradfa/clfs-embedded-bootscripts.git updates

for you to fetch changes up to b4816b1cd5a50040bed16c40e22faf76701c5d82:

  startup: Fix rtc detection (2013-10-18 11:53:54 -0400)

----------------------------------------------------------------
Andrew Bradford (7):
      Delete bcm47xx-switch
      Delete hostapd script
      Delete bridge script
      Makefile: Remove dist target
      Delete network script
      Makefile: fix .PHONY
      startup: Fix rtc detection

 Makefile                        | 33 +----------------
 clfs/rc.d/init.d/bcm47xx-switch | 74 -------------------------------------
 clfs/rc.d/init.d/bridge         | 59 ------------------------------
 clfs/rc.d/init.d/hostapd        | 53 ---------------------------
 clfs/rc.d/init.d/network        | 81 -----------------------------------------
 clfs/rc.d/startup               |  2 +-
 6 files changed, 3 insertions(+), 299 deletions(-)
 delete mode 100755 clfs/rc.d/init.d/bcm47xx-switch
 delete mode 100755 clfs/rc.d/init.d/bridge
 delete mode 100755 clfs/rc.d/init.d/hostapd
 delete mode 100755 clfs/rc.d/init.d/network



More information about the Clfs-dev mailing list