Armbian Linux build tools https://www.armbian.com
Find a file
Jason A. Donenfeld 60855e21a2 kernel: enable IPV6_MULTIPLE_TABLES in all configurations
It doesn't make any sense to allow policy routing (see ip-rule(8)) on
IPv4 but not on IPv6. If v6 is going to be there at all, it should have
the same features as v4. Also, multiple routing tables and policy
routing is just one of those standard Linux networking features people
expect to exist. Tutorials are peppered with its usage. Judging by the
inconsistent nature of its current enablement across different kernel
configs, I think it was just forgotten by accident from these configs.
So, this patch simply enables it again.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-08-06 04:43:01 +02:00
.github Update the issue template 2017-03-23 21:58:21 +03:00
config kernel: enable IPV6_MULTIPLE_TABLES in all configurations 2017-08-06 04:43:01 +02:00
lib Remove console-common to prevent conflists with lightdm and plymouth 2017-08-03 20:41:39 +03:00
packages Improve armbian-config launcher - desktop SU and full screen execution. 2017-08-05 23:12:48 +02:00
patch Upstream patches 2017-08-02 19:09:44 +02:00
.dockerignore Improve Docker support 2017-08-01 12:30:34 +03:00
.gitignore Improve Vagrant support 2017-08-01 12:31:05 +03:00
compile.sh Properly solved handling subrevisions 2017-08-02 23:51:43 +02:00
config-docker.conf Docker and Vagrant fixes and improvements 2017-08-02 21:57:33 +03:00
config-vagrant.conf Improve Vagrant support 2017-08-01 12:31:05 +03:00
Dockerfile Docker and Vagrant fixes and improvements 2017-08-02 21:57:33 +03:00
LICENSE Create LICENSE 2014-10-08 10:14:29 +02:00
main.sh Add migration checks and messages 2017-08-01 12:28:19 +03:00
README.md Refactor directory structure 2017-08-01 12:24:56 +03:00
Vagrantfile Docker and Vagrant fixes and improvements 2017-08-02 21:57:33 +03:00

Armbian

Ubuntu and Debian images for ARM based single-board computers https://www.armbian.com

How to build my own image or kernel?

Supported build environments:

Execution

apt-get -y install git
git clone https://github.com/armbian/build
cd build
./compile.sh

You will be prompted with a selection menu for a build option, a board name, a kernel branch and an OS release. Please check the documentation for advanced options and additional customization.

Build process uses caching for the compilation and the debootstrap process, so consecutive runs with similar settings will be much faster.

Reporting issues

Please read this notice first before opening an issue.

More info: