Changeset 374f7ce in bootscripts-embedded
- Timestamp:
- Oct 18, 2013, 6:32:31 AM (11 years ago)
- Branches:
- master
- Children:
- 06619cc
- Parents:
- df6a922
- git-author:
- Andrew Bradford <andrew@…> (10/18/13 06:23:16)
- git-committer:
- Andrew Bradford <andrew@…> (10/18/13 06:32:31)
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rdf6a922 r374f7ce 38 38 ln -sf ../init.d/bridge ${EXTDIR}/rc.d/stop/K81bridge 39 39 40 install-bcm47xx: create-dirs41 install -m ${MODE} clfs/rc.d/init.d/bcm47xx-switch ${EXTDIR}/rc.d/init.d/42 ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/start/S08bcm47xx-switch43 ln -sf ../init.d/bcm47xx-switch ${EXTDIR}/rc.d/stop/K82bcm47xx-switch44 45 40 install-dropbear: create-dirs 46 41 install -m ${MODE} clfs/rc.d/init.d/sshd ${EXTDIR}/rc.d/init.d/ … … 53 48 ln -sf ../init.d/hostapd ${EXTDIR}/rc.d/stop/K82hostapd 54 49 55 .PHONY: dist all create-dirs install install- bcm47xx install-dropbear \50 .PHONY: dist all create-dirs install install-dropbear \ 56 51 install-hostapd
Note:
See TracChangeset
for help on using the changeset viewer.