You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build_linux.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ fi
32
32
make INSTALL_HDR_PATH=$TARGET/usr INSTALL_MOD_STRIP=1 headers_install
33
33
34
34
if [ "$LINUX_COPY_SRC_TO_TARGET"="1" ];then
35
-
#Coping only required directories after modules_prepare is boring (what drivers/ are required universally for future expansion) and disk space is cheap, grab whole source
35
+
#Copying only required directories after modules_prepare is boring (what drivers/ are required universally for future expansion) and disk space is cheap, grab whole source
0 commit comments