Apparrently, Gmail likes to mangle patches if you send them from the web interface. This patch series contains a slightly cleaned-up version of the original patch.
Forest Crossman (3): ar71xx: add kernel support for the EnGenius ESR900 ar71xx: add board support for the EnGenius ESR900 ar71xx: add user-space support for the EnGenius ESR900 package/base-files/files/lib/functions/system.sh | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 5 + .../ar71xx/base-files/etc/uci-defaults/02_network | 10 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + target/linux/ar71xx/config-3.10 | 1 + .../ar71xx/files/arch/mips/ath79/mach-esr900.c | 222 +++++++++++++++++++++ target/linux/ar71xx/files/arch/mips/ath79/nvram.c | 16 ++ target/linux/ar71xx/generic/profiles/engenius.mk | 16 ++ target/linux/ar71xx/image/Makefile | 2 + .../610-MIPS-ath79-openwrt-machines.patch | 18 +- 11 files changed, 294 insertions(+), 3 deletions(-) create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c create mode 100644 target/linux/ar71xx/generic/profiles/engenius.mk -- 1.9.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
