ar71xx: board.d: add missing include (#21296)
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Dec 2015 19:23:44 +0000 (19:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Dec 2015 19:23:44 +0000 (19:23 +0000)
Include /lib/functions/system.sh in 02_network to define missing
mtd_get_mac_binary() procedure.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47723

target/linux/ar71xx/base-files/etc/board.d/02_network

index b7d6a3e1b7190cb92073168b70d6ce444affbfb4..dcf0812dbfbe132d1bc327707e200c0e2f9a1df0 100755 (executable)
@@ -3,6 +3,7 @@
 # Copyright (C) 2011-2015 OpenWrt.org
 #
 
 # Copyright (C) 2011-2015 OpenWrt.org
 #
 
+. /lib/functions/system.sh
 . /lib/functions/uci-defaults-new.sh
 . /lib/ar71xx.sh
 
 . /lib/functions/uci-defaults-new.sh
 . /lib/ar71xx.sh