Changeset 360b495 in bootscripts-embedded


Ignore:
Timestamp:
Oct 12, 2017, 11:33:04 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
87cfd4f
Parents:
382b548
Message:

Makefile: Add 'install-netplug' target

Actually install the netplug start/stop script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r382b548 r360b495  
    55CONFMODE        := 644
    66
    7 all: install-bootscripts install-dropbear
     7all: install-bootscripts install-dropbear install-netplug
    88
    99create-dirs:
     
    2525        ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd
    2626
    27 .PHONY: all create-dirs install-bootscripts install-dropbear
     27install-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.