| Line | |
|---|
| 1 | dropbear-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 | |
|---|
| 4 | dropbear: zlib |
|---|
| 5 | $(MAKE) -j 4 -C dropbear PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" SCPPROGRESS=1 MULTI=1 |
|---|
| 6 | |
|---|
| 7 | dropbear-install: |
|---|
| 8 | @true |
|---|
| 9 | ifeq ($(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 |
|---|
| 12 | endif |
|---|
| 13 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.