From b9d48fdd5a3710bc9c97a2322464d3534d92bcaf Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 2 Mar 2014 17:45:06 +0100 Subject: [PATCH] make rc.modules ran during boot --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index bbbf8d4..c9f3c88 100755 --- a/build.sh +++ b/build.sh @@ -325,6 +325,7 @@ EOF /sbin/modprobe mali #/sbin/modprobe sunxi_gmac EOT + chmod +x $DEST$TARGET/etc/rc.d/rc.modules if [ -x /sbin/makepkg ] && [ -x /sbin/installpkg ]; then echo ". . build slackware package for kernel"