[LEDE-DEV] [PATCH 00/11] orion updates

Florian Fainelli f.fainelli at gmail.com
Tue Nov 29 17:09:54 PST 2016


Hi all,

This patch series brings the orion platform to kernel 4.4, and
starts adding support for the Buffalo Terastation Pro II/Live.

Florian Fainelli (11):
  orion: Fold DT2 setup files into patch
  orion: Add support for 4.4 kernel
  orion: Build images for Buffalo Terastation Pro II/Live
  kernel: add kernel package for the rs5c372a rtc module
  orion: Make sub-targets augment FEATURES, not re-define it
  orion: Advertise support for RTC
  orion: Switch to kernel 4.4
  orion: Set appropriate DEVICE_TYPE for harddisk target
  kernel: Add missing kernel config symbol
  orion: Add uboot-envtools in the default package list
  orion: Enable CONFIG_MV_XOR

 package/kernel/linux/modules/other.mk              |  16 +
 target/linux/generic/config-4.4                    |   1 +
 target/linux/orion/Makefile                        |   7 +-
 target/linux/orion/config-4.4                      | 424 +++++++++++++++
 .../orion/files/arch/arm/mach-orion5x/dt2-common.h |  82 ---
 .../orion/files/arch/arm/mach-orion5x/dt2-setup.c  | 445 ----------------
 target/linux/orion/generic/target.mk               |   2 +-
 target/linux/orion/harddisk/target.mk              |   3 +-
 target/linux/orion/image/generic.mk                |  11 +
 .../orion/patches-3.18/200-dt2_board_support.patch | 562 +++++++++++++++++++-
 .../100-wrt350nv2_openwrt_partition_map.patch      |  32 ++
 .../patches-4.4/101-wnr854t_partition_map.patch    |  25 +
 .../orion/patches-4.4/200-dt2_board_support.patch  | 570 +++++++++++++++++++++
 .../orion/patches-4.4/210-wn802t_support.patch     |  75 +++
 14 files changed, 1714 insertions(+), 541 deletions(-)
 create mode 100644 target/linux/orion/config-4.4
 delete mode 100644 target/linux/orion/files/arch/arm/mach-orion5x/dt2-common.h
 delete mode 100644 target/linux/orion/files/arch/arm/mach-orion5x/dt2-setup.c
 create mode 100644 target/linux/orion/patches-4.4/100-wrt350nv2_openwrt_partition_map.patch
 create mode 100644 target/linux/orion/patches-4.4/101-wnr854t_partition_map.patch
 create mode 100644 target/linux/orion/patches-4.4/200-dt2_board_support.patch
 create mode 100644 target/linux/orion/patches-4.4/210-wn802t_support.patch

-- 
2.10.2




More information about the Lede-dev mailing list