From aba711c6b0535b37685fed45695408d83c96288d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 3 Dec 2015 19:23:44 +0000 Subject: ar71xx: board.d: add missing include (#21296) Include /lib/functions/system.sh in 02_network to define missing mtd_get_mac_binary() procedure. Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47723 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/base-files/etc') diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index b7d6a3e1b7..dcf0812dbf 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -3,6 +3,7 @@ # Copyright (C) 2011-2015 OpenWrt.org # +. /lib/functions/system.sh . /lib/functions/uci-defaults-new.sh . /lib/ar71xx.sh -- cgit v1.2.3