Igor Pecovnik
6727c50d7b
Remove broken patch. Closes https://github.com/armbian/build/issues/1312
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-23 21:37:35 +02:00
Igor Pecovnik
9efaea651f
Sources maintanace: attaching DEV kernel targets from master branch to 5.3.y, adjust kernel configs, remove deprecated patches.
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-22 20:19:37 +02:00
zhangn1985
f68d51b273
use kernel command line instead of a patch ( #1572 )
...
atomic_pool_size can be controlled by kernel cmdline,
coherent_pool=nn[KMG] [ARM,KNL]
then use this parameter to replace the patch.
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-09-22 18:10:06 +02:00
zhangn1985
e2da63bdc9
Meson64: enable lima kernel driver. ( #1571 )
...
* enable lima kernel driver for meson64-dev
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
* meson64: set fbdev as default Xorg driver
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-09-22 17:22:20 +02:00
Paolo
0ec4235c4b
[rockchip-dev] Adapted rockchip-dev to kernel 5.3.y, kernel config and rockchip.conf ( #1575 )
...
* Adapted rockchip-dev patches to kernel 5.3.y, updated kernel config and rockchip.conf file
* Restored missing CONFIG* in linux-rockchip-dev
2019-09-22 17:21:29 +02:00
zhangn1985
357926add6
remove redundant cleanup ( #1567 )
...
source code cleanup should be done in source update/checkout step.
thus no need redundant cleanup in apply patch step.
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-09-19 11:02:21 +02:00
zhangn1985
ef20b8e779
meson64-dev: update patches due to kernel updated ( #1570 )
...
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-09-19 10:50:26 +02:00
Igor Pecovnik
ddb2202706
Bugfix: rng-tools needs default device
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-18 19:28:09 +02:00
Igor Pecovnik
8250438c2d
Rockchip64-default: Re-nable CEC support in kernel. It doesn't break building or booting but it also does not work OOB. Need further inspections some day.
2019-09-18 17:18:27 +02:00
Igor Pecovnik
3ec59523d5
Bugfix: rng-tools not present in Xenial
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-18 15:01:16 +02:00
Igor Pecovnik
df42a5c3da
General: Add tzdata back to the essential packages
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-17 20:12:14 +02:00
guidol70
edfa465ae0
Update configuration.sh ( #1566 )
...
add rng-tools for faster fill of the entropy pool for amlogic cpus
Closes https://github.com/armbian/build/issues/1565
2019-09-17 19:49:00 +02:00
andpp
695a95501b
Enabled support for WIFI module for MCIMX7SABRE board ( #1563 )
...
Enabled support for WIFI module for MCIMX7SABRE board.
Required brcmfmac4339-sdio.bin & brcmfmac4339-sdio.txt in
/lib/firmware/brcm
Change-Id: I9eafaec978411d556f733f3c526e121d67823c03
2019-09-17 00:36:42 +02:00
zhangn1985
9b7785a12f
config: follow debian disable legacy ptys ( #1561 )
...
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-09-16 22:14:09 +02:00
Igor Pečovnik
0d0cd7f191
Remove Debian Jessie ( #1560 )
2019-09-16 22:13:55 +02:00
Igor Pecovnik
14ecc52fb3
Build modpost in linux-header postinst script https://github.com/armbian/build/pull/1553 Should fix DKMS issues.
2019-09-15 21:43:19 +02:00
Przemysław Łent
86f6b4e67d
Added md_mod to kernel ( #1559 )
...
* Added md_mod to kernel
Added md_mod to kernel in order to use mdadm RAID on Orange Pi 3.
* Enable thermal back
2019-09-15 20:58:36 +02:00
Igor Pečovnik
e1d4c83ad6
G-serial cleanup ( #1549 )
...
* Initial commit for serial consoles rfc
* Board configuration cleanup + small tweaks
* Add serial gadget rename to dev kernel as well
* Cleanup, fixing permissions
* Cleanup board configs
2019-09-13 22:20:11 +02:00
Igor Pecovnik
b14c47aa8f
Merge branch 'master' of https://github.com/armbian/build
2019-09-13 19:48:10 +02:00
Igor Pecovnik
04ea9e282f
Adjust target
2019-09-13 19:44:55 +02:00
Igor Pecovnik
4e0e5aaeb9
Enable additional target
2019-09-13 19:43:44 +02:00
Igor Pecovnik
4c1dcb1382
Enable additional target
2019-09-13 19:41:57 +02:00
Igor Pecovnik
6bba962028
Bump with version
2019-09-13 08:27:22 +02:00
Igor Pecovnik
67c3f3b525
zero: fix booting process
2019-09-13 08:26:50 +02:00
andpp
f8b7f0b117
Added to u-boot default env reading from /boot/armbianEnv.txt ( #1556 )
...
Changed in imx7d Kernel config compilation type of sdma-imx to module
Change-Id: I83f34aaf2961b6a5ca3f24a0b0e33a8a6c6399db
2019-09-13 07:21:37 +02:00
zhangn1985
85e10a3c69
meson64-dev: build modpost in linux-header postinst script ( #1553 )
...
due to modpost is used by dkms or out-of-tree kernel modules, eg mali
so add this tool to linux-header's postinst script
for #1552
Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com>
2019-09-12 18:33:56 +02:00
Igor Pečovnik
bea1df9ed6
Initial commit for FA ZeroPi. ( #1554 )
...
* Initial commit for FA ZeroPi.
* Tested for building.
* Adjust few bugs.
* Move to WIP since its not tested on hardware yet.
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-12 18:31:33 +02:00
m][sko
7494d69ac5
rk3288: disable kernel traces ( #1551 )
2019-09-12 17:04:58 +02:00
Igor Pečovnik
65dfd6f677
Rockchip64 default: add upstream patches ( #1548 )
...
* Rockchip64 default: add upstream patches
* Rockchip default: add upstream patches
* Adjusted configs
2019-09-10 23:01:54 +02:00
andpp
0797faab9f
Added initial support of MCIMX7SABRE board ( #1542 )
...
* Added initial support of MCIMX7SABRE board
MCIMX7SABRE is NXP iMX7d-based board with 1Gb RAM
2xGBE, 1xmPCIe
Change-Id: I62685a55de54fa6109bef2a8e2ee760d831ffa0e
* Added initial support of MCIMX7SABRE board
MCIMX7SABRE is NXP iMX7d-based board with 1Gb RAM
2xGBE, 1xmPCIe
Change-Id: I62685a55de54fa6109bef2a8e2ee760d831ffa0e
* Changed BOARDFAMILY from mx7dsabre to imx7d
Change-Id: Id351c9f6a8c907b415b804bfe11b86027278ed86
* Disabled MD driver for imx7d Kernel
MD driver does not work correctly on NXP-modified kernel
Change-Id: I58e8de6ee0b99282c452f594e22f6f7e1ff59ae0
2019-09-09 22:00:45 +02:00
Igor Pecovnik
76cafa6915
General: fixing wrong permission on desktops which pops out when using bluetooth
2019-09-08 20:56:14 +02:00
Igor Pecovnik
c4af831b90
Remove package dependency from armbian-$RELEASE-desktop Closes https://github.com/armbian/build/issues/1544 Adjustement to armbian-config is needed.
2019-09-08 14:00:53 +02:00
Igor Pečovnik
f7f98eabb5
Remove deprecated check
2019-09-07 23:32:18 +02:00
Przemysław Sztoch
202d2cac81
Added .editorconfig, removed obsoleted upgrade.sh and main.sh, launching user_config function. ( #1543 )
2019-09-07 23:28:42 +02:00
Tian Yuanhao
cb91bf593c
Install vagrant-disksize automatically ( #1545 )
...
Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
2019-09-07 23:27:56 +02:00
Tian Yuanhao
1f2be1da47
Add pcDuino3 to build targets ( #1546 )
...
Signed-off-by: Tian Yuanhao <tianyuanhao@aliyun.com>
2019-09-07 21:05:28 +02:00
Igor Pečovnik
09402b263d
Better wording
2019-09-05 17:21:40 +02:00
Igor Pečovnik
7d4261213f
Update VERSION
2019-09-05 16:45:06 +02:00
Igor Pecovnik
77b55bfe80
Install Wireguard tools (from our repository) by default
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-04 22:49:48 +02:00
Igor Pecovnik
ce3d35546f
Interal: improve aptly packaging handling
2019-09-04 22:48:05 +02:00
Igor Pecovnik
44a249a311
rockchip64: update upstream tag
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-04 18:09:21 +02:00
Martin Ayotte
5a8e975314
Merge pull request #1541 from EvilOlaf/patch-1
...
[sunxi-next] Re-enable IPv6 GRE
2019-09-03 10:45:33 -04:00
Werner
0101b27855
[sunxi-next] Re-enable IPv6 GRE
...
Fixes https://forum.armbian.com/topic/11477-linux-image-next-sunxi-592-is-missing-modules/
2019-09-03 15:51:41 +02:00
5kft
2582d30e58
[ sunxi64-dev ] kernel config: enabled the LED "activity" trigger and enabled the RTL8192CU Wi-Fi module
2019-09-02 18:55:26 -07:00
Martin Ayotte
b53556a5f1
remove a83t-OPP and H3-H5-THS patches since Megous 5.3.0-RC6 have them
2019-09-02 14:55:55 -04:00
Igor Pecovnik
58406ce59b
Remove deprecated patches
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-02 19:45:27 +02:00
Igor Pecovnik
2d4afc6945
Adjust build targets
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-02 16:04:13 +02:00
Gauthier Provost
031a6350ae
[ Helios4 ] Fix systemctl WoL unit file to work with NetworkManager
2019-09-02 17:28:17 +08:00
Igor Pecovnik
1ac5f7ac1e
Adjust N2 config
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-02 07:20:02 +02:00
Igor Pecovnik
2f84cff50e
Fix Odroid N2, add upstream patches for rockchip-default
...
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2019-09-02 07:01:44 +02:00