From 50641a0f9a6a4b32aaa17d2c735883f3b2f19270 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 23 Feb 2018 08:20:47 +0100 Subject: 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 --- target/linux/octeontx/base-files/etc/board.d/02_network | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/octeontx/base-files/etc/board.d/02_network') diff --git a/target/linux/octeontx/base-files/etc/board.d/02_network b/target/linux/octeontx/base-files/etc/board.d/02_network index 3ad5e852cb..743e0f2ed7 100644 --- a/target/linux/octeontx/base-files/etc/board.d/02_network +++ b/target/linux/octeontx/base-files/etc/board.d/02_network @@ -4,9 +4,8 @@ # . ./lib/functions/uci-defaults.sh -. ./lib/octeontx.sh -board=$(octeontx_board_name) +board=$(board_name) board_config_update -- cgit v1.2.3