projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the jffs2 build for separate 4M/8M images
[openwrt.git]
/
openwrt
/
package
/
dropbear_sshd
/
dropbear_sshd.mk
diff --git
a/openwrt/package/dropbear_sshd/dropbear_sshd.mk
b/openwrt/package/dropbear_sshd/dropbear_sshd.mk
index
e5ac5dc
..
4031e21
100644
(file)
--- 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
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) \
dropbear_sshd-clean:
$(MAKE) DESTDIR=$(TARGET_DIR) $(TARGET_CONFIGURE_OPTS) \
This page took
0.02587 seconds
and
4
git commands to generate.