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/distro | |
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/distro')
-rw-r--r-- | conf/distro/nylon.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf index b4dde3d0e2..1c76ef870b 100644 --- a/conf/distro/nylon.conf +++ b/conf/distro/nylon.conf @@ -12,7 +12,7 @@ # Bruno Randolf <bruno.randolf@4g-systems.biz> INHERIT += "package_ipk debian nylon-mirrors" -INHERIT += "linux_modules" +INHERIT += "linux-kernel-base" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" |