|
|
@@ -105,6 +105,10 @@ define Build/Configure
|
|
|
mv $(PKG_BUILD_DIR)/options.h.new $(PKG_BUILD_DIR)/options.h || exit 1; \
|
|
|
done
|
|
|
|
|
|
+ # remove protocol idented software version number
|
|
|
+ $(SED) 's,^#define LOCAL_IDENT .*$$$$,#define LOCAL_IDENT "SSH-2.0-dropbear",g' \
|
|
|
+ $(PKG_BUILD_DIR)/sysoptions.h
|
|
|
+
|
|
|
# Enforce rebuild of svr-chansession.c
|
|
|
rm -f $(PKG_BUILD_DIR)/svr-chansession.o
|
|
|
endef
|