From 9504bff14ea980cf2c17794a68ec744beb585a1c Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Wed, 9 Mar 2005 23:56:07 +0000
Subject: [PATCH] Don't embed dropbear by default (startup script is broken)

SVN-Revision: 361
---
 openwrt/package/dropbear/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/package/dropbear/Config.in b/openwrt/package/dropbear/Config.in
index b82464586d..1c968f09dc 100644
--- a/openwrt/package/dropbear/Config.in
+++ b/openwrt/package/dropbear/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_DROPBEAR
 	tristate "SSH Server/Client"
-	default y
+	default m
 	select BR2_PACKAGE_ZLIB
 	help
 	  dropbear
-- 
GitLab