The next OpenWrt release will only contain support for kernel 4.14, to still support the ar7 target update it to kernel 4.14.
This was only build tested, I do not have this device, could someone please run test it on some device and report the results back. The patches are also available in this branch: https://git.openwrt.org/?p=openwrt/staging/hauke.git;a=shortlog;h=refs/heads/kernel-4.14 Hauke Mehrtens (2): ar7: Refresh kernel configuration ar7: Update kernel to version 4.14 .../patches-D7.04.03.00/270-4.14_fixes.patch | 51 +++++++++++++++++++ target/linux/ar7/Makefile | 2 +- target/linux/ar7/{config-4.9 => config-4.14} | 20 +++++++- .../100-fix-highmem-offset.patch | 0 .../110-flash.patch | 4 +- .../160-vlynq_try_remote_first.patch | 0 .../200-free-mem-below-kernel-offset.patch | 2 +- .../300-add-ac49x-platform.patch | 4 +- .../310-ac49x-prom-support.patch | 0 .../320-ac49x-mtd-partitions.patch | 4 +- .../920-ar7part.patch | 0 .../925-actiontec_leds.patch | 6 +-- .../950-cpmac_titan.patch | 8 +-- ...R7-allow-NULL-clock-for-clk_get_rate.patch | 45 ---------------- 14 files changed, 85 insertions(+), 61 deletions(-) create mode 100644 package/kernel/ar7-atm/patches-D7.04.03.00/270-4.14_fixes.patch rename target/linux/ar7/{config-4.9 => config-4.14} (86%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/100-fix-highmem-offset.patch (100%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/110-flash.patch (85%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/160-vlynq_try_remote_first.patch (100%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/200-free-mem-below-kernel-offset.patch (89%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/300-add-ac49x-platform.patch (96%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/310-ac49x-prom-support.patch (100%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/320-ac49x-mtd-partitions.patch (90%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/920-ar7part.patch (100%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/925-actiontec_leds.patch (90%) rename target/linux/ar7/{patches-4.9 => patches-4.14}/950-cpmac_titan.patch (86%) delete mode 100644 target/linux/ar7/patches-4.9/101-MIPS-AR7-allow-NULL-clock-for-clk_get_rate.patch -- 2.20.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
