diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf index ee169f6ccd..ba627b3f3a 100644 --- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf +++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf @@ -3,4 +3,4 @@ arch any 6 arch noarch 11 arch i686-nativesdk 16 src yp-i686-nativesdk ADTREPO_URL/adt-ipk/i686-nativesdk -src yp-i686-nativesdk ADTREPO_URL/adt-ipk/all +src yp-i686-all ADTREPO_URL/adt-ipk/all diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf index 199ea50fb7..10504a92e9 100644 --- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf +++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf @@ -3,4 +3,4 @@ arch any 6 arch noarch 11 arch x86_64-nativesdk 16 src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/x86_64-nativesdk -src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/all +src yp-x86_64-all ADTREPO_URL/adt-ipk/all |