summaryrefslogtreecommitdiffstats
path: root/openwrt/package
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-23 21:16:20 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-23 21:16:20 +0000
commit4f38ebd722dcd0633d2136b711eff7aa393ecec5 (patch)
tree1bf77a16fd64595dc31c626479103d55066bd519 /openwrt/package
parent237a0a4fd1eacf8f222f4e0a9e011066b80264c4 (diff)
selecting zlib automatically in Config.in does not mean it will
be build before dropbear. add zlib as dependency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/dropbear_sshd/dropbear_sshd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dropbear_sshd/dropbear_sshd.mk b/openwrt/package/dropbear_sshd/dropbear_sshd.mk
index e5ac5dc40..4031e218f 100644
--- a/openwrt/package/dropbear_sshd/dropbear_sshd.mk
+++ b/openwrt/package/dropbear_sshd/dropbear_sshd.mk
@@ -67,7 +67,7 @@ $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY): $(DROPBEAR_SSHD_DIR)/$(DROPBEAR_SS
cp $(DROPBEAR_SSHD_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
-dropbear_sshd: uclibc $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
+dropbear_sshd: uclibc zlib $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
dropbear_sshd-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) $(TARGET_CONFIGURE_OPTS) \