forked from Ivasoft/openwrt
octeontx: use the generic board detection
Use the generic board detection based on the device tree compatible string instead of a target specific one. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
#
|
||||
|
||||
. ./lib/functions/uci-defaults.sh
|
||||
. ./lib/octeontx.sh
|
||||
|
||||
board=$(octeontx_board_name)
|
||||
board=$(board_name)
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user