From f4fc12f0230b9c99b4140a1b4700d42010b86609 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Thu, 23 Feb 2017 19:42:40 +0100 Subject: [PATCH] kirkwood: fix include in etc/board.d/02_network the mtd_get_mac_ascii function called within this script requires the inclusion of /lib/functions/system.sh Signed-off-by: Alberto Bursi --- target/linux/kirkwood/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/kirkwood/base-files/etc/board.d/02_network b/target/linux/kirkwood/base-files/etc/board.d/02_network index f91e8a3252..79af724607 100755 --- a/target/linux/kirkwood/base-files/etc/board.d/02_network +++ b/target/linux/kirkwood/base-files/etc/board.d/02_network @@ -4,6 +4,7 @@ # . /lib/functions/uci-defaults.sh +. /lib/functions/system.sh . /lib/kirkwood.sh board_config_update -- 2.30.2