10
0
openwrt-camera-image/overlay/etc/uci-defaults/40-hostname
Lauri Võsandi ab5ad51ef9
All checks were successful
continuous-integration/drone Build is passing
Move to Drone
2022-06-29 09:18:26 +03:00

4 lines
167 B
Plaintext

HOSTNAME=cam-$(cat /sys/class/net/eth0/address | cut -d : -f 4- | sed -e 's/://g')
uci set system.@system[0].hostname=$HOSTNAME
uci set network.lan.hostname=$HOSTNAME