Kaydet (Commit) 46b163d0 authored tarafından a's avatar a

module decompress

üst 7337a40b
...@@ -27,3 +27,5 @@ else ...@@ -27,3 +27,5 @@ else
find ${WORKDIR}/${MODDIR} | grep debug | xargs rm -rf find ${WORKDIR}/${MODDIR} | grep debug | xargs rm -rf
fi fi
fi fi
find ${WORKDIR}/lib/modules/* | grep ".ko.xz" | xargs xz -d || true
find ${WORKDIR}/lib/modules/* | grep ".ko.gz" | xargs gzip -d || true
...@@ -32,4 +32,5 @@ if [ -x /xbin/udevd -a -x /xbin/udevadm ] && [ "$noudev" != "true" ]; then ...@@ -32,4 +32,5 @@ if [ -x /xbin/udevd -a -x /xbin/udevadm ] && [ "$noudev" != "true" ]; then
else else
warn "Eudev not found or disabled" warn "Eudev not found or disabled"
load_modules load_modules
fi fi
\ No newline at end of file /busybox ash
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment