pandora-first-run-wizard: Added module snd-seq
authorMichael Mrozek <EvilDragon@openpandora.de>
Tue, 24 Apr 2012 02:01:15 +0000 (04:01 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Tue, 24 Apr 2012 02:01:15 +0000 (04:01 +0200)
recipes/pandora-system/pandora-first-run-wizard.bb
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index e3da76b..72c84dc 100755 (executable)
@@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-PR = "r30"
+PR = "r31"
 
 SRC_URI = " \
           file://first-run-wizard.sh \
index 3fa6fc3..d0c2cc3 100755 (executable)
@@ -234,6 +234,9 @@ if ! grep -q 'blacklist wl1251_sdio' /etc/modprobe.conf 2> /dev/null; then
   echo 'blacklist wl1251_sdio' >> /etc/modprobe.conf
 fi
 
+# add Midi Module
+echo snd-seq>>/etc/modules
+
 # get rid of some dirs in /media that OE creates but are unlikely to be used
 rmdir /media/card /media/cf /media/mmc1 /media/net /media/realroot /media/union 2> /dev/null