parent
9a60791649
commit
7078b99048
5
Makefile
5
Makefile
@ -463,8 +463,6 @@ apps/$(DROPBEAR)/configure:
|
|||||||
tar -C apps -xjf apps/$(DROPBEAR).tar.bz2
|
tar -C apps -xjf apps/$(DROPBEAR).tar.bz2
|
||||||
|
|
||||||
apps/$(DROPBEAR)/dropbear: apps/$(DROPBEAR)/configure
|
apps/$(DROPBEAR)/dropbear: apps/$(DROPBEAR)/configure
|
||||||
@echo "#define DEFAULT_PATH \"/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin\"" \
|
|
||||||
> apps/$(DROPBEAR)/localoptions.h
|
|
||||||
cd apps/$(DROPBEAR) && \
|
cd apps/$(DROPBEAR) && \
|
||||||
CC=$(TOOLCHAIN)/bin/sh4-linux-gcc \
|
CC=$(TOOLCHAIN)/bin/sh4-linux-gcc \
|
||||||
./configure \
|
./configure \
|
||||||
@ -475,6 +473,9 @@ apps/$(DROPBEAR)/dropbear: apps/$(DROPBEAR)/configure
|
|||||||
--disable-utmpx \
|
--disable-utmpx \
|
||||||
--disable-wtmp \
|
--disable-wtmp \
|
||||||
--disable-wtmpx
|
--disable-wtmpx
|
||||||
|
sed -e 's/DEFAULT_PATH \"\/usr\/bin:\/bin\"/DEFAULT_PATH \"\/sbin:\/usr\/sbin:\/bin:\/usr\/bin:\/usr\/local\/bin\"/g' \
|
||||||
|
< apps/$(DROPBEAR)/options.h > apps/$(DROPBEAR)/options.h.2
|
||||||
|
mv apps/$(DROPBEAR)/options.h.2 apps/$(DROPBEAR)/options.h
|
||||||
make -C apps/$(DROPBEAR) PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
|
make -C apps/$(DROPBEAR) PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
|
||||||
|
|
||||||
.PHONY: dropbear
|
.PHONY: dropbear
|
||||||
|
@ -24,4 +24,4 @@ if test -r /etc/sysconfig/authorized_keys ; then
|
|||||||
cp /etc/sysconfig/authorized_keys $HOME/.ssh/authorized_keys
|
cp /etc/sysconfig/authorized_keys $HOME/.ssh/authorized_keys
|
||||||
chmod 0600 $HOME/.ssh/authorized_keys
|
chmod 0600 $HOME/.ssh/authorized_keys
|
||||||
fi
|
fi
|
||||||
exec dropbear -F -b /etc/motd
|
exec dropbear -F
|
||||||
|
Loading…
Reference in New Issue
Block a user