diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-10 09:13:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-10 09:13:12 +0000 |
commit | 5f1b05bc31796782a778dc09a70146af6bfbb155 (patch) | |
tree | d5c94abebb55b668b14d00619e95c04bf2df1f03 /conf/machine/alix.conf | |
parent | 2eb5a3d80018bcfb02586f03f22745d50e327547 (diff) |
machines: don't include .conf files, they were renamed to .inc files like a month ago
Diffstat (limited to 'conf/machine/alix.conf')
-rw-r--r-- | conf/machine/alix.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf index 3d83300963..3c50ef561b 100644 --- a/conf/machine/alix.conf +++ b/conf/machine/alix.conf @@ -1,6 +1,6 @@ #@TYPE: Machine #@NAME: Alix -#@DESCRIPTION: Machine configuration for PC Engines Alix1c board +#@DESCRIPTION: Machine.inciguration for PC Engines Alix1c board # # http://pcengines.ch/alix1c.htm @@ -17,7 +17,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi x86" -require conf/machine/include/tune-geodelx.conf +require.inc/machine/include/tune-geodelx.inc IMAGE_FSTYPES += "tar.gz" |