mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- The installed root/usr/sbin/dropbear was not getting stripped. stripping saves about 35K
This commit is contained in:
@@ -60,6 +60,7 @@ $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY): $(DROPBEAR_SSHD_DIR)/$(DROPBEAR_SS
|
||||
install -d -m 755 $(TARGET_DIR)/usr/bin
|
||||
install -m 755 $(DROPBEAR_SSHD_DIR)/$(DROPBEAR_SSHD_BINARY) \
|
||||
$(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
|
||||
$(STRIP) $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
|
||||
ln -sf ../sbin/dropbear $(TARGET_DIR)/usr/bin/scp
|
||||
ln -sf ../sbin/dropbear $(TARGET_DIR)/usr/bin/ssh
|
||||
ln -sf ../sbin/dropbear $(TARGET_DIR)/usr/bin/dropbearkey
|
||||
|
||||
Reference in New Issue
Block a user