Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/sun-nontendocm-kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormadmonkey <madfkingmonkey@gmail.com>2018-05-08 06:22:06 +0300
committermadmonkey <madfkingmonkey@gmail.com>2018-05-14 08:54:33 +0300
commitf87d3ff181863d8abb7389a63fa9a9b3b7baff23 (patch)
treee249012e3fdc54c2acfb6be5c62d4f528eda5ba9 /build_all.sh
parent795013178ca07bb4907c19c32fe99e96c9ad1f35 (diff)
fix nand writing
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_all.sh b/build_all.sh
index b2deb25d..7a36d82e 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -48,6 +48,7 @@ echo "return 0" > "$instdir/uninstall"
echo "no-uninstall" >> "$instdir/uninstall"
find "$instdir" -type f -name "*.ko" -print0 | xargs -0 -n1 "${CROSS_COMPILE}strip" --strip-unneeded
+echo "somebody set up us the bomb"
exit 0
makepack "$instdir"
rm -rf "$instdir"