Igor Pečovnik
db9f512f7d
Merge pull request #1238 from ManoftheSea/OCD_netdevs
...
Make bonding and dummy modules loadable instead of innate
2019-01-19 09:39:58 +01:00
Igor Pečovnik
80e32ef7d1
improvement
...
https://github.com/armbian/build/issues/1235
2019-01-19 09:34:55 +01:00
Igor Pečovnik
8291c1c54a
Merge pull request #1234 from ManoftheSea/netfilter_ipv4_nat
...
Add compiling netfilter modules to allow nft masquerade
2019-01-19 09:29:12 +01:00
Derek LaHousse
ceb7d9a83a
Make bonding and dummy modules loadable instead of innate
2019-01-18 21:35:28 -05:00
Derek LaHousse
efcc388caf
Add compiling netfilter modules to allow nft masquerade
2019-01-18 17:14:10 -05:00
Igor Pecovnik
a156fddf8f
[ odroidxu4 ] Reverting NEXT back to stock 4.14.y due to many troubles, DEV = 4.19.y
2019-01-18 20:10:35 +01:00
Igor Pečovnik
8e23ae691f
Merge pull request #1233 from karolszklarski/patch-1
...
Target of nand-sata-install can be md raid
2019-01-18 19:28:41 +01:00
karolszklarski
e00fe9814f
Target can be not only partition, but also md raid
...
Target of nand-sata-install can be not only partition, but also md raid
2019-01-18 19:13:13 +01:00
Igor Pečovnik
73d6c0debf
Merge pull request #1231 from helios-4/helios4_update
...
[mvebu-next] Enable hardware XOR offload and Helios4: remove fancontrol patch
2019-01-18 13:51:28 +01:00
Aditya Prayoga
9116aa2da3
helios4: Remove fancontrol patch
...
After some discussion, it is no longer needed to put the fan to low
speed / stop during exit. So remove the patch that alter default
behavior during exit.
[URL]
https://forum.armbian.com/topic/6033-helios4-support/?do=findComment&comment=69732
2019-01-18 02:16:00 -08:00
Aditya Prayoga
aa91c9b7e6
kernel: mvebu-next: Enable offload support for the async_tx api
...
Without enabling this support, the hardware XOR (MV_XOR) is not used by the
system. It is enabled in mvebu-default.config
Some discussion,
https://forum.armbian.com/topic/6033-helios4-support/?do=findComment&comment=69649
2019-01-18 02:14:40 -08:00
Martin Ayotte
25071cd65a
swtch rockchip u-boot to v2018.11
2019-01-17 18:44:58 -05:00
Martin Ayotte
d39df278c6
switch u-boot-rk3999 to v2018.11
2019-01-17 14:33:27 -05:00
Igor Pečovnik
8fb306628c
Merge pull request #1218 from alexreinert/rockchip64_dev_enable_usb_serial
...
Enable USB serial drivers on Rockchip64 dev kernel (Fixes #1217 )
2019-01-17 18:17:12 +01:00
Martin Ayotte
f165d351ef
fix OPiZeroPlus2-H3 mmc pins
2019-01-17 09:15:20 -05:00
Igor Pečovnik
f4ee4d77e3
Up with version
...
Need to update armbian-config
2019-01-16 19:04:10 +01:00
Igor Pečovnik
2efc624943
Merge pull request #1226 from hjc4869/master
...
Enable BBR and NET_SCH_FQ for linux-sunxi-next
2019-01-16 16:42:20 +01:00
Jingchuan Huang
d51ab9d5b1
Enable BBR and NET_SCH_FQ for linux-sunxi-next
2019-01-16 23:35:45 +08:00
Igor Pecovnik
730c1f6f4d
[ meson64-next ] enable some wireless adaptors
2019-01-16 16:12:59 +01:00
Thomas McKahan
41eddbdf62
[ meson64-next ] update drm mode switch patch
2019-01-16 01:38:35 -05:00
JMCC
01571c0a4c
Lower load_addr for boards with only 1GB RAM
...
Setting load_addr to "0x44000000" (1088 MiB) is too high for boards with only 1GB of RAM, and causes boot failure. I tried some lower values, until I found "0x34000000" (832 MiB) to work. I made quite big steps, so we probably could find something slightly higher to work too, but I see no reason why we would need to do it.
Reference: https://forum.armbian.com/topic/8829-le-potato-c2-k2-419-lts-testing-thread/?do=findComment&comment=69850
2019-01-16 02:47:00 +01:00
Martin Ayotte
b2137424a5
delete calculation-of-NM-rate patch since it is now in Begous branch
2019-01-15 19:22:02 -05:00
Martin Ayotte
592c8bd76b
remove all leading zero in DT address of overlays and fixup scripts (especially on old A10/A13/A20)
2019-01-15 19:16:24 -05:00
Martin Ayotte
8831783959
remove all leading zero in DT address of overlays and fixup scripts (especially on old A10/A13/A20)
2019-01-15 19:09:04 -05:00
Igor Pečovnik
783b114c01
Merge pull request #1224 from softwarecreations/patch-1
...
Enabled/module'd/added options for traffic shaping/scheduling
2019-01-15 17:49:41 +01:00
softwarecreations
0812e7a8bb
Enabled/module'd/added options for traffic shaping/scheduling
...
**Reason for PR**
These boards are well suited to being used as a router/AP doing traffic filtering or shaping etc.
The modules I've added make it possible to use any traffic scheduling features provided by the kernel.
**Kernel has been tested with this config**
I have built the kernel with this config and tested it on the NanoPi Neo 2 with success.
`Linux nanopineo2 4.19.13-sunxi64 #5.71 SMP Tue Jan 15 15:04:02 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux`
**Almost zero memory usage increase**
I only changed a few options (as necessary) to Y, the rest are M (module).
**Please note**
I DID have to edit the kernel config by hand because I tried adding all traffic scheduling options in the kernel config menu, but it didn't provide the necessary changes to enable traffic control kernel options. Later when I checked /boot/config-4.19.13-sunxi64 all the traffic control options were still missing/disabled. AND also a lot of options needed did not exist in the original file.
So I edited the default file, exactly as it appears in this pull request.
**Source of missing options**
The options added can be found in https://github.com/torvalds/linux/blob/master/net/sched/Makefile and a few were listed here https://serverfault.com/questions/536464/what-kernel-module-to-compile-for-getting-qos-service-on-linux
2019-01-15 18:17:01 +02:00
Igor Pečovnik
ddc0117309
Update README.md
2019-01-15 12:22:56 +01:00
Thomas McKahan
ad7d90fab2
[ rockchip64-dev ] small rockpi4 dts adjustments.
2019-01-15 01:46:12 -05:00
Thomas McKahan
5d31c8f67c
[ rockchip-next ] fix support for upgrading eMMC on Tinker Board
...
See: https://forum.armbian.com/topic/9312-tinkerboard-ss-bricked-after-570-upgrade/
Solves issue by recreating the "miniarm" dtb same as the 4.14 before it.
2019-01-15 01:14:58 -05:00
Martin Ayotte
732b931b7e
u-boot v2018.11 migration + remove useless patches
2019-01-14 16:53:33 -05:00
Martin Ayotte
9363e3ec4d
u-boot v2018.11 migration + tons of patches touchups
2019-01-14 16:52:22 -05:00
Martin Ayotte
6c35ed9c19
According to Jernejsk, the real fix for H6 hang should be the fix irq_banks
2019-01-14 16:09:19 -05:00
Martin Ayotte
25c40b948c
add a patch to rever GregKH patch preventing H6 boot
2019-01-13 20:52:37 -05:00
Igor Pečovnik
46552a5dac
Up with version
2019-01-13 20:34:15 +01:00
Igor Pecovnik
cadd885d97
[ rockchip-dev ] Patch adjustement
2019-01-13 09:51:08 +01:00
Igor Pecovnik
34fef666f0
[ rockchip-dev ] remove obviously deprecated and move the rest away that kernel can compile
2019-01-12 23:01:34 +01:00
Martin Ayotte
8854cf2b0a
fix merge conflict
2019-01-12 15:19:30 -05:00
Martin Ayotte
c430a2ac3d
fix bananam2ultra wifi
2019-01-12 15:10:45 -05:00
Igor Pecovnik
6957b93c04
[ rockchip-dev ] remove broken patch
2019-01-12 20:58:14 +01:00
Igor Pecovnik
8db17df918
[ rockchip-dev ] remove broken wifi patches
2019-01-12 20:39:22 +01:00
Igor Pecovnik
723b749da8
[ meson64-dev ] remove broken wifi patches. An updated version will be placed here when time is right.
2019-01-12 17:33:47 +01:00
Igor Pecovnik
27687e9273
[ sunxi-dev ] disable broken patch
2019-01-12 15:30:52 +01:00
Martin Ayotte
1921a758bd
disable general-aufs
2019-01-11 15:48:42 -05:00
Igor Pecovnik
96d5bb2c20
[ meson64 ] Bugfix for packaging patch, adding proper AUFS patch
2019-01-11 20:51:01 +01:00
Martin Ayotte
1f34828b57
add h5-emmc-compatible
2019-01-11 14:45:08 -05:00
Igor Pecovnik
12d18fb96d
[ meson64 ] also add this oney
2019-01-11 19:16:11 +01:00
Igor Pecovnik
add2575902
[ meson64 ] build only NEXT kernel images, disabling nightly for a while
2019-01-11 19:14:01 +01:00
Martin Ayotte
c7052c256c
fix nand-disable-badblock
2019-01-11 09:28:56 -05:00
Martin Ayotte
eb492a7be6
fix a64-enable-sound-on-Pine64
2019-01-11 09:28:29 -05:00
Martin Ayotte
4f700343f3
delete more useless patches
2019-01-11 09:27:57 -05:00