01_system 149 B

123456789101112
  1. #!/bin/sh
  2. . /lib/functions/uci-defaults.sh
  3. board_config_update
  4. ucidef_set_hostname "BenNanoNote"
  5. ucidef_set_ntpserver
  6. board_config_flush
  7. exit 0