Changeset bbf155c in clfs-embedded
- Timestamp:
- Sep 14, 2009, 12:26:05 AM (15 years ago)
- Branches:
- master
- Children:
- 01f5ae5
- Parents:
- 18bce0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/Makefile
r18bce0c rbbf155c 37 37 38 38 install-bcm47xx: create-dirs 39 40 41 39 install -m ${MODE} clfs/rc.d/init.d/bcm47xx-switch ${EXTDIR}/rc.d/init.d/ 40 ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/start/S08bcm47xx-switch 41 ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/stop/K82bcm47xx-switch 42 42 43 43 install-dropbear: create-dirs 44 45 46 44 install -m ${MODE} clfs/rc.d/init.d/sshd ${EXTDIR}/rc.d/init.d/ 45 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/start/S30sshd 46 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd 47 47 48 48 install-hostapd: create-dirs 49 50 51 49 install -m ${MODE} clfs/rc.d/init.d/hostapd ${EXTDIR}/rc.d/init.d 50 ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/start/S08hostapd 51 ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/stop/K82hostapd 52 52 53 53 .PHONY: dist all create-dirs install install-bcm47xx install-dropbear \
Note:
See TracChangeset
for help on using the changeset viewer.