fixes from issue #37
This commit is contained in:
parent
77d858da6d
commit
f41f9d1416
3
Makefile
3
Makefile
@ -297,7 +297,7 @@ busybox: apps/$(BUSYBOX)/busybox
|
|||||||
#
|
#
|
||||||
|
|
||||||
apps/$(DROPBEAR)/configure:
|
apps/$(DROPBEAR)/configure:
|
||||||
$(call WGET,https://matt.ucc.asn.au/dropbear/$(DROPBEAR).tar.bz2,apps/$(DROPBEAR).tar.bz2)
|
$(call WGET,https://matt.ucc.asn.au/dropbear/releases/$(DROPBEAR).tar.bz2,apps/$(DROPBEAR).tar.bz2)
|
||||||
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
|
||||||
@ -456,6 +456,7 @@ apps/$(NANO)/nano: apps/$(NANO)/configure
|
|||||||
CFLAGS="-O2" \
|
CFLAGS="-O2" \
|
||||||
./configure \
|
./configure \
|
||||||
--host=sh4-linux \
|
--host=sh4-linux \
|
||||||
|
--disable-utf8 \
|
||||||
--prefix=/
|
--prefix=/
|
||||||
make -C apps/$(NANO)
|
make -C apps/$(NANO)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user