summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-02 13:41:09 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-02 13:55:57 +0100
commit736cf22b52547304d6ddfda4b26ba04019cc0c98 (patch)
tree3e2b6be3cd5235e66bddcd0354800823f2b194c5
parent3bc98ec35c6ee59f9badd7501f54fa1180be4f7b (diff)
downloadopenembedded-736cf22b52547304d6ddfda4b26ba04019cc0c98.tar.gz
shr-image.inc: remove 1 module autoload hack. 2 of them left.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r--recipes/images/shr-image.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 7234020601..5a83ebb3fd 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -107,11 +107,10 @@ shr_rootfs_postprocess() {
#load modules on boot
[ -d ./etc/modutils ] || mkdir ./etc/modutils
+ # FIXME: do load those modules through module_autoload in
+ # machine config or distro config
echo "g_ether" > ./etc/modutils/g_ether
echo "ppp_generic" > ./etc/modutils/ppp_generic
- # FIXME: Only do this for GTA02
- # FIXME: investigate why module_autoload in machine config doesn't work
- echo "snd-soc-neo1973-gta02-wm8753" > ./etc/modutils/snd-soc-neo
#set up some variables to improve default settings
echo "if [ \"\$DISPLAY\" = \"\" ]" >> ./etc/profile