Changeset c05b9cf in clfs-embedded


Ignore:
Timestamp:
Sep 8, 2009, 3:32:48 PM (15 years ago)
Author:
Maarten Lankhorst <mlankhorst@…>
Branches:
master
Children:
a0038b3
Parents:
67b70f4
Message:

bootscripts: Add bcm47xx scripts

Location:
bootscripts
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r67b70f4 rc05b9cf  
    3333        ln -sf ../init.d/bridge ${EXTDIR}/rc.d/stop/K81bridge
    3434
     35install-bcm47xx: create-dirs
     36        install -m ${MODE} clfs/rc.d/init.d/bcm47xx-switch ${EXTDIR}/rc.d/init.d/
     37        ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/start/S08bcm47xx-switch
     38        ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/stop/K82bcm47xx-switch
     39
    3540.PHONY: all create-dirs install install-dropbear install-bridge
Note: See TracChangeset for help on using the changeset viewer.