aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/shr-image.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-12-02 13:54:56 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-12-22 10:44:07 +0100
commit4c28b1df18d0c31e841b98274db0c22e6f032c43 (patch)
treebda2822409daaa2a74b97c177be93243376d5b3b /recipes/images/shr-image.inc
parent583ab3c9f44694c48cf74895a736d928dcc2a469 (diff)
downloadopenembedded-4c28b1df18d0c31e841b98274db0c22e6f032c43.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/images/shr-image.inc')
-rw-r--r--recipes/images/shr-image.inc6
1 files changed, 0 insertions, 6 deletions
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