summaryrefslogtreecommitdiff
path: root/packages/uClibc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-30 05:32:38 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commit567277099a487508fd228a4c56f3583db3fa96c9 (patch)
tree19b7f40c0f6e4e6284e799dbac1098bd8805dc2d /packages/uClibc
parent57426168ad2c7e8367786ed466c86f6aeb49b3c3 (diff)
Fix the references to old config variables
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/uClibc')
-rw-r--r--packages/uClibc/0.9.33.2/version.desc2
-rw-r--r--packages/uClibc/package.desc7
2 files changed, 5 insertions, 4 deletions
diff --git a/packages/uClibc/0.9.33.2/version.desc b/packages/uClibc/0.9.33.2/version.desc
index 026d275..fcfe389 100644
--- a/packages/uClibc/0.9.33.2/version.desc
+++ b/packages/uClibc/0.9.33.2/version.desc
@@ -1 +1 @@
-obsolete="yes"
+obsolete='yes'
diff --git a/packages/uClibc/package.desc b/packages/uClibc/package.desc
index ac3a844..fd2050a 100644
--- a/packages/uClibc/package.desc
+++ b/packages/uClibc/package.desc
@@ -1,5 +1,6 @@
# Technically, it is the other way around: uClibc-ng is a fork of uClibc. But
# uClibc is no longer maintained, so we want people to use uClibc-ng.
-master="uClibc-ng"
-origin="uclibc.org"
-repository="git git://git.busybox.net/uClibc"
+master='uClibc-ng'
+origin='uclibc.org'
+repository='git git://git.busybox.net/uClibc'
+mirrors='http://www.uclibc.org/downloads http://www.uclibc.org/downloads/old-releases'