- Mar 21, 2023
-
-
Martin Matějek authored
Debian package `libyaml-dev` is required on build host to successfully build package `kernel/linux`. Otherwise we will get following errors: mltree.o -L/build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib -lyaml /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.so when searching for -lyaml /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.a when searching for -lyaml /usr/bin/ld: cannot find -lyaml /usr/bin/ld: skipping incompatible /build/staging_dir/target-aarch64_cortex-a53_musl/usr/lib/libyaml.so when searching for -lyaml collect2: error: ld returned 1 exit status time: package/kernel/linux/compile#2.05#0.33#2.39 ERROR: package/kernel/linux failed to build.
-
- Jan 16, 2023
-
-
Michal Vasilek authored
-
Michal Vasilek authored
-
- Oct 29, 2022
- Jul 18, 2022
-
-
Josef Schlehofer authored
Many common GNU/Linux distributions like Ubuntu and Debian does not have python package anymore, so it can not be installed, thus the command fails and OpenWrt 19.07 requires to install Python2 [1] Fixes: Package python is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python2-minimal:i386 python2:i386 python2-minimal python2 dh-python 2to3 python-is-python3 E: Package 'python' has no installation candidate [1] https://github.com/openwrt/openwrt/blob/83b0e20711ee4a927634b3c2a018c93527e84a2b/include/prereq-build.mk#L149 As pointed out by Michal Vasilek <michal.vasilek@nic.cz>, this works only on Ubuntu 20.04 and newer the same applies for Debian 10. Reported-by:
Miroslav Hanak <miroslav.hanak@nic.cz>
-
- Jun 06, 2022
-
-
This dependency is required for the Knot Resolver's dnstap module.
-
- Oct 15, 2021
-
-
Karel Koci authored
Some of the syntax used in the README.adoc file wasn't correct asciidoc. At the same time the set of possible usages wasn't complete without documentation about lists generation.
-
- Oct 08, 2021
-
-
This should help newcomers with orientation in repository. This also adds short readme files all over repository to document content of various directories.
-
- Aug 04, 2021
-
-
Josef Schlehofer authored
This dependency is required while compiling moonjit (it's luajit's fork). Moonjit is used, for example, by Knot Resolver. Otherwise, compilation fails with the following output: /usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory 7 | # include <gnu/stubs-32.h> | ^~~~~~~~~~~~~~~~ compilation terminated. Reported-by:
Michal Vasilek <michal.vasilek@nic.cz>
-
- Jan 12, 2021
-
-
This is required for OpenWrt master (which is going to become OpenWrt 20.xx/21.xx) once it is released. Otherwise, you will get this error: Build dependency: Please install Python >= 3.5 Python2 needs to be there for OpenWrt 19.07.
-
- Dec 10, 2020
-
-
Josef Schlehofer authored
While building node packages on Ubuntu 20.04 LTS, node fails because of: In file included from /usr/include/c++/9/deque:60, from /usr/include/c++/9/queue:60, from ../deps/v8/src/libplatform/default-foreground-task-runner.h:8, from ../deps/v8/src/libplatform/default-foreground-task-runner.cc:5: /usr/include/c++/9/bits/stl_algobase.h:59:10: fatal error: bits/c++config.h: No such file or directory 59 | #include <bits/c++config.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. This can be solved by installing g++-multilib
-
- Jun 01, 2020
-
-
Josef Schlehofer authored
In compile_pkgs it was renamed to turris1x to make it more clear.
-
- Feb 17, 2020
-
-
Karel Koci authored
The reason is that compared to default settings of sort version sort is going to sort correctly numbers. As an exalple: 1.1, 1.2, 1.12 should be sorted as stated here byt sorf possibly sortes it as: 1.1, 1.12, 1.2
-
- Jan 13, 2020
-
-
Karel Koci authored
The names were changed: * v4.0 -> hbk * v4.1 -> hbl * v5.0 -> hbd
-
- Jan 07, 2020
-
-
Karel Koci authored
Change .asciidoc to more standard and shorter .adoc. This potentially breaks some links to workflow in master from outside but in general is has to happen to be consistent with other projects and future changes in them.
-
- Sep 04, 2019
-
-
Karel Koci authored
The original text was little bit cryptic and wasn't true in the end because master is now considered v6.0 and this of course changes as we go trough new versions. This should now explain reader how to get specific version in more general terms.
-
Karel Koci authored
The original text was little bit cryptic and wasn't true in the end because master is now considered v6.0 and this of course changes as we go trough new versions. This should now explain reader how to get specific version in more general terms.
-
- Sep 01, 2019
-
-
Josef Schlehofer authored
gcc-multilib is required on host for compiling luajit. If it is not installed, luajit fails with this error: fatal error: bits/libc-header-start.h: No such file or directory We use Luajit for Knot Resolver, Suricata.
-
- May 30, 2019
-
-
Josef Schlehofer authored
Add TIP and remove the section with make menuconfig as it is no longer necessary
-
Josef Schlehofer authored
Add TIP and remove the section with make menuconfig as it is no longer necessary
-
- Mar 14, 2019
-
-
Karel Koci authored
-
Karel Koci authored
-
- Dec 06, 2018
- Aug 06, 2018
-
-
Karel Koci authored
-
- Mar 07, 2018
-
-
Michal Hrusecky authored
It may contain some errors, needs to be tested, wrote it down from memory without testing. Signed-off-by:
Michal Hrusecky <Michal@Hrusecky.net>
-
- Jan 25, 2018
-
-
Michal Hrusecky authored
Signed-off-by:
Michal Hrusecky <Michal@Hrusecky.net>
-
Michal Hrusecky authored
Signed-off-by:
Michal Hrusecky <Michal@Hrusecky.net>
-
- Jan 19, 2018
-
-
Michal Hrusecky authored
Commiting basic building script. Some functionality is already there, what is missing is handling branches and freezing stuff, correct version setup (no need in development for now), userlist generation and medkit creation (no need till we build at least a big part of packages). Signed-off-by:
Michal Hrusecky <Michal@Hrusecky.net>
-