This packages adds the redistributable dsl firmware for the xRX200 SoCs and updates the VDSL drivers to the version shipped with Lantiq's UGW 6.1.1. In addition it adds some diagnostic tools and fixes some build warnings.
Hauke Mehrtens (8): lantiq: ltq-ifxos: fix build warnings lantiq: add dsl-vr9-firmware-xdsl lantiq: ltq-vdsl-mei: add mei_cpe_drv_test application lantiq: ltq-vdsl-mei: register char device automatically lantiq: ltq-vdsl-mei: update to version 1.4.8.5 lantiq: ltq-vdsl: update to version 4.16.6.3 lantiq: ltq-vdsl-app: add dsl_cpe_pipe.sh lantiq: ltq-vdsl-app: update to version 4.16.6.3 .../firmware/lantiq/dsl-vr9-firmware-xdsl/Makefile | 46 +++++++++++++++ package/kernel/lantiq/ltq-ifxos/Makefile | 6 +- .../lantiq/ltq-ifxos/patches/001-warnings.patch | 24 ++++++++ .../lantiq/ltq-ifxos/patches/100-compat.patch | 19 ++---- package/kernel/lantiq/ltq-vdsl-mei/Makefile | 32 +++++++++-- .../lantiq/ltq-vdsl-mei/patches/010-warnings.patch | 26 +++++++++ .../lantiq/ltq-vdsl-mei/patches/100-compat.patch | 67 ++++++++++++++++------ .../ltq-vdsl-mei/patches/101_no-date-time.patch | 2 +- package/kernel/lantiq/ltq-vdsl/Makefile | 14 ++--- .../lantiq/ltq-vdsl/patches/100-compat.patch | 20 ++----- package/network/config/ltq-vdsl-app/Makefile | 30 ++++------ .../config/ltq-vdsl-app/files/dsl_cpe_pipe.sh | 18 ++++++ .../config/ltq-vdsl-app/patches/010-warnings.patch | 23 ++++++++ .../config/ltq-vdsl-app/patches/100-compat.patch | 4 +- .../config/ltq-vdsl-app/patches/101-musl.patch | 2 +- .../config/ltq-vdsl-app/patches/200-autoboot.patch | 11 ++++ 16 files changed, 262 insertions(+), 82 deletions(-) create mode 100644 package/firmware/lantiq/dsl-vr9-firmware-xdsl/Makefile create mode 100644 package/kernel/lantiq/ltq-ifxos/patches/001-warnings.patch create mode 100644 package/kernel/lantiq/ltq-vdsl-mei/patches/010-warnings.patch create mode 100755 package/network/config/ltq-vdsl-app/files/dsl_cpe_pipe.sh create mode 100644 package/network/config/ltq-vdsl-app/patches/010-warnings.patch create mode 100644 package/network/config/ltq-vdsl-app/patches/200-autoboot.patch -- 2.6.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
