[source] kirkwood: fix include in etc/board.d/02_network

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 1 11:38:18 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/f4fc12f0230b9c99b4140a1b4700d42010b86609

commit f4fc12f0230b9c99b4140a1b4700d42010b86609
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Thu Feb 23 19:42:40 2017 +0100

    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 <alberto.bursi at outlook.it>
---
 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 f91e8a3..79af724 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



More information about the lede-commits mailing list