Browse Source

dropbear: allow to use X11 forwarding

Waldemar Brodkorb 1 year ago
parent
commit
3a7dd5cc04
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/dropbear/Makefile

+ 2 - 1
package/dropbear/Makefile

@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		dropbear
 PKG_VERSION:=		2020.81
-PKG_RELEASE:=		3
+PKG_RELEASE:=		4
 PKG_HASH:=		48235d10b37775dbda59341ac0c4b239b82ad6318c31568b985730c788aac53b
 PKG_DESCR:=		ssh server/client designed for embedded systems
 PKG_SECTION:=		net/security
@@ -49,6 +49,7 @@ endif
 
 pre-configure:
 	echo "#define DO_HOST_LOOKUP 0" >>$(WRKBUILD)/localoptions.h
+	echo "#define DROPBEAR_X11FWD 1" >>$(WRKBUILD)/localoptions.h
 
 do-build:
 	cd ${WRKBUILD} && env ${MAKE_ENV} ${MAKE} \