diff options
author | Philip Balister <philip@balister.org> | 2007-09-15 20:26:53 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-09-15 20:26:53 +0000 |
commit | fbcef11acc6fbd8660650c0da642d121d8bcc128 (patch) | |
tree | 654b412b7ad793eae895c33e97223ee3fb7c84a5 /conf/machine | |
parent | 316c60b31d41c1e6b8e80909a6588a8d3a040777 (diff) |
gumstix-verdex.conf : Prevent installation of uImage in /boot.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/gumstix-verdex.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf index ab24552646..dc44342e65 100644 --- a/conf/machine/gumstix-verdex.conf +++ b/conf/machine/gumstix-verdex.conf @@ -1,5 +1,7 @@ require conf/machine/include/gumstix.inc +RDEPENDS_kernel-base = "" + PACKAGE_EXTRA_ARCHS += " iwmmxt " MACHINE_FEATURES += " usbhost " |