[LEDE-DEV] [PATCH 0/4] Add support for the TRENDnet TEW-827DRU (tew827dru)
John Crispin
john at phrozen.org
Thu Sep 8 00:08:36 PDT 2016
Hi,
2 comments for all patches
1) they are all missing the subject prefix. i n this case it would be
ipq806x
2) the SoB line is using a nickname. please add your full/real name instead
John
On 08/09/2016 07:04, J Mo wrote:
> This is an initial patch set proposal to add support for the TRENDnet TEW-827DRU.
>
> Especially notice the FIT builder block I put in image-commands.mk. It should probably not go there, but I don't know of an alternative because it can't go into the device makefile.
>
> Finally note that patch 494-mtd-ubi-add-EOF-marker-support.patch current prevents this device from booting. See LEDE bug FS#161. The patch either needs to get fixed or removed.
>
> jmomo (4):
> Add new script: scripts/its-maker.sh
> Add support for new device: tew827dru
> DTS file for the tew827dru
> Add bootconfig and flash script for the tew827dru
>
> include/image-commands.mk | 45 ++
> package/boot/uboot-envtools/files/ipq | 3 +
> scripts/its-maker.sh | 598 +++++++++++++++++++++
> .../linux/ipq806x/base-files/etc/board.d/01_leds | 6 +
> .../ipq806x/base-files/etc/board.d/02_network | 4 +
> target/linux/ipq806x/base-files/etc/diag.sh | 3 +
> .../etc/hotplug.d/firmware/11-ath10k-caldata | 8 +
> .../etc/hotplug.d/ieee80211/10_fix_wifi_mac | 3 +
> target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +
> .../base-files/lib/preinit/06_set_iface_mac | 24 +
> .../ipq806x/base-files/lib/upgrade/platform.sh | 6 +-
> .../arch/arm/boot/dts/qcom-ipq8064-tew827dru.dts | 357 ++++++++++++
> target/linux/ipq806x/image/Makefile | 19 +-
> .../linux/ipq806x/image/tew827dru-bootconfig.bin | Bin 0 -> 84 bytes
> target/linux/ipq806x/image/tew827dru-flash.scr | 57 ++
> .../linux/ipq806x/patches-4.4/800-devicetree.patch | 1 +
> 16 files changed, 1134 insertions(+), 3 deletions(-)
> create mode 100644 scripts/its-maker.sh
> create mode 100644 target/linux/ipq806x/base-files/lib/preinit/06_set_iface_mac
> create mode 100644 target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-tew827dru.dts
> create mode 100644 target/linux/ipq806x/image/tew827dru-bootconfig.bin
> create mode 100644 target/linux/ipq806x/image/tew827dru-flash.scr
>
More information about the Lede-dev
mailing list