From 3b91f6b6f8dd4354580b5d98218b545d36cdf4a0 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 17 Oct 2006 19:04:26 +0000 Subject: [PATCH] hx4700: Fix last typo in kernel module package name (only hyphens are allowed there, underscores separate package name from version). --- conf/machine/hx4700.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5