blob: 699ab817dde5a675118e015b5478898003d3bbc5 [file] [log] [blame]
#!/bin/sh
. /lib/functions/uci-defaults.sh
board=$(board_name)
board_config_update
case $board in
esac
board_config_flush
exit 0