Hi list, This patch series adds support for the EnGenius EPG5000, the successor of the ESR1750. That is, both devices are *very* similar internally, to the point that the EPG5000 works flawlessly with an ESR1750 image AFAICT. One important difference thought is the product id that's needed for flashing them .dlf images from the OEM firmware.
In fact, both are so similar that mach-epg5000.c is simply a copy of mach-esr1750.c with s/esr1750/epg5000/. Please comment. Cheers, Christian Christian Beier (3): ar71xx: add kernel support for EnGenius EPG5000. ar71xx: add user-space support for EnGenius EPG5000. ar71xx: add profile and build image for EnGenius EPG5000. target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/02_network | 3 +- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 1 + target/linux/ar71xx/config-3.18 | 1 + .../ar71xx/files/arch/mips/ath79/mach-epg5000.c | 178 +++++++++++++++++++++ target/linux/ar71xx/generic/profiles/engenius.mk | 12 ++ target/linux/ar71xx/image/Makefile | 2 + .../718-MIPS-ath79-add-EPG5000-support.patch | 39 +++++ 9 files changed, 241 insertions(+), 1 deletion(-) create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-epg5000.c create mode 100644 target/linux/ar71xx/patches-3.18/718-MIPS-ath79-add-EPG5000-support.patch -- 2.1.4 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel