diff options
author | Philip Balister <philip@balister.org> | 2007-09-15 20:27:17 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-09-15 20:27:17 +0000 |
commit | fdaf5543a35faa250e8d726a19f159b9afa26b76 (patch) | |
tree | 567149a21842d0d19b12e299335257159a6179c4 /conf | |
parent | fbcef11acc6fbd8660650c0da642d121d8bcc128 (diff) |
gumstix-connex.conf : Prevent installation of uImage in /boot.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/gumstix-connex.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf index a431762d0a..5bca152500 100644 --- a/conf/machine/gumstix-connex.conf +++ b/conf/machine/gumstix-connex.conf @@ -1,5 +1,7 @@ require conf/machine/include/gumstix.inc +RDEPENDS_kernel-base = "" + MACHINE_FEATURES += " usbgadget " GUMSTIX_400MHZ = "y" |