blob: 1397dffa5ef3290a3c75a7a0ce584c23e2b96aad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright (C) 2018 OpenWrt.org
#
. ./lib/functions/uci-defaults.sh
board=$(board_name)
board_config_update
case "$board" in
esac
board_config_flush
exit 0
|