source: src/router/rules/dropbear.mk @ 17890

Last change on this file since 17890 was 17890, checked in by BrainSlayer, 19 months ago

remove space

File size: 742 bytes
Line 
1dropbear-configure: zlib
2        cd dropbear && ./configure --host=$(ARCH)-linux --disable-lastlog --disable-utmp --disable-utmpx --disable-wtmp --disable-wtmpx --disable-libutil CC="$(CC)" CFLAGS="-I../zlib $(COPTS) -L../zlib -ffunction-sections -fdata-sections -Wl,--gc-sections" LDFLAGS="-L../zlib -ffunction-sections -fdata-sections -Wl,--gc-sections" host_alias=$(ARCH)-linux
3
4dropbear: zlib
5        $(MAKE) -j 4 -C dropbear PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" SCPPROGRESS=1 MULTI=1
6
7dropbear-install:
8        @true
9ifeq ($(CONFIG_DROPBEAR_SSHD),y)
10        install -D dropbear/dropbearmulti $(INSTALLDIR)/dropbear/usr/sbin/dropbearmulti
11        install -D dropbear/config/sshd.webservices $(INSTALLDIR)/dropbear/etc/config/sshd.webservices
12endif
13
Note: See TracBrowser for help on using the repository browser.