From 810b4e454d2aa04da631f640c4a32cbc220923ea Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 6 Dec 2016 18:54:12 +0100 Subject: [PATCH] Configuration updates for download page. Added: INCLUDE1,2,3 ... which represents box with custom .md file from lib.docs --- config/boards/beelinkx2.conf | 6 ++++++ config/boards/cubox-i.conf | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/config/boards/beelinkx2.conf b/config/boards/beelinkx2.conf index 59035f0d43..267a34c9a1 100644 --- a/config/boards/beelinkx2.conf +++ b/config/boards/beelinkx2.conf @@ -9,3 +9,9 @@ CPUMAX=1200000 CLI_TARGET="jessie,xenial:default" DESKTOP_TARGET="xenial:default" KERNEL_TARGET="default,dev" +# +HARDWARE="https://linux-sunxi.org/Beelink_X2" +CHIP="http://docs.armbian.com/Hardware_Allwinner-H3/" +FORUMS="http://forum.armbian.com/index.php/forum/13-allwinner-h3" +MAINLINE="hide" +INCLUDE1="Remarks|docs/boards/beelinkx2.md" \ No newline at end of file diff --git a/config/boards/cubox-i.conf b/config/boards/cubox-i.conf index 02eb1fc50a..73f0fb68f8 100644 --- a/config/boards/cubox-i.conf +++ b/config/boards/cubox-i.conf @@ -8,6 +8,7 @@ CLI_TARGET="jessie,xenial:default,next" DESKTOP_TARGET="jessie:default,next" KERNEL_TARGET="default,next,dev" # -CHIP="http://docs.armbian.com/Hardware_Freescale-imx6/#cubox-and-hummingboard-boards"; -HARDWARE="http://wiki.solid-run.com/doku.php?id=products:imx6"; -FORUMS="http://forum.armbian.com/index.php/forum/5-freescale-imx6x"; \ No newline at end of file +CHIP="http://docs.armbian.com/Hardware_Freescale-imx6/#cubox-and-hummingboard-boards" +HARDWARE="http://wiki.solid-run.com/doku.php?id=products:imx6" +FORUMS="http://forum.armbian.com/index.php/forum/5-freescale-imx6x" +INCLUDE1="Remarks|docs/boards/cubox-i.md" \ No newline at end of file