Skip to content

Commit 52a7bf6

Browse files
committed
sunxi: add and set 6.6 testing kernel
Allow selecting 6.6 as testing kernel on sunxi. Runtime-tested: - Linksprite pcDuino (cortexa8) - Olimex A20 Micro (cortexa7) - Pine64 SoM (cortexa53) Signed-off-by: Zoltan HERPAI <[email protected]>
1 parent 75b424c commit 52a7bf6

24 files changed

+1879
-3
lines changed

target/linux/sunxi/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ FEATURES:=usb ext4 display rootfs-part rtc squashfs
1111
SUBTARGETS:=cortexa8 cortexa7 cortexa53 arm926ejs
1212

1313
KERNEL_PATCHVER:=6.1
14+
KERNEL_TESTING_PATCHVER:=6.6
1415

1516
KERNELNAME:=zImage dtbs
1617

target/linux/sunxi/base-files/etc/board.d/02_network

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sunxi_setup_interfaces()
1717
lamobo,lamobo-r1)
1818
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" wan
1919
;;
20-
olimex,a20-olinuxino-micro)
20+
olimex,a13-olinuxino-micro)
2121
ucidef_set_interface_lan "wlan0"
2222
;;
2323
xunlong,orangepi-r1)

0 commit comments

Comments
 (0)