# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2022 OpenWrt.org
#

. /lib/functions/uci-defaults.sh

board_config_update

case "$(board_name)" in
ky,x1)
	#ucidef_set_led_netdev "wan" "WAN" "green:d3" "eth0"
	;;
esac

board_config_flush

exit 0
