diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-14 22:27:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 22:27:42 +0000 |
commit | e3db3e898d593acc7fcfc3f48a356bbe6bd0b6a0 (patch) | |
tree | 64748727d4d030b7761c208860438efc117a0c89 /conf/distro/openzaurus-unstable-uclibc.conf | |
parent | 39cd41c83354be9b04ce91c3d0c064c32413a7e7 (diff) |
distro configurations: rename include files to *.inc and adjust those which include it accordingly
Diffstat (limited to 'conf/distro/openzaurus-unstable-uclibc.conf')
-rw-r--r-- | conf/distro/openzaurus-unstable-uclibc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openzaurus-unstable-uclibc.conf b/conf/distro/openzaurus-unstable-uclibc.conf index 09c18e717a..28b740c3dd 100644 --- a/conf/distro/openzaurus-unstable-uclibc.conf +++ b/conf/distro/openzaurus-unstable-uclibc.conf @@ -1,4 +1,4 @@ -require conf/distro/include/openzaurus-unstable.conf +require conf/distro/include/openzaurus-unstable.inc TARGET_OS = "linux-uclibc" PREFERRED_PROVIDER_virtual/libiconv = "libiconv" |