diff options
author | Philip Balister <philip@balister.org> | 2007-09-15 20:26:23 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-09-15 20:26:23 +0000 |
commit | 316c60b31d41c1e6b8e80909a6588a8d3a040777 (patch) | |
tree | 8d762abb974e6bc0fd38527d202388aa79c6dd3c | |
parent | cd9042bca2dcd29cd7004f9898c5a4361cccac18 (diff) |
omap5912osk.conf : Prevent installation of uImage in /boot.
-rw-r--r-- | conf/machine/omap5912osk.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index 7418054f49..ee476b3602 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -25,5 +25,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \ kernel-module-nls-base \ kernel-module-vfat" +RDEPENDS_kernel-base = "" + require conf/machine/include/tune-arm926ejs.inc |