diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-14 15:14:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-14 15:14:51 +0000 |
commit | 39cd41c83354be9b04ce91c3d0c064c32413a7e7 (patch) | |
tree | 97870c74895400a9f2c85da4c3db2b7ad6521fc9 | |
parent | 2c35ddb8949a8db25e9a0da5eb72146a6191cacf (diff) |
slugos distro configurations: fix includes
-rw-r--r-- | conf/distro/debianslug.conf | 2 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 2 | ||||
-rw-r--r-- | conf/distro/ucslugc.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 5c7d0b7a18..da80210b8f 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -114,4 +114,4 @@ PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r63" # a - ARM instruction set # g - glibc # -require conf/distro/include/slugos-lag.conf +require conf/distro/slugos-lag.conf diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 113ee658d3..6af761e26e 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -114,4 +114,4 @@ PREFERRED_VERSION_nslu2-linksys-firmware ?= "2.3r63" # a - ARM instruction set # g - glibc # -require conf/distro/include/slugos-bag.conf +require conf/distro/slugos-bag.conf diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 2ee41350ae..873e047009 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -23,4 +23,4 @@ UCSLUGC_EXTRA_RDEPENDS ?= "" # SLUGOS_EXTRA_RDEPENDS ?= "${UCSLUGC_EXTRA_RDEPENDS}" -require conf/distro/include/slugos-btu.conf +require conf/distro/slugos-btu.conf |