Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
Index: build-system-1.9.x/LICENSE
===================================================================
--- build-system-1.9.x/LICENSE	(revision 54)
+++ build-system-1.9.x/LICENSE	(revision 55)
@@ -1,8 +1,8 @@
 
 
-                                 Radix.pro License
+                             Radix cross Linux License
                               Version 1.0, March 2016
-                  http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+                https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 
 
 1. Definitions
@@ -24,10 +24,10 @@
         means the union of the acting entity and all other entities that control, are
         controlled by, or are under common control with that entity. For the purposes
         of this definition, "control" means:
-          a. the power, direct or indirect, to cause the direction or management of such
+          a) the power, direct or indirect, to cause the direction or management of such
              entity, whether by contract or otherwise, or
-          b. ownership of fifty percent (50%) or more of the outstanding shares, or
-          c. beneficial ownership of such entity.
+          b) ownership of fifty percent (50%) or more of the outstanding shares, or
+          c) beneficial ownership of such entity.
 
 
    1.4. "You" (or "Your")
@@ -35,7 +35,7 @@
         means an individual or Legal Entity exercising permissions granted by this License.
 
 
-   1.5. “Licensable”
+   1.5. "Licensable"
 
         means having the right to grant, to the maximum extent possible, whether at the
         time of the initial grant or subsequently, any and all of the rights conveyed
@@ -91,7 +91,7 @@
         received by Licensor and subsequently incorporated within the Work.
 
 
-  1.12. “Patent Claims” of a Contributor
+  1.12. "Patent Claims" of a Contributor
 
         means any patent claim(s), including without limitation, method, process, and apparatus claims,
         in any patent Licensable by such Contributor that would be infringed, but for the grant of the
@@ -129,15 +129,15 @@
    in any medium, with or without modifications, and in Source or Object Form, provided
    that You meet the following conditions:
 
-     a. You must give any other recipients of the Work or  Derivative Works
+     a) You must give any other recipients of the Work or  Derivative Works
         a copy of this License; and
-     b. You must cause any modified files to carry prominent notices stating that
+     b) You must cause any modified files to carry prominent notices stating that
         You changed the files; and
-     c. You must retain, in the Source form of any Derivative Works that You distribute,
+     c) You must retain, in the Source form of any Derivative Works that You distribute,
         all copyright, patent, trademark, and attribution notices from the Source form
         of the Work, excluding those notices that do not pertain to any part of the
         Derivative Works; and
-     d. If the Work includes a "PRINCIPLE" text file as part of its distribution, then
+     d) If the Work includes a "PRINCIPLE" text file as part of its distribution, then
         any Derivative Works that You distribute must include a readable copy of the
         fundamental ideas, truths or propositions contained within such PRINCIPLE file.
         You may add Your own fundamental ideas, truths or propositions that serves as
@@ -203,9 +203,9 @@
 
 APPENDICES
 
-APPENDIX 1: How to apply the Radix.pro License to your work
+APPENDIX 1: How to apply the Radix cross Linux License to your work
 
-      To apply the Radix.pro License to your work, attach the following
+      To apply the Radix cross Linux License to your work, attach the following
       boilerplate notice, with the fields enclosed by brackets "[]"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
@@ -214,13 +214,13 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-      Copyright [yyyy] [name of copyright owner]
+      Copyright [year] [name of copyright owner]
 
-      Licensed under the Radix.pro License, Version 1.0 (the "License");
+      Licensed under the Radix cross Linux License, Version 1.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
 
-          http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+          https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 
       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
@@ -234,11 +234,11 @@
 
   Copyright 2016 Andrey V.Kosteltsev
 
-  Licensed under the Radix.pro License, Version 1.0 (the "License");
+  Licensed under the Radix cross Linux License, Version 1.0 .
   you may not use this file  except  in compliance with the License.
   You may obtain a copy of the License at
 
-     http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+     https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
@@ -253,11 +253,11 @@
 #
 # Copyright 2016 Andrey V.Kosteltsev
 #
