[maemo-commits] [maemo-commits] r15814 - projects/haf/trunk/ke-recv/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jul 25 10:07:43 EEST 2008
- Previous message: [maemo-commits] r15813 - projects/haf/tags/hildon-fm/1_2.0.6.1
- Next message: [maemo-commits] r15815 - projects/haf/tags/ke-recv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: kihamala Date: 2008-07-25 10:07:43 +0300 (Fri, 25 Jul 2008) New Revision: 15814 Modified: projects/haf/trunk/ke-recv/debian/changelog projects/haf/trunk/ke-recv/debian/init.d Log: added missing modprobes for installing memory card modules Modified: projects/haf/trunk/ke-recv/debian/changelog =================================================================== --- projects/haf/trunk/ke-recv/debian/changelog 2008-07-23 10:31:06 UTC (rev 15813) +++ projects/haf/trunk/ke-recv/debian/changelog 2008-07-25 07:07:43 UTC (rev 15814) @@ -1,3 +1,9 @@ +ke-recv (3.0-2) unstable; urgency=low + + * Added missing modprobes. + + -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com> Fri, 25 Jul 2008 10:00:03 +0300 + ke-recv (3.0-1) unstable; urgency=low * Initial Fremantle version. This is very much broken, basically only Modified: projects/haf/trunk/ke-recv/debian/init.d =================================================================== --- projects/haf/trunk/ke-recv/debian/init.d 2008-07-23 10:31:06 UTC (rev 15813) +++ projects/haf/trunk/ke-recv/debian/init.d 2008-07-25 07:07:43 UTC (rev 15814) @@ -54,6 +54,9 @@ case "$1" in start) + modprobe omap_hsmmc + modprobe sd_mod + # Start daemons echo -n "Starting $DESC: "
- Previous message: [maemo-commits] r15813 - projects/haf/tags/hildon-fm/1_2.0.6.1
- Next message: [maemo-commits] r15815 - projects/haf/tags/ke-recv
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]