mirror of https://github.com/hak5/openwrt-owl.git
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: 47723owl
parent
8f8b702f85
commit
feb8bf5ddc
|
@ -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/functions/uci-defaults-new.sh
|
||||||
. /lib/ar71xx.sh
|
. /lib/ar71xx.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue