From 4c28b1df18d0c31e841b98274db0c22e6f032c43 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 2 Dec 2009 13:54:56 +0100 Subject: linux-openmoko: use add module_autoload for 2.6.31, add ppp_generic and load snd modules from machine configs Signed-off-by: Martin Jansa --- recipes/images/shr-image.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'recipes/images/shr-image.inc') diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc index ac2053737e..bbda84d93b 100644 --- a/recipes/images/shr-image.inc +++ b/recipes/images/shr-image.inc @@ -98,12 +98,6 @@ shr_rootfs_postprocess() { #set up a nice gentoo-like PS1 echo "export PS1=\"\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] \"">> ./etc/profile - #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 "ppp_generic" > ./etc/modutils/ppp_generic - #set up some variables to improve default settings echo "if [ \"\$DISPLAY\" = \"\" ]" >> ./etc/profile echo "then" >> ./etc/profile -- cgit v1.2.3