mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-24 05:48:41 +00:00
Fixes for Opizero NEXT wireless, upstream patches for kernel 4.4.x and enabling nighly for: Neo, Neo2 and Zero plus2 H3
This commit is contained in:
parent
aec25bb8f1
commit
53f5f57644
8 changed files with 9161 additions and 3 deletions
|
@ -13,7 +13,7 @@ BUILD_DESKTOP="no"
|
|||
KERNEL_TARGET="default,dev"
|
||||
CLI_TARGET="jessie,xenial:default"
|
||||
|
||||
CLI_BETA_TARGET=""
|
||||
CLI_BETA_TARGET="xenial:next"
|
||||
#
|
||||
RECOMMENDED="Ubuntu_xenial_default:90,Ubuntu_xenial_dev_nightly:33";
|
||||
#
|
||||
|
|
|
@ -13,7 +13,7 @@ BUILD_DESKTOP="no"
|
|||
KERNEL_TARGET="dev"
|
||||
CLI_TARGET=""
|
||||
|
||||
CLI_BETA_TARGET=""
|
||||
CLI_BETA_TARGET="xenial:next"
|
||||
#
|
||||
RECOMMENDED="Ubuntu_xenial_dev_nightly:33"
|
||||
#
|
||||
|
|
|
@ -14,7 +14,7 @@ CLI_TARGET="jessie,xenial:default"
|
|||
DESKTOP_TARGET="xenial:default"
|
||||
|
||||
CLI_BETA_TARGET=""
|
||||
DESKTOP_BETA_TARGET=""
|
||||
DESKTOP_BETA_TARGET="xenial:next"
|
||||
#
|
||||
RECOMMENDED="Ubuntu_xenial_default:90,Ubuntu_xenial_dev_nightly:33";
|
||||
#
|
||||
|
|
2284
patch/kernel/mvebu-default/03-patch-4.4.90-91.patch
Normal file
2284
patch/kernel/mvebu-default/03-patch-4.4.90-91.patch
Normal file
File diff suppressed because it is too large
Load diff
2284
patch/kernel/mvebu64-default/03-patch-4.4.90-91.patch
Normal file
2284
patch/kernel/mvebu64-default/03-patch-4.4.90-91.patch
Normal file
File diff suppressed because it is too large
Load diff
2284
patch/kernel/rockchip-default/03-patch-4.4.90-91.patch
Normal file
2284
patch/kernel/rockchip-default/03-patch-4.4.90-91.patch
Normal file
File diff suppressed because it is too large
Load diff
22
patch/kernel/sunxi-next/fix-xradio-interrupt.patch
Normal file
22
patch/kernel/sunxi-next/fix-xradio-interrupt.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
|
||||
index 454408b..df356b5 100644
|
||||
--- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
|
||||
+++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
|
||||
@@ -49,6 +49,7 @@
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/input/input.h>
|
||||
+#include <dt-bindings/pinctrl/sun4i-a10.h>
|
||||
|
||||
/ {
|
||||
model = "Xunlong Orange Pi Zero";
|
||||
@@ -157,6 +158,10 @@
|
||||
*/
|
||||
xr819: sdio_wifi@1 {
|
||||
reg = <1>;
|
||||
+ compatible = "xradio,xr819";
|
||||
+ interrupt-parent = <&pio>;
|
||||
+ interrupts = <6 10 IRQ_TYPE_EDGE_RISING>;
|
||||
+ interrupt-names = "host-wake";
|
||||
};
|
||||
};
|
2284
patch/kernel/udoo-next/03-patch-4.4.90-91.patch
Normal file
2284
patch/kernel/udoo-next/03-patch-4.4.90-91.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue