diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-03 19:23:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-03 19:23:44 +0000 |
commit | feb8bf5ddc5ece119ae3c272453632268f49492a (patch) | |
tree | 643cc0a4d9480d101b77e1c02048bbbfa11793e4 | |
parent | 8f8b702f850a5f1c27fb2cfd74e5580a5f6cd7e8 (diff) | |
download | upstream-feb8bf5ddc5ece119ae3c272453632268f49492a.tar.gz upstream-feb8bf5ddc5ece119ae3c272453632268f49492a.tar.bz2 upstream-feb8bf5ddc5ece119ae3c272453632268f49492a.zip |
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 <jow@openwrt.org>
SVN-Revision: 47723
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
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 |