Changeset 884672b in clfs-embedded for bootscripts/Makefile


Ignore:
Timestamp:
Sep 10, 2009, 7:43:36 PM (15 years ago)
Author:
Maarten Lankhorst <mlankhorst@…>
Branches:
master
Children:
5c80a16
Parents:
423fe6b
Message:

book: Add hostapd and libnl to beyond section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Makefile

    r423fe6b r884672b  
    3131        ln -sf ../init.d/sshd ${EXTDIR}/rc.d/stop/K30sshd
    3232
     33install-hostapd: create-dirs
     34        install -m ${MODE} clfs/rc.d/init.d/hostapd ${EXTDIR}/rc.d/init.d
     35        ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/start/S08hostapd
     36        ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/stop/K82hostapd
     37
    3338install-bcm47xx: create-dirs
    3439        install -m ${MODE} clfs/rc.d/init.d/bcm47xx-switch ${EXTDIR}/rc.d/init.d/
Note: See TracChangeset for help on using the changeset viewer.