Second round patch set proposal to add support for the TRENDnet TEW-827DRU.
I think I fixed all of the issues previously noted. its-maker.sh got a lot of fixes after testing and now supports configurations. It's nearly feature complete. I'm wrote a post over on the OpenWRT forum as documentation with examples et-cetera. Note that patch 494-mtd-ubi-add-EOF-marker-support.patch currently prevents this device from booting. See LEDE bug FS#161. The patch either needs to get fixed or removed. This isn't a danger to end-users though, as there is a http/web UI recovery loader built into the u-boot image, accessible by holding down the reset button on boot. End-users can recover without opening the chassis to get console, should they install an image without this fix. jmomo (3): ipq806x: Add new script: scripts/its-maker.sh ipq806x: Add support for new device: tew827dru uboot-envtools: Add tew827dru support include/image-commands.mk | 16 + package/boot/uboot-envtools/files/ipq | 3 + scripts/its-maker.sh | 828 +++++++++++++++++++++ .../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 | 23 + .../ipq806x/base-files/lib/upgrade/platform.sh | 6 +- .../arch/arm/boot/dts/qcom-ipq8064-tew827dru.dts | 354 +++++++++ target/linux/ipq806x/image/Makefile | 48 +- .../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 | 3 +- 16 files changed, 1361 insertions(+), 4 deletions(-) create mode 100755 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 -- 2.9.3 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev