Browse Source

imx6: the script populating /tmp/sysinfo/ was in the wrong path

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 41276
John Crispin 11 years ago
parent
commit
1a60486acb

+ 1 - 1
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)
 

+ 0 - 0
target/linux/imx6/base-files/lib/imx6.sh → target/linux/imx6/base-files/lib/functions/imx6.sh