forked from pbouda/buildroot-qt-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched from dropbear to openssh. Dropbear did not work with Qt Crea…
…tor for remote deployment.
- Loading branch information
Peter Bouda
committed
Jun 26, 2015
1 parent
68eb4b9
commit 2d89e99
Showing
4 changed files
with
4 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
||
|
This file was deleted.
Oops, something went wrong.