Changeset 719faf6 in clfs-embedded
- Timestamp:
- Sep 8, 2009, 4:19:06 PM (15 years ago)
- Branches:
- master
- Children:
- 0ca640d
- Parents:
- a0038b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/Makefile
ra0038b3 r719faf6 18 18 install -m ${MODE} clfs/rc.d/init.d/network ${EXTDIR}/rc.d/init.d/ 19 19 install -m ${MODE} clfs/rc.d/init.d/syslog ${EXTDIR}/rc.d/init.d/ 20 install -m ${MODE} clfs/rc.d/init.d/bridge ${EXTDIR}/rc.d/init.d/ 20 21 ln -sf ../init.d/syslog ${EXTDIR}/rc.d/start/S05syslog 21 22 ln -sf ../init.d/syslog ${EXTDIR}/rc.d/stop/K99syslog 22 23 ln -sf ../init.d/network ${EXTDIR}/rc.d/start/S10network 23 24 ln -sf ../init.d/network ${EXTDIR}/rc.d/stop/K80network 25 ln -sf ../init.d/bridge ${EXTDIR}/rc.d/start/S09bridge 26 ln -sf ../init.d/bridge ${EXTDIR}/rc.d/stop/K81bridge 24 27 25 28 install-dropbear: create-dirs … … 27 30 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S30sshd 28 31 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd 29 30 install-bridge: create-dirs31 install -m ${MODE} clfs/rc.d/init.d/bridge ${EXTDIR}/rc.d/init.d/32 ln -sf ../init.d/bridge ${EXTDIR}/rc.d/start/S09bridge33 ln -sf ../init.d/bridge ${EXTDIR}/rc.d/stop/K81bridge34 32 35 33 install-bcm47xx: create-dirs
Note:
See TracChangeset
for help on using the changeset viewer.