Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. PACKAGECONFIG_append = " custom sshd_config"
  2.  
  3. SRC_URI += "file://sshd_config
  4. "
  5.  
  6. do_install_append() {
  7. install -m 0755 ${S}/sshd_config ${D}/etc/ssh/sshd_config
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement