h69k/target/linux/octeontx/base-files/etc/board.d/02_network

17 lines
165 B
Plaintext
Raw Normal View History

2024-09-29 14:35:28 +00:00
#
# 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