summaryrefslogblamecommitdiffstats
path: root/core/modules/mgmt-sshd/module.build
blob: 37b7a4f77e779973582bbd6424eacec496116f80 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                     
#!/bin/bash
fetch_source() {
	:
}

build() {
	:
}

post_copy() {
	chmod -R go-rwX "${TARGET_BUILD_DIR}/etc/ssh"
}