Skip to content

Commit ea94afd

Browse files
authored
Update setup.sh
1 parent 701898b commit ea94afd

File tree

1 file changed

+1
-0
lines changed
  • target/linux/rockchip/armv8/base-files/root

1 file changed

+1
-0
lines changed

target/linux/rockchip/armv8/base-files/root/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function init_firewall() {
6969
}
7070

7171
function init_network() {
72+
local r1 r2 r3
7273
r1=$(dd if=/dev/urandom bs=1 count=1 | hexdump -e '1/1 "%02x"')
7374
r2=$(dd if=/dev/urandom bs=2 count=1 | hexdump -e '2/1 "%02x"')
7475
r3=$(dd if=/dev/urandom bs=2 count=1 | hexdump -e '2/1 "%02x"')

0 commit comments

Comments
 (0)