summaryrefslogtreecommitdiffstats
path: root/package/dropbear
diff options
context:
space:
mode:
authorDavid Anders2006-01-24 16:53:15 +0100
committerDavid Anders2006-01-24 16:53:15 +0100
commit79816f9fece62740536fdbb0e38b0a76d4f12fea (patch)
tree28733483b5682274cec160ea285530de7a49a06b /package/dropbear
parentadded fix to correct for building with kernels > 2.5 per case 0000557 (diff)
downloadbuildroot-79816f9fece62740536fdbb0e38b0a76d4f12fea.tar.gz
buildroot-79816f9fece62740536fdbb0e38b0a76d4f12fea.tar.xz
buildroot-79816f9fece62740536fdbb0e38b0a76d4f12fea.zip
undo changes for wtmp and last log
Diffstat (limited to 'package/dropbear')
-rw-r--r--package/dropbear/dropbear.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
index 8d5159d86..5c46e0050 100644
--- a/package/dropbear/dropbear.mk
+++ b/package/dropbear/dropbear.mk
@@ -42,8 +42,7 @@ $(DROPBEAR_DIR)/.configured: $(DROPBEAR_DIR)/.unpacked
--mandir=/usr/man \
--infodir=/usr/info \
$(DISABLE_NLS) \
- --disable-wtmp \
- --disable-lastlog \
+ --with-shared \
);
ifeq ($(strip $(BR2_PACKAGE_DROPBEAR_URANDOM)),y)
$(SED) 's,^#define DROPBEAR_RANDOM_DEV.*,#define DROPBEAR_RANDOM_DEV \"/dev/urandom\",' \
@@ -71,7 +70,6 @@ $(TARGET_DIR)/$(DROPBEAR_TARGET_BINARY): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY)
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearconvert
- ln -snf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dbclient
cp $(DROPBEAR_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear