diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-17 19:04:26 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-17 19:04:26 +0000 |
commit | 3b91f6b6f8dd4354580b5d98218b545d36cdf4a0 (patch) | |
tree | 9896793c3955b05c3bed7c74a68cee192cda3d26 /conf | |
parent | 667d83db56d3b8221e9948a8539fb595f60efddd (diff) |
hx4700: Fix last typo in kernel module package name (only hyphens are allowed there,
underscores separate package name from version).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/hx4700.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index a6029d6c0b..3067caada9 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -37,7 +37,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-nls-cp437 \ kernel-module-i2c-pxa \ kernel-module-hx4700-voltage \ kernel-module-hx4700-acx \ - kernel-module-snd_hx4700-audio" + kernel-module-snd-hx4700-audio" EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ |