Changeset 1933be2 in clfs-embedded for bootscripts/Makefile


Ignore:
Timestamp:
Sep 8, 2009, 4:33:21 AM (15 years ago)
Author:
Maarten Lankhorst <mlankhorst@…>
Branches:
master
Children:
67b70f4
Parents:
2e856a4
Message:

bootscripts: Updates, and add a network bridge startup file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r2e856a4 r1933be2  
    2828        ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd
    2929
    30 .PHONY: all create-dirs install install-dropbear
     30install-bridge: create-dirs
     31        install -m ${MODE} clfs/rc.d/init.d/bridge ${EXTDIR}/rc.d/init.d/
     32        ln -sf ../init.d/bridge ${EXTDIR}/rc.d/start/S09bridge
     33        ln -sf ../init.d/bridge ${EXTDIR}/rc.d/stop/K81bridge
     34
     35.PHONY: all create-dirs install install-dropbear install-bridge
Note: See TracChangeset for help on using the changeset viewer.