diff options
author | John Crispin <john@openwrt.org> | 2014-06-19 14:13:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-19 14:13:34 +0000 |
commit | 1a60486acbc0e1e1f87ee4806c53b5609fcfdd66 (patch) | |
tree | 0d860bcfccc8a252c6c4d7fdbe579cd7382c3e4b /target/linux/imx6/base-files/etc | |
parent | e0d57509add9bfb5f99839934229023e10156679 (diff) | |
download | upstream-1a60486acbc0e1e1f87ee4806c53b5609fcfdd66.tar.gz upstream-1a60486acbc0e1e1f87ee4806c53b5609fcfdd66.tar.bz2 upstream-1a60486acbc0e1e1f87ee4806c53b5609fcfdd66.zip |
imx6: the script populating /tmp/sysinfo/ was in the wrong path
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41276
Diffstat (limited to 'target/linux/imx6/base-files/etc')
-rw-r--r-- | target/linux/imx6/base-files/etc/uci-defaults/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/base-files/etc/uci-defaults/02_network b/target/linux/imx6/base-files/etc/uci-defaults/02_network index 64e060a8e0..7b8047b728 100644 --- a/target/linux/imx6/base-files/etc/uci-defaults/02_network +++ b/target/linux/imx6/base-files/etc/uci-defaults/02_network @@ -8,7 +8,7 @@ touch /etc/config/network . /lib/functions/uci-defaults.sh -. /lib/imx6.sh +. /lib/functions/imx6.sh board=$(imx6_board_name) |