X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=examples%2Fcubietruck-customise.sh;h=1a66bf92e6452f45c9b8889e070b4d9bc16d3209;hb=857094af5a523d4e746cada537595f849f4281a4;hp=4d436ae3fa813f5d691777690b189e0cd8b3164d;hpb=41ebf61957c1c3d168b5e048e465c6a7b0b57a1c;p=forks%2Fvmdebootstrap.git diff --git a/examples/cubietruck-customise.sh b/examples/cubietruck-customise.sh index 4d436ae..1a66bf9 100755 --- a/examples/cubietruck-customise.sh +++ b/examples/cubietruck-customise.sh @@ -22,3 +22,7 @@ dd if=/usr/lib/u-boot/Cubietruck/u-boot-sunxi-with-spl.bin of=${image} bs=1k see mkdir -p $rootdir/boot/dtbs cp $rootdir/usr/lib/linux-image-*-armmp/* $rootdir/boot/dtbs + +for module in phy-sun4i-usb ohci-platform; do + echo ${module} >> ${rootdir}/etc/initramfs-tools/modules +done