diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-13 12:47:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-13 12:47:58 +0000 |
commit | 3f17f81d12a664348de1458a8452421532524cdd (patch) | |
tree | a3ed73251943f1e6a6e7188350ec782528f8ebbb /conf/machine/h3900.conf | |
parent | 247469b81e9d210b2c219fc0f95d3b62249c2498 (diff) |
many conf files: catch up with renaming linux_modules to linux-kernel-base
sorry, I didn't think of INHERIT +=
Diffstat (limited to 'conf/machine/h3900.conf')
-rw-r--r-- | conf/machine/h3900.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 65cce6ce81..485bb88892 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -5,7 +5,7 @@ KERNEL ?= "kernel24" #KERNEL ?= "kernel26" -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" OVERRIDES =. "${KERNEL}:" |