We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701898b commit ea94afdCopy full SHA for ea94afd
target/linux/rockchip/armv8/base-files/root/setup.sh
@@ -69,6 +69,7 @@ function init_firewall() {
69
}
70
71
function init_network() {
72
+ local r1 r2 r3
73
r1=$(dd if=/dev/urandom bs=1 count=1 | hexdump -e '1/1 "%02x"')
74
r2=$(dd if=/dev/urandom bs=2 count=1 | hexdump -e '2/1 "%02x"')
75
r3=$(dd if=/dev/urandom bs=2 count=1 | hexdump -e '2/1 "%02x"')
0 commit comments