- Timestamp:
- Oct 12, 2017, 11:33:04 AM (7 years ago)
- Branches:
- master
- Children:
- 87cfd4f
- Parents:
- 382b548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r382b548 r360b495 5 5 CONFMODE := 644 6 6 7 all: install-bootscripts install-dropbear 7 all: install-bootscripts install-dropbear install-netplug 8 8 9 9 create-dirs: … … 25 25 ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd 26 26 27 .PHONY: all create-dirs install-bootscripts install-dropbear 27 install-netplug: create-dirs 28 install -m ${MODE} clfs/rc.d/init.d/netplugd ${EXTDIR}/rc.d/init.d/ 29 ln -sf ../init.d/netplugd ${EXTDIR}/rc.d/start/S10netplugd 30 ln -sf ../init.d/netplugd ${EXTDIR}/rc.d/stop/K90netplugd 31 32 .PHONY: all create-dirs install-bootscripts install-dropbear install-netplug
Note:
See TracChangeset
for help on using the changeset viewer.