aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-04-07 15:14:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-07 15:14:47 +0000
commitea3bcdc46115f6c3b85ee18d372406bf2c980eff (patch)
treeff4a751bbfdc1cb030440887ab7cfc2f445e855d /conf
parentb0d8822643b1e646244bbbff2d94bd7fc1145b70 (diff)
downloadopenembedded-ea3bcdc46115f6c3b85ee18d372406bf2c980eff.tar.gz
h6300.conf: inherit linux_modules to make linux_module_packages() available.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h6300.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf
index a325f481ba..afdd9b8791 100644
--- a/conf/machine/h6300.conf
+++ b/conf/machine/h6300.conf
@@ -40,3 +40,5 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
#Use OMAP 1510 cpu specifig arm9tdmi options for gcc
include conf/machine/tune-arm9tdmi.conf
+
+INHERIT += "linux_modules"