Igor Pecovnik
d761841c7d
sunxi edge - add upstream patch
2021-03-26 15:52:05 +01:00
Igor Pecovnik
949e8566ab
Build_all bugfix
2021-03-25 14:31:29 +01:00
lanefu
61453f43e4
Merge pull request #2741 from NekoB0x/patch-5
...
Fix redundant log writing
2021-03-25 07:53:59 -04:00
NekoB0x
8b063ca8a6
Update armbian-ram-logging
2021-03-25 11:19:35 +02:00
NekoB0x
540d7abd88
Fix redundant log writing
...
Fixes calling "armbian-ramlog write" twice on systems with logrotate systemd unit.
2021-03-25 01:02:23 +02:00
Igor Pecovnik
c1ef2aeba9
Adjust two build targets still pointing to deprecated DEV branch
2021-03-24 21:16:59 +01:00
Igor Pecovnik
6eb2650e79
Remove deprecated patch
2021-03-24 20:49:07 +01:00
Igor Pecovnik
76c06deb24
Add sunxi upstream patches and adjust CLI beta target DEV -> EDGE
2021-03-24 20:24:33 +01:00
Igor Pecovnik
eb5715e37d
Adjust upstream patches
2021-03-24 20:17:54 +01:00
NekoB0x
271756dcc4
Some 30-armbian-sysinfo fixes ( #2732 )
...
* Update 30-armbian-sysinfo
Fixed alignment of "Local users" and "IP" in third column.
Made it more compact by adding extra new line.
Added "both" traffic direction.
Removed "-h" vnstat argument because it doesn't do anything, changed "last 24h" to "today" (there is only "rx/tx for today" in --oneline output).
* Update armbian-motd.dpkg-dist
Add PRIMARY_DIRECTION description
* Update 30-armbian-sysinfo
fix new line logic
clean-up unused variables
2021-03-24 19:19:38 +01:00
Oleg
d203ffee29
fix minor station ( #2735 )
2021-03-24 19:10:22 +01:00
Igor Pečovnik
61b87bee74
W1 temp sensor can have different properties. Adjusting ( #2737 )
2021-03-24 19:07:53 +01:00
Igor Pečovnik
fd5688314c
Fix network connection ( #2738 )
2021-03-24 19:07:23 +01:00
Igor Pečovnik
0cdffb29b0
Renaming DEV branch to EDGE ( #2704 )
...
* Change DEV to EDGE
* Renaming patches dev folder to edge
* Move patches into subdir where they will be archived.
* Relink patch directories properly
2021-03-24 19:01:53 +01:00
Gauthier Provost
5e69351b3d
Re-enable network checksum TX offload on rockchip64 family ( #2623 )
...
* Re-enable network checksum TX offload on rockchip64 family
* Adjust gmac PBL setting for rk3399 legacy to fix network issues with MTU 1500
* Adjust gmac PBL setting for rk3328 in rockchip64-legacy to fix network issues with MTU 1500
Co-authored-by: Piotr Szczepanik <piter75@gmail.com>
2021-03-23 08:00:10 +01:00
Piotr Szczepanik
08dca8c6ab
Fix trb ent quirk patch for rockchip64 (current/dev) and make it more resilient ( #2728 )
...
* Fix trb ent quirk patch for rockchip64 (current/dev) and make it more resilient
* Re-enabled the trb ent patch in dev too
2021-03-23 07:57:05 +01:00
Jannis
602e4264f5
Merge pull request #2733 from armbian/mvebu-update
...
mvebu remove upstreamed patches
2021-03-22 17:39:09 +01:00
lanefu
b4dba6c9d1
Merge pull request #2736 from lanefu/AR-697
...
set amlogic govenor to ondemand
2021-03-22 10:25:28 -04:00
Lane Jennison
ba30f65c2a
set amlogic govenor to ondemand
2021-03-22 09:25:48 -04:00
Heisath
849569a528
mvebu remove upstreamed patches
2021-03-20 22:26:01 +01:00
Igor Pecovnik
1cff7fa285
Remove broken patch
2021-03-20 15:27:24 +01:00
Igor Pecovnik
c280155e71
Add two dev build targets
...
This will enable kernel updating when changed upstream on related mvebu / rockchip64 variants
2021-03-20 12:44:49 +01:00
lanefu
6f4baff36d
Merge pull request #2731 from NekoB0x/patch-3
...
Fix motd vnstat traffic stats
2021-03-19 07:34:49 -04:00
NekoB0x
9e599d0f87
Fix motd traffic stats
...
Fixes:
RX/TX: "Unknown parameter "1". Use --help for help."
RX always displaying "n/a"
2021-03-19 11:35:38 +02:00
lurdan
d264a8fd74
Change apt's default compression method to gzip ( #2729 )
...
APT uses lz4 as its default compression method, but Some ARM board has performance problem on it.
This setting make apt prefer gzip over lz4.
cf. https://forum.armbian.com/topic/14064-my-apt-search-has-become-super-slow-recently/page/2/
2021-03-19 07:17:30 +01:00
juanesf
7f26a5eed2
Enable audio codec Bpi-M2Ultra (patch) ( #2726 )
...
- swap patch from kernel to u-boot
- added compatible with H3
2021-03-18 20:15:58 +01:00
juanesf
0e7653da0f
Enable audio codec Pinecube (patch) ( #2727 )
...
- swap patch from kernel to u-boot
- added compatible with H3
2021-03-18 20:15:46 +01:00
Oleg
9aa7aafd4f
Adding Nvidia Jetson Nano ( #2720 )
...
* add Jetson Nano
* Update jetson-nano.conf
* Update targets.conf
* Add better description
* Adjust config - try to enable ZRAM
* Packaging patch not needed
* Extlinux was solved in other commit
* Move board to CSC for now
Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-03-18 18:29:34 +01:00
Igor Pečovnik
2eb08df632
Use MAINLINE_MIRROR for creating armbian-firmware package ( #2703 )
...
We are using several alternative sources for main Linux kernel code, but not for linux-firmware which is also mirrored the exact same way. This will have major impact on users that are located in Asia and use mirrors from there.
2021-03-18 17:14:11 +01:00
Igor Pečovnik
372e293ace
(un)Disable change backgound function ( #2719 )
...
https://askubuntu.com/questions/1179663/disable-change-backgound-function
2021-03-18 17:11:58 +01:00
themilord
9ef3fe9687
Enable IMX6 VPU(CODA960) in the kernel config as module. Enables HW acceleration of video en-/decodingw ( #2723 )
2021-03-18 17:11:09 +01:00
Igor Pečovnik
24c07d2c1b
Fix Firefly RK3399 boot troubles ( #2725 )
...
Closing https://github.com/armbian/build/issues/2724
2021-03-18 17:01:43 +01:00
Oleg
71dc41f0ba
add extlinux.conf ( #2722 )
...
* add extlinux.conf
* - make sure armbianEnv is not added - we don't need variables for NAME_KERNEL and NAME_INITRD. This is not going to change - also MAIN_CMDLINE could at least be renamed so its clear to belong to EXT configuration. Elsewhere this doesn't apply since we have boot scripts
Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-03-18 16:57:45 +01:00
Igor Pecovnik
2c987b7a09
Remove broken patch
2021-03-18 11:17:43 +01:00
Igor Pecovnik
77d9451267
Re-enable Pinebook and Teres current kernel build targets
...
- enable 3D support on Focal
- add Gnome target
@martinayotte
2021-03-17 22:31:11 +01:00
Martin Ayotte
d57bf0ce73
fix Pinebook-A64 LCD
2021-03-17 17:07:48 -04:00
Martin Ayotte
1089e88627
delete useless patch 5.11.3-4/5.11.4-5/5.11.5-6
2021-03-17 17:05:11 -04:00
Igor Pecovnik
3c96df8d25
Disable broken patch
2021-03-17 21:27:32 +01:00
Martin Ayotte
d49be78b70
fix Pinebook-A64 LCD
2021-03-17 12:42:30 -04:00
Paolo Sabatino
02085da1a9
rockchip: uboot: add small delay to dwc2 usb driver that fixes occasional hangup during bootstrap from USB
2021-03-16 17:20:54 +00:00
Igor Pecovnik
06a864a39c
Change CLI nightly targets to DEV(edge to be) kernel
2021-03-15 01:20:46 +00:00
Igor Pecovnik
cc19adfebd
Build all optimisations
2021-03-15 01:58:33 +01:00
Richard Neese
dbe64f1939
Update targets-cli-beta.conf ( #2718 )
...
adding in a focal build for dev work
2021-03-15 00:29:39 +01:00
Igor Pecovnik
044083c45e
Disable potentially broken upstream patches
2021-03-15 00:05:08 +01:00
Paolo Sabatino
adde0e26a6
rk322x-dev: adapted and enabled patch to fix various clocks (hdmi, internals)
2021-03-14 18:47:52 +00:00
Paolo Sabatino
81cc6841e9
Better compatibility for rk322x ddrbin v1.10, changed to set ddr3 to 660 Mhz
2021-03-14 18:47:52 +00:00
NekoB0x
922f1ca49e
Fix Motd disk temperature ( #2707 )
...
Fixes displaying of "Always°C" temperature on disks without Min/Max temperature values.
2021-03-14 16:34:32 +01:00
Igor Pecovnik
11cc8cb5b0
Bugfix on build targets
...
Multiple building doesn't like targets that have the same name
2021-03-14 15:07:12 +01:00
NekoB0x
975025f170
Fix armbian-hardware-optimization logrotate ( #2705 )
...
Fixes editing of logrotate configs when ramlog is enabled and /var/log is mounted on zram device other than /dev/zram0.
2021-03-13 19:43:18 +01:00
Igor Pecovnik
a4c26108a8
Allwinner upstream patches
2021-03-12 22:19:41 +01:00