diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2017-02-23 19:42:40 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-02-28 23:46:02 +0100 |
commit | ff42a8330beadba6c7b1b5ccf677f368a64b64d8 (patch) | |
tree | 27d284319cc2324170488bd1d96f7bd6259eea2e /target/linux/kirkwood/base-files/etc | |
parent | edae3479e64e93275dce4a928ea70279282eef9d (diff) | |
download | upstream-ff42a8330beadba6c7b1b5ccf677f368a64b64d8.tar.gz upstream-ff42a8330beadba6c7b1b5ccf677f368a64b64d8.tar.bz2 upstream-ff42a8330beadba6c7b1b5ccf677f368a64b64d8.zip |
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@outlook.it>
Diffstat (limited to 'target/linux/kirkwood/base-files/etc')
-rwxr-xr-x | target/linux/kirkwood/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
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 b82086ec3e..35d735f9db 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 |