Changeset 1933be2 in clfs-embedded for bootscripts/Makefile
- Timestamp:
- Sep 8, 2009, 4:33:21 AM (15 years ago)
- Branches:
- master
- Children:
- 67b70f4
- Parents:
- 2e856a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/Makefile
r2e856a4 r1933be2 28 28 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd 29 29 30 .PHONY: all create-dirs install install-dropbear 30 install-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.