-# Licensed under the Radix.pro License, Version 1.0 (the "License");
+# Licensed under the Radix cross Linux License, Version 1.0 .
 # you may not use this file  except  in compliance with the License.
 # You may obtain a copy of the License at
 #
-#    http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+#    https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
Index: build-system-1.9.x/README.md
===================================================================
--- build-system-1.9.x/README.md	(revision 54)
+++ build-system-1.9.x/README.md	(revision 55)
@@ -1,5 +1,5 @@
 
-# [Build System](https://radix.pro/build-system/)
+# [Build System](https://radix-linux.su/build-system/)
 
 **Build System** is a set of Makefiles and utilities organized within one directory which is mounted
 into the source tree of the developed product.
@@ -9,7 +9,7 @@
 > distributive.
 
 The fundamental principle of **Build System** is described in the
-[Build System Internals](https://radix.pro/build-system/internals/#fundamental_principle) section and
+[Build System Internals](https://radix-linux.su/build-system/internals/#fundamental_principle) section and
 in the [doc/PRINCIPLE*](doc/PRINCIPLE.md) files of this repository.
 
 
@@ -23,9 +23,9 @@
 
 ## Quick start
 
-All steps described below are considered in the [Build System in Practice](https://radix.pro/build-system/practice/)
-section on the main [Radix.pro](https://radix.pro) site. To create first package using
-[Build System](https://radix.pro/build-system/) we have to perform following steps:
+All steps described below are considered in the [Build System in Practice](https://radix-linux.su/build-system/practice/)
+section on the main [radix-linux.su](https://radix-linux.su) site. To create first package using
+[Build System](https://radix-linux.su/build-system/) we have to perform following steps:
 
 * [Install CCACHE](#user-content-install-ccache)
 * [Getting Toolchains](#user-content-getting-toolchains)
@@ -37,7 +37,7 @@
 To speed up the building process we strongly recommend to set up **CCACHE**(**1**) utility. Almost all **Linux**
 distributions have this utility by default.
 
-We described **CCACHE** setup process in the [Build System Overview](https://radix.pro/build-system/overview/#ccache)
+We described **CCACHE** setup process in the [Build System Overview](https://radix-linux.su/build-system/overview/#ccache)
 section and here we have to notice that the directory */opt/extra/ccache* is a default place of the **CCACHE** data.
 If you want to use another directory for **CCACHE** data then you have to change the value of **CACHED_CC_OUTPUT**
 variable in the [constants.mk](constants.mk) file. Of course all developers should to have permissions to access
@@ -75,7 +75,7 @@
 
 ```Bash
 $ cd /opt/toolchain
-$ wget ftp://ftp.radix.pro/toolchains/x86_64/1.7.0/arm-RK328X-linux-glibc-1.7.0.tar.gz
+$ wget ftp://ftp.radix-linux.su/toolchains/x86_64/1.7.0/arm-RK328X-linux-glibc-1.7.0.tar.gz
 $ tar xzf arm-RK328X-linux-glibc-1.7.0.tar.gz
 ```
 
@@ -101,7 +101,7 @@
 ```
 
 At this stage we do not want to create a new package from scratch and consider a complete package from
-[Radix cross Linux](https://csvn.radix.pro/radix/system/) repository. Let it be **pkgtools**. The **pkgtools** -
+[Radix cross Linux](https://csvn.radix-linux.su/radix/system/) repository. Let it be **pkgtools**. The **pkgtools** -
 is a base package which does not require the downloading any sources as they already present in the
 **build system**. In addition, **pkgtools** does not depend on any packages in the system and we
 already have all needed tools presented on the developer's machine.
@@ -109,7 +109,7 @@
 So, to obtain the necessary files we have to check out */base* directory from repository:
 
 ```Bash
-$ svn co svn://svn.radix.pro/radix/system/trunk/base base
+$ svn co svn://svn.radix-linux.su/radix/system/trunk/base base
 ```
 
 Let's change current directory to *base/pkgtool*:
@@ -159,14 +159,14 @@
 $
 ```
 
-This process considered in more details in the [Build System in Practice](https://radix.pro/build-system/practice/#first_package)
-section at the main [Radix.pro](https://radix.pro/) site.
+This process considered in more details in the [Build System in Practice](https://radix-linux.su/build-system/practice/#first_package)
+section at the main [radix-linux.su](https://radix-linux.su/) site.
 
 
 ## Documentation
 
-**Build System**'s documentation is present on the main [Radix.pro](https://radix.pro) site
-in the [Build System](https://radix.pro/build-system) section.
+**Build System**'s documentation is present on the main [radix-linux.su](https://radix-linux.su) site
+in the [Build System](https://radix-linux.su/build-system) section.
 
 
 ## Community
@@ -173,7 +173,7 @@
 
 Get updates on **Build System**'s development and chat with the project maintainers and community members.
 
-* Read and subscribe to [The Official Radix.pro Blog](https://radix.pro/blog/).
+* Read and subscribe to [The Official radix-linux.su Blog](https://radix-linux.su/blog/).
 * Follow [Radix cross Linux on VKontakte](https://vk.com/rclinux).
 
 
@@ -183,10 +183,10 @@
 **Build System** is maintained under [the Semantic Versioning guidelines](http://semver.org/)
 excluding additional labels such as pre-release suffixes. 
 
-See [the Versioning section](https://radix.pro/build-system/overview/#versioning) on the main
-[Radix.pro](https://radix.pro) site.
+See [the Versioning section](https://radix-linux.su/build-system/overview/#versioning) on the main
+[radix-linux.su](https://radix-linux.su) site.
 
-Release announcement posts will be available on [the Official Radix.pro Blog](https://radix.pro/blog/) and
+Release announcement posts will be available on [the Official radix-linux.su Blog](https://radix-linux.su/blog/) and
 on the [Community](#user-content-community) sites.
 
 
@@ -193,4 +193,4 @@
 ## Copyright and license
 
 Code and documentation copyright 2009-2023 Andrey V. Kosteltsev.
-Code and documentation released under [the **Radix.pro** License](LICENSE).
+Code and documentation released under [the **radix-linux.su** License](LICENSE).
Index: build-system-1.9.x/constants.mk
===================================================================
--- build-system-1.9.x/constants.mk	(revision 54)
+++ build-system-1.9.x/constants.mk	(revision 55)
@@ -18,13 +18,13 @@
 
 DISTRO_VERSION       = 1.9
 
-BUG_URL              = https://radix.pro
+BUG_URL              = https://radix-linux.su
 
 
 #
 # Download Sources:
 #
-DOWNLOAD_SERVER      = https://ftp.radix.pro
+DOWNLOAD_SERVER      = https://ftp.radix-linux.su
 
 WGET_OPTIONS         = -q -N
 
@@ -45,7 +45,7 @@
 # -----
 #   GNUPG_OPTIONS  = -g ~/.gnupg
 #   GNUPG_OPTIONS += -p ~/.gnupg/.pkgtool-passphrase
-#   GNUPG_OPTIONS += -k 0xC99BA24F786312EE
+#   GNUPG_OPTIONS += -k 0x6B214E6C3B0C8F76
 #
 #   where:
 #     -g,--gnupghome=<DIR>       Set the name of the GnuPG home directory
@@ -60,15 +60,15 @@
 #                                end of passphrase is allowed). File must
 #                                have access mode 600.
 #     -k,--key-id=<USER-ID>      Use USER-ID to sign package, for example,
-#                                --key-id=0xC99BA24F786312EE
+#                                --key-id=0x6B214E6C3B0C8F76
 #
 #     [see OpenPGP options of make-package utility].
 #
 #   To verify signatures users can download public key using the direct URL:
 #
-#     https://keys.radix.pro/vks/v1/by-fingerprint/FFB754DE9A3B1C7BA9D4082EDD442A75F5B94216
+#     https://keys.radix-linux.su/vks/v1/by-fingerprint/A999BDAFE95587D1EA1C3E72EC4820B6EC860D16
 #
-#   Also this key can be found at https://keys.radix.pro/ by support@radix.pro e-mail.
+#   Also this key can be found at https://keys.radix-linux.su/ by support@radix-linux.su e-mail.
 #
 GNUPG_OPTIONS =
 
Index: build-system-1.9.x/doc/LICENSE-1.0-en_US.txt
===================================================================
--- build-system-1.9.x/doc/LICENSE-1.0-en_US.txt	(revision 54)
+++ build-system-1.9.x/doc/LICENSE-1.0-en_US.txt	(revision 55)
@@ -1,8 +1,8 @@
 
 
-                                 Radix.pro License
+                             Radix cross Linux License
                               Version 1.0, March 2016
-                  http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+                https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 
 
 1. Definitions
@@ -24,10 +24,10 @@
         means the union of the acting entity and all other entities that control, are
         controlled by, or are under common control with that entity. For the purposes
         of this definition, "control" means:
-          a. the power, direct or indirect, to cause the direction or management of such
+          a) the power, direct or indirect, to cause the direction or management of such
              entity, whether by contract or otherwise, or
-          b. ownership of fifty percent (50%) or more of the outstanding shares, or
-          c. beneficial ownership of such entity.
+          b) ownership of fifty percent (50%) or more of the outstanding shares, or
+          c) beneficial ownership of such entity.
 
 
    1.4. "You" (or "Your")
@@ -35,7 +35,7 @@
         means an individual or Legal Entity exercising permissions granted by this License.
 
 
-   1.5. “Licensable”
+   1.5. "Licensable"
 
         means having the right to grant, to the maximum extent possible, whether at the
         time of the initial grant or subsequently, any and all of the rights conveyed
@@ -91,7 +91,7 @@
         received by Licensor and subsequently incorporated within the Work.
 
 
-  1.12. “Patent Claims” of a Contributor
+  1.12. "Patent Claims" of a Contributor
 
         means any patent claim(s), including without limitation, method, process, and apparatus claims,
         in any patent Licensable by such Contributor that would be infringed, but for the grant of the
@@ -129,15 +129,15 @@
    in any medium, with or without modifications, and in Source or Object Form, provided
    that You meet the following conditions:
 
-     a. You must give any other recipients of the Work or  Derivative Works
+     a) You must give any other recipients of the Work or  Derivative Works
         a copy of this License; and
-     b. You must cause any modified files to carry prominent notices stating that
+     b) You must cause any modified files to carry prominent notices stating that
         You changed the files; and
-     c. You must retain, in the Source form of any Derivative Works that You distribute,
+     c) You must retain, in the Source form of any Derivative Works that You distribute,
         all copyright, patent, trademark, and attribution notices from the Source form
         of the Work, excluding those notices that do not pertain to any part of the
         Derivative Works; and
-     d. If the Work includes a "PRINCIPLE" text file as part of its distribution, then
+     d) If the Work includes a "PRINCIPLE" text file as part of its distribution, then
         any Derivative Works that You distribute must include a readable copy of the
         fundamental ideas, truths or propositions contained within such PRINCIPLE file.
         You may add Your own fundamental ideas, truths or propositions that serves as
@@ -203,9 +203,9 @@
 
 APPENDICES
 
-APPENDIX 1: How to apply the Radix.pro License to your work
+APPENDIX 1: How to apply the Radix cross Linux License to your work
 
-      To apply the Radix.pro License to your work, attach the following
+      To apply the Radix cross Linux License to your work, attach the following
       boilerplate notice, with the fields enclosed by brackets "[]"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
@@ -214,13 +214,13 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-      Copyright [yyyy] [name of copyright owner]
+      Copyright [year] [name of copyright owner]
 
-      Licensed under the Radix.pro License, Version 1.0 (the "License");
+      Licensed under the Radix cross Linux License, Version 1.0 (the "License");
       you may not use this file except in compliance with the License.
       You may obtain a copy of the License at
 
-          http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+          https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 
       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
@@ -234,11 +234,11 @@
 
   Copyright 2016 Andrey V.Kosteltsev
 
-  Licensed under the Radix.pro License, Version 1.0 (the "License");
+  Licensed under the Radix cross Linux License, Version 1.0 .
   you may not use this file  except  in compliance with the License.
   You may obtain a copy of the License at
 
-     http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+     https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
@@ -253,11 +253,11 @@
 #
 # Copyright 2016 Andrey V.Kosteltsev
 #
-# Licensed under the Radix.pro License, Version 1.0 (the "License");
+# Licensed under the Radix cross Linux License, Version 1.0 .
 # you may not use this file  except  in compliance with the License.
 # You may obtain a copy of the License at
 #
-#    http://radix.pro/licenses/LICENSE-1.0-en_US.txt
+#    https://radix-linux.su/licenses/LICENSE-1.0-en_US.txt
 #
 #  Unless required by applicable law or agreed to in writing, software
 #  distributed under the License is distributed on an "AS IS" BASIS,
Index: build-system-1.9.x/doc/LICENSE-1.0-ru_RU.txt
===================================================================
--- build-system-1.9.x/doc/LICENSE-1.0-ru_RU.txt	(revision 54)
+++ build-system-1.9.x/doc/LICENSE-1.0-ru_RU.txt	(revision 55)
@@ -1,8 +1,8 @@
 
 
-                                 Radix.pro License
+                             Radix cross Linux License
                               Версия 1.0, март 2016 г.
-                  http://radix.pro/licenses/LICENSE-1.0-ru_RU.txt
+                https://radix-linux.su/licenses/LICENSE-1.0-ru_RU.txt
 
 
 1. Определения
@@ -90,9 +90,6 @@
 
   1.11. «Участник»
 
-        means Licensor and any individual or Legal Entity on behalf of whom a Contribution has been
-        received by Licensor and subsequently incorporated within the Work.
-
         это Лицензиар, а также любое физическое или юридическое лицо, от имени которого Лицензиаром
         был получен Вклад, впоследствии включенный в Работу.
 
@@ -136,18 +133,18 @@
    носителе, с изменениями или без, в Исходной или Объектной форме, при условии, что Вы
    выполняете следующие условия:
 
-     a. Вы должны предоставить всем другим получателям Работы и Производных работ,
+     a) Вы должны предоставить всем другим получателям Работы и Производных работ,
         копию этой лицензии, и
 
-     b. Вы должны снабдить все модифицированные файлы явными уведомлениями, что Вы
+     b) Вы должны снабдить все модифицированные файлы явными уведомлениями, что Вы
         изменили файлы, и
 
-     c. Вы должны сохранить в Исходной форме любых Производных работ, которые вы
+     c) Вы должны сохранить в Исходной форме любых Производных работ, которые вы
         распространяете, авторские права, патенты, торговые марки, а также
         соответствующие уведомления из Исходной формы Работы, за исключением тех,
         что не имеют отношения к какой-либо части Производной работы; и
 
-     d. Если Работа включает в себя текстовый файл «PRINCIPLE», как часть пакета, то любые
+     d) Если Работа включает в себя текстовый файл «PRINCIPLE», как часть пакета, то любые
         Производные работы, распространяемые Вами, должны включать читаемую копию этого
         файла. Вы можете добавить в файл PRINCIPLE свои собственные фундаментальные
         идеи, утверждения или предположения, которые служат основой понимания внутренней
@@ -217,9 +214,9 @@
 
 ПРИЛОЖЕНИЯ
 
-ПРИЛОЖЕНИЕ 1: Как применить Лицензию Radix.pro к вашей работе
+ПРИЛОЖЕНИЕ 1: Как применить Лицензию Radix cross Linux к вашей работе
 
-      Чтобы применить Лицензию Radix.pro к вашей Работе, необходимо приложить следующее
+      Чтобы применить Лицензию Radix cross Linux к вашей Работе, необходимо приложить следующее
       уведомление, заменив поля, заключенные в скобки "[]" вашей собственной идентификационной
       информацией (Не включая сами скобки!). Текст должен быть заключен в комментарий,
       соответствующий синтаксису формата файла. Мы также рекомендуем, чтобы имя файла или
@@ -228,11 +225,11 @@
 
       Copyright [год] [имя владельца авторских прав]
 
-      Лицензировано согласно Лицензии Radix.pro, Версия 1.0 ("Лицензия");
+      Лицензировано согласно Лицензии Radix cross Linux, Версия 1.0 .
       Вы можете использовать этот файл только в соответствии с Лицензией.
       Вы можете найти копию Лицензии по адресу
 
-          http://radix.pro/licenses/LICENSE-1.0-ru_RU.txt
+          https://radix-linux.su/licenses/LICENSE-1.0-ru_RU.txt
 
       Если это не предусмотрено применимыми законами  или не согласовано
       в письменной форме,  программное обеспечение,  распространяемое на
@@ -246,11 +243,11 @@
 
   Copyright 2016 Андрей В.Костельцев
 
-  Лицензировано согласно Лицензии Radix.pro, Версия 1.0 ("Лицензия");
+  Лицензировано согласно Лицензии Radix cross Linux, Версия 1.0 .
   Вы можете использовать этот файл только в соответствии с Лицензией.
   Вы можете найти копию Лицензии по адресу
 
-     http://radix.pro/licenses/LICENSE-1.0-ru_RU.txt
+     https://radix-linux.su/licenses/LICENSE-1.0-ru_RU.txt
 
   Если это не предусмотрено применимыми законами  или не согласовано
   в письменной форме,  программное обеспечение,  распространяемое на
@@ -265,11 +262,11 @@
 #
 # Copyright 2016 Андрей В.Костельцев
 #
-# Лицензировано согласно Лицензии Radix.pro, Версия 1.0 ("Лицензия").
+# Лицензировано согласно Лицензии Radix cross Linux, Версия 1.0 .
 # Вы можете использовать этот файл только в соответствии с Лицензией.
 # Вы можете найти копию Лицензии по адресу:
 #
-#    http://radix.pro/licenses/LICENSE-1.0-ru_RU.txt
+#    https://radix-linux.su/licenses/LICENSE-1.0-ru_RU.txt
 #
 # Если это не предусмотрено применимыми законами  или не согласовано
 # в письменной форме,  программное обеспечение,  распространяемое на
Index: build-system-1.9.x/doc/PRINCIPLE.iso88591
===================================================================
--- build-system-1.9.x/doc/PRINCIPLE.iso88591	(revision 54)
+++ build-system-1.9.x/doc/PRINCIPLE.iso88591	(revision 55)
@@ -78,5 +78,5 @@
 References
 ----------
 http://www.gnu.org/software/make/manual/
-http://radix.pro/build-system/
+http://radix-linux.su/build-system/
 
Index: build-system-1.9.x/doc/PRINCIPLE.md
===================================================================
--- build-system-1.9.x/doc/PRINCIPLE.md	(revision 54)
+++ build-system-1.9.x/doc/PRINCIPLE.md	(revision 55)
@@ -93,5 +93,5 @@
 References
 ----------
 1. <http://www.gnu.org/software/make/manual/>
-2. <https://radix.pro/build-system/>
+2. <https://radix-linux.su/build-system/>
 
Index: build-system-1.9.x/doc/PRINCIPLE.utf8
===================================================================
--- build-system-1.9.x/doc/PRINCIPLE.utf8	(revision 54)
+++ build-system-1.9.x/doc/PRINCIPLE.utf8	(revision 55)
@@ -79,5 +79,5 @@
 References
 ----------
 http://www.gnu.org/software/make/manual/
-http://radix.pro/build-system/
+http://radix-linux.su/build-system/
 
Index: build-system-1.9.x/target-setup.mk
===================================================================
--- build-system-1.9.x/target-setup.mk	(revision 54)
+++ build-system-1.9.x/target-setup.mk	(revision 55)
@@ -539,7 +539,7 @@
 PACKAGES_BASE_URL       = $(DOWNLOAD_SERVER)/$(DISTRO_NAME)/system/releases
 PACKAGES_RELATIVE_URL   = $(DISTRO_FULL_VERSION)/$(TOOLCHAIN)/$(HARDWARE)
 
-PACKAGES_REPOSITORY = https://pkg.radix.pro
+PACKAGES_REPOSITORY = https://pkg.radix-linux.su