xburst: add /etc/config/system overrides via board.d
[openwrt/openwrt.git] / target / linux / xburst / base-files / etc / board.d / 01_system
1 #!/bin/sh
2
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 ucidef_set_hostname "BenNanoNote"
8 ucidef_set_ntpserver
9
10 board_config_flush
11
12 exit 0