Skip to content

Commit

Permalink
Switched from dropbear to openssh. Dropbear did not work with Qt Crea…
Browse files Browse the repository at this point in the history
…tor for remote deployment.
  • Loading branch information
Peter Bouda committed Jun 26, 2015
1 parent 68eb4b9 commit 2d89e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 61 deletions.
3 changes: 1 addition & 2 deletions config/buildroot-raspi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_LIBDRM=y
BR2_PACKAGE_TIFF=y
BR2_PACKAGE_GLIB_NETWORKING=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_GESFTPSERVER=y
BR2_PACKAGE_NTP=y
BR2_PACKAGE_OPENSSH=y
3 changes: 1 addition & 2 deletions config/buildroot-raspi2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_LIBDRM=y
BR2_PACKAGE_TIFF=y
BR2_PACKAGE_GLIB_NETWORKING=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_GESFTPSERVER=y
BR2_PACKAGE_NTP=y
BR2_PACKAGE_OPENSSH=y
4 changes: 2 additions & 2 deletions scripts/postbuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo "Start DHCP..."
install -m 755 ../userland/target/S41udhcpc $1/etc/init.d/
echo "Add network interface with DHCP..."
install ../userland/target/interfaces $1/etc/network/


55 changes: 0 additions & 55 deletions userland/target/S41udhcpc

This file was deleted.

0 comments on commit 2d89e99

Please sign in to comment.