diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-02 13:54:56 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-22 10:44:07 +0100 |
commit | 4c28b1df18d0c31e841b98274db0c22e6f032c43 (patch) | |
tree | bda2822409daaa2a74b97c177be93243376d5b3b /conf/machine | |
parent | 583ab3c9f44694c48cf74895a736d928dcc2a469 (diff) |
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 'conf/machine')
-rw-r--r-- | conf/machine/om-gta02.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index 8e8355ba6f..c65d971144 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -83,6 +83,8 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native" module_autoload_snd-soc-neo1973-gta02-wm8753 = "snd-soc-neo1973-gta02-wm8753" +#2.6.31 is using the same name as it was in gta01 +module_autoload_snd-soc-neo1973-wm8753 = "snd-soc-neo1973-wm8753" # tune for S3C24x0 include conf/machine/include/tune-arm920t.inc |