summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-04-30 12:18:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-30 12:18:39 +0000
commit12d749a064b0f5d15eee64272f457ef0c72d431f (patch)
tree31bf2951818ba0533c8958eb3df42f995e372d33 /packages/linux
parent70bddd3a21749e9b08b9b90ba93aef32428b0147 (diff)
parent0b31a68c7bffc1513f4a2dbd2e63b5cf2625481b (diff)
merge of 8b0bc8c41b0802e756c70c90ed7dc760e76bb9bf
and f334192f936949d2ad335312f690105e8371df03
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb b/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb
index 5e562798de..76e1769e31 100644
--- a/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb
+++ b/packages/linux/mnci-ramses_2.4.21-rmk2-pxa1.bb
@@ -58,7 +58,7 @@ pkg_postinst_kernel () {
pkg_postinst_modules () {
if [ -n "$D" ]; then
- ${HOST_PREFIX}depmod -A -b $D -F $D/boot/System.map-${PV} ${KERNEL_VERSION}
+ ${HOST_PREFIX}depmod-${KERNEL_MAJOR_VERSION} -A -b $D -F $D/boot/System.map-${PV} ${KERNEL_VERSION}
else
depmod -A
fi