<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello Larry and the rest, <br>
<br>
I can confirm that the patch works, but i did have to use patch to
apply, git doesn't accept the patch on my system.<br>
<br>
Log:<br>
user@HartOfGold:/data/LinuxBuild/Elink-Mini$ patch -p1 <
/data/Share/EasyLink.patch<br>
(Stripping trailing CRs from patch.)<br>
patching file target/linux/ar71xx/base-files/etc/diag.sh<br>
(Stripping trailing CRs from patch.)<br>
patching file
target/linux/ar71xx/base-files/etc/uci-defaults/02_network<br>
(Stripping trailing CRs from patch.)<br>
patching file
target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration<br>
(Stripping trailing CRs from patch.)<br>
patching file target/linux/ar71xx/base-files/lib/ar71xx.sh<br>
(Stripping trailing CRs from patch.)<br>
patching file target/linux/ar71xx/base-files/lib/upgrade/platform.sh<br>
(Stripping trailing CRs from patch.)<br>
patching file target/linux/ar71xx/config-3.10<br>
(Stripping trailing CRs from patch.)<br>
patching file
target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c<br>
(Stripping trailing CRs from patch.)<br>
patching file
target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c<br>
(Stripping trailing CRs from patch.)<br>
patching file target/linux/ar71xx/generic/profiles/easylink.mk<br>
(Stripping trailing CRs from patch.)<br>
patching file target/linux/ar71xx/image/Makefile<br>
(Stripping trailing CRs from patch.)<br>
patching file
target/linux/ar71xx/patches-3.10/712-MIPS-ath79-add-EasyLink-support.patch<br>
<br>
Did I do anything wrong? (failure is always an option)<br>
<br>
First boot log attached for completeness.<br>
<br>
Kind regards,<br>
Michaël Zweers<br>
<br>
<div class="moz-cite-prefix">Larry Pinney schreef op 26-6-2014 6:49:<br>
</div>
<blockquote cite="mid:alpine.DEB.2.02.1406252348160.6672@black.lan"
type="cite"> <br>
From: L. D. Pinney <a class="moz-txt-link-rfc2396E"
href="mailto:ldpinney@gmail.com"><ldpinney@gmail.com></a>
<br>
<br>
v3 refreshes the patch on trunk@41337 <br>
<br>
This patch adds support for the EasyLink EL-M150 and M-mini <br>
<br>
<a class="moz-txt-link-freetext"
href="http://wiki.openwrt.org/toh/easylink/el-m150">http://wiki.openwrt.org/toh/easylink/el-m150</a>
<br>
<a class="moz-txt-link-freetext"
href="http://wiki.openwrt.org/toh/easylink/el-m-mini">http://wiki.openwrt.org/toh/easylink/el-m-mini</a>
<br>
<br>
Signed-off-by: L. D. Pinney <a class="moz-txt-link-rfc2396E"
href="mailto:ldpinney@gmail.com"><ldpinney@gmail.com></a>
<br>
--- <br>
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh <br>
b/target/linux/ar71xx/base-files/etc/diag.sh <br>
index d5063de..687cddf 100755 <br>
--- a/target/linux/ar71xx/base-files/etc/diag.sh <br>
+++ b/target/linux/ar71xx/base-files/etc/diag.sh <br>
@@ -65,6 +65,10 @@ get_status_led() { <br>
 eap7660d) <br>
 status_led="eap7660d:green:ds4" <br>
 ;; <br>
+ el-mini | \ <br>
+ el-m150) <br>
+ status_led="EasyLink:green:system" <br>
+ ;; <br>
 hiwifi-hc6361) <br>
 status_led="hiwifi:blue:system" <br>
 ;; <br>
diff --git
a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network <br>
b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network <br>
index a2b2762..99c0268 100755 <br>
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network <br>
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network <br>
@@ -152,6 +152,16 @@ ap113) <br>
 ucidef_add_switch_vlan "switch0" "2" "0t 2" <br>
 ;; <br>
<br>
+el-m150) <br>
+ ucidef_set_interfaces_lan_wan "eth1" "eth0" <br>
+ ucidef_add_switch "switch0" "1" "1" <br>
+ ucidef_add_switch_vlan "switch0" "1" "0 1 3" <br>
+ ;; <br>
+ <br>
+el-mini) <br>
+ ucidef_set_interface_lan "eth0" <br>
+ ;; <br>
+ <br>
 tl-wdr4300|\ <br>
 tl-wr1041n-v2) <br>
 ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" <br>
diff --git <br>
a/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration
<br>
b/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration
<br>
index 093fbc1..31ce548 100755 <br>
--- <br>
a/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration
<br>
+++ <br>
b/target/linux/ar71xx/base-files/etc/uci-defaults/03_network-switchX-migration
<br>
@@ -81,6 +81,7 @@ ew-dorin-router) <br>
 migrate_switch_name "eth0" "switch0" <br>
 ;; <br>
<br>
+el-m150|\ <br>
 rb-450) <br>
 migrate_switch_name "eth1" "switch0" <br>
 ;; <br>
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh <br>
b/target/linux/ar71xx/base-files/lib/ar71xx.sh <br>
index 6dd5e62..4656ac2 100755 <br>
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh <br>
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh <br>
@@ -91,6 +91,12 @@ tplink_board_detect() { <br>
 hwver="v${hwver#0}" <br>
<br>
 case "$hwid" in <br>
+ "015000"*) <br>
+ model="EasyLink EL-M150" <br>
+ ;; <br>
+ "015300"*) <br>
+ model="EasyLink EL-MINI" <br>
+ ;; <br>
 "3C0001"*) <br>
 model="OOLITE" <br>
 ;; <br>
@@ -307,6 +313,12 @@ ar71xx_board_detect() { <br>
 *EAP7660D) <br>
 name="eap7660d" <br>
 ;; <br>
+ *EL-M150) <br>
+ name="el-m150" <br>
+ ;; <br>
+ *EL-MINI) <br>
+ name="el-mini" <br>
+ ;; <br>
 *JA76PF) <br>
 name="ja76pf" <br>
 ;; <br>
diff --git
a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh <br>
b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh <br>
index 57803cc..6aaddf2 100755 <br>
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh <br>
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh <br>
@@ -224,6 +224,8 @@ platform_check_image() { <br>
 ;; <br>
<br>
 archer-c7 | \ <br>
+ el-m150 | \ <br>
+ el-mini | \ <br>
 oolite | \ <br>
 tl-mr10u | \ <br>
 tl-mr11u | \ <br>
diff --git a/target/linux/ar71xx/config-3.10 <br>
b/target/linux/ar71xx/config-3.10 <br>
index c294cd8..1346c3f 100644 <br>
--- a/target/linux/ar71xx/config-3.10 <br>
+++ b/target/linux/ar71xx/config-3.10 <br>
@@ -47,6 +47,8 @@ CONFIG_ATH79_MACH_DIR_825_B1=y <br>
 CONFIG_ATH79_MACH_DIR_825_C1=y <br>
 CONFIG_ATH79_MACH_DRAGINO2=y <br>
 CONFIG_ATH79_MACH_EAP7660D=y <br>
+CONFIG_ATH79_MACH_EL_M150=y <br>
+CONFIG_ATH79_MACH_EL_MINI=y <br>
 CONFIG_ATH79_MACH_EW_DORIN=y <br>
 CONFIG_ATH79_MACH_GS_OOLITE=y <br>
 CONFIG_ATH79_MACH_HORNET_UB=y <br>
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c <br>
b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c <br>
new file mode 100644 <br>
index 0000000..72a396d <br>
--- /dev/null <br>
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c <br>
@@ -0,0 +1,112 @@ <br>
+/* <br>
+ *Â Easy-Link EL-M150 board support <br>
+ * <br>
+ *Â Copyright (C) 2012 huangfc <a class="moz-txt-link-rfc2396E"
href="mailto:huangfangcheng@163.com"><huangfangcheng@163.com></a>
<br>
+ *Â Copyright (C) 2012 HYS <a class="moz-txt-link-rfc2396E"
href="mailto:550663898@qq.com"><550663898@qq.com></a> <br>
+ * <br>
+ *Â This program is free software; you can redistribute it
and/or modify <br>
it <br>
+ *Â under the terms of the GNU General Public License version 2
as <br>
published <br>
+ *Â by the Free Software Foundation. <br>
+ */ <br>
+ <br>
+#include <linux/gpio.h> <br>
+ <br>
+#include <asm/mach-ath79/ath79.h> <br>
+#include <asm/mach-ath79/ar71xx_regs.h> <br>
+ <br>
+#include "common.h" <br>
+#include "dev-eth.h" <br>
+#include "dev-gpio-buttons.h" <br>
+#include "dev-leds-gpio.h" <br>
+#include "dev-m25p80.h" <br>
+#include "dev-wmac.h" <br>
+#include "machtypes.h" <br>
+#include "dev-usb.h" <br>
+ <br>
+#define EL_M150_GPIO_BTN6 6 <br>
+#define EL_M150_GPIO_BTN7 7 <br>
+#define EL_M150_GPIO_BTN_RESET 11 <br>
+ <br>
+#define EL_M150_GPIO_LED_SYSTEM 27 <br>
+#define EL_M150_GPIO_USB_POWER 8 <br>
+ <br>
+#define EL_M150_KEYS_POLL_INTERVAL 20 /* msecs */ <br>
+#define EL_M150_KEYS_DEBOUNCE_INTERVAL (3 *
EL_M150_KEYS_POLL_INTERVAL) <br>
+ <br>
+static const char *EL_M150_part_probes[] = { <br>
+ "tp-link", <br>
+ NULL, <br>
+}; <br>
+ <br>
+static struct flash_platform_data EL_M150_flash_data = { <br>
+ .part_probes = EL_M150_part_probes, <br>
+}; <br>
+ <br>
+static struct gpio_led EL_M150_leds_gpio[] __initdata = { <br>
+ { <br>
+ .name = "ELINK:green:system", <br>
+ .gpio = EL_M150_GPIO_LED_SYSTEM, <br>
+ .active_low = 1, <br>
+ }, <br>
+}; <br>
+ <br>
+static struct gpio_keys_button EL_M150_gpio_keys[] __initdata = {
<br>
+ { <br>
+ .desc = "reset", <br>
+ .type = EV_KEY, <br>
+ .code = KEY_RESTART, <br>
+ .debounce_interval = EL_M150_KEYS_DEBOUNCE_INTERVAL, <br>
+ .gpio = EL_M150_GPIO_BTN_RESET, <br>
+ .active_low = 0, <br>
+ }, <br>
+ { <br>
+ .desc = "BTN_6", <br>
+ .type = EV_KEY, <br>
+ .code = BTN_6, <br>
+ .debounce_interval = EL_M150_KEYS_DEBOUNCE_INTERVAL, <br>
+ .gpio = EL_M150_GPIO_BTN6, <br>
+ .active_low = 1, <br>
+ }, <br>
+ { <br>
+ .desc = "BTN_7", <br>
+ .type = EV_KEY, <br>
+ .code = BTN_7, <br>
+ .debounce_interval = EL_M150_KEYS_DEBOUNCE_INTERVAL, <br>
+ .gpio = EL_M150_GPIO_BTN7, <br>
+ .active_low = 1, <br>
+ }, <br>
+}; <br>
+ <br>
+static void __init el_m150_setup(void) <br>
+{ <br>
+ u8 *mac = (u8 *) KSEG1ADDR(0x1f01fc00); <br>
+ u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000); <br>
+ <br>
+ /* disable PHY_SWAP and PHY_ADDR_SWAP bits */ <br>
+ ath79_setup_ar933x_phy4_switch(false, false); <br>
+ <br>
+ ath79_register_leds_gpio(-1, ARRAY_SIZE(EL_M150_leds_gpio), <br>
+ EL_M150_leds_gpio); <br>
+ <br>
+ ath79_register_gpio_keys_polled(-1, EL_M150_KEYS_POLL_INTERVAL,
<br>
+ ARRAY_SIZE(EL_M150_gpio_keys), <br>
+ EL_M150_gpio_keys); <br>
+ <br>
+ gpio_request_one(EL_M150_GPIO_USB_POWER, <br>
+ GPIOF_OUT_INIT_HIGH | GPIOF_EXPORT_DIR_FIXED, <br>
+ "USB power"); <br>
+ ath79_register_usb(); <br>
+ <br>
+ ath79_register_m25p80(&EL_M150_flash_data); <br>
+ ath79_init_mac(ath79_eth0_data.mac_addr, mac, 1); <br>
+ ath79_init_mac(ath79_eth1_data.mac_addr, mac, -1); <br>
+ <br>
+ ath79_register_mdio(0, 0x0); <br>
+ ath79_register_eth(0); <br>
+ ath79_register_eth(1); <br>
+ <br>
+ ath79_register_wmac(ee, mac); <br>
+} <br>
+ <br>
+MIPS_MACHINE(ATH79_MACH_EL_M150, "EL-M150", <br>
+Â Â Â Â "EasyLink EL-M150", el_m150_setup); <br>
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c <br>
b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c <br>
new file mode 100644 <br>
index 0000000..aaccb0d <br>
--- /dev/null <br>
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-mini.c <br>
@@ -0,0 +1,86 @@ <br>
+/* <br>
+ *Â Easy-Link EL-MINI board support <br>
+ * <br>
+ *Â Copyright (C) 2012 huangfc <a class="moz-txt-link-rfc2396E"
href="mailto:huangfangcheng@163.com"><huangfangcheng@163.com></a>
<br>
+ *Â Copyright (C) 2011 hys <a class="moz-txt-link-rfc2396E"
href="mailto:550663898@qq.com"><550663898@qq.com></a> <br>
+ * <br>
+ *Â This program is free software; you can redistribute it
and/or modify <br>
it <br>
+ *Â under the terms of the GNU General Public License version 2
as <br>
published <br>
+ *Â by the Free Software Foundation. <br>
+ */ <br>
+ <br>
+#include <linux/gpio.h> <br>
+ <br>
+#include <asm/mach-ath79/ath79.h> <br>
+ <br>
+#include "dev-eth.h" <br>
+#include "dev-gpio-buttons.h" <br>
+#include "dev-leds-gpio.h" <br>
+#include "dev-m25p80.h" <br>
+#include "dev-usb.h" <br>
+#include "dev-wmac.h" <br>
+#include "machtypes.h" <br>
+ <br>
+#define MINI_GPIO_LED_SYSTEM 27 <br>
+#define MINI_GPIO_BTN_RESET 11 <br>
+ <br>
+#define MINI_GPIO_USB_POWER 8 <br>
+ <br>
+#define MINI_KEYS_POLL_INTERVAL 20 /* msecs */ <br>
+#define MINI_KEYS_DEBOUNCE_INTERVAL (3 * MINI_KEYS_POLL_INTERVAL)
<br>
+ <br>
+static const char *mini_part_probes[] = { <br>
+ "tp-link", <br>
+ NULL, <br>
+}; <br>
+ <br>
+static struct flash_platform_data mini_flash_data = { <br>
+ .part_probes = mini_part_probes, <br>
+}; <br>
+ <br>
+static struct gpio_led mini_leds_gpio[] __initdata = { <br>
+ { <br>
+ .name = "ELINK:green:system", <br>
+ .gpio = MINI_GPIO_LED_SYSTEM, <br>
+ .active_low = 1, <br>
+ }, <br>
+}; <br>
+ <br>
+static struct gpio_keys_button mini_gpio_keys[] __initdata = { <br>
+ { <br>
+ .desc = "reset", <br>
+ .type = EV_KEY, <br>
+ .code = KEY_RESTART, <br>
+ .debounce_interval = MINI_KEYS_DEBOUNCE_INTERVAL, <br>
+ .gpio = MINI_GPIO_BTN_RESET, <br>
+ .active_low = 0, <br>
+ } <br>
+}; <br>
+ <br>
+static void __init el_mini_setup(void) <br>
+{ <br>
+ u8 *mac = (u8 *) KSEG1ADDR(0x1f01fc00); <br>
+ u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000); <br>
+ <br>
+ ath79_register_m25p80(&mini_flash_data); <br>
+ ath79_register_leds_gpio(-1, ARRAY_SIZE(mini_leds_gpio), <br>
+ mini_leds_gpio); <br>
+ ath79_register_gpio_keys_polled(-1, MINI_KEYS_POLL_INTERVAL, <br>
+ ARRAY_SIZE(mini_gpio_keys), <br>
+ mini_gpio_keys); <br>
+ <br>
+ gpio_request_one(MINI_GPIO_USB_POWER, <br>
+ GPIOF_OUT_INIT_HIGH | GPIOF_EXPORT_DIR_FIXED, <br>
+ "USB power"); <br>
+ ath79_register_usb(); <br>
+ <br>
+ ath79_init_mac(ath79_eth0_data.mac_addr, mac, -1); <br>
+ <br>
+ ath79_register_mdio(0, 0x0); <br>
+ ath79_register_eth(0); <br>
+ <br>
+ ath79_register_wmac(ee, mac); <br>
+} <br>
+ <br>
+MIPS_MACHINE(ATH79_MACH_EL_MINI, "EL-MINI", "EasyLink EL-MINI", <br>
+Â Â Â Â el_mini_setup); <br>
diff --git a/target/linux/ar71xx/generic/profiles/easylink.mk <br>
b/target/linux/ar71xx/generic/profiles/easylink.mk <br>
new file mode 100644 <br>
index 0000000..78d2ec0 <br>
--- /dev/null <br>
+++ b/target/linux/ar71xx/generic/profiles/easylink.mk <br>
@@ -0,0 +1,29 @@ <br>
+# <br>
+# Copyright (C) 2014 OpenWrt.org <br>
+# <br>
+# This is free software, licensed under the GNU General Public
License <br>
v2. <br>
+# See /LICENSE for more information. <br>
+# <br>
+ <br>
+define Profile/ELM150 <br>
+ NAME:=EasyLink EL-M150 <br>
+ PACKAGES:=kmod-usb-core kmod-usb2 <br>
+endef <br>
+ <br>
+ <br>
+define Profile/ELM150/Description <br>
+ Package set optimized for the EasyLink EL-M150. <br>
+endef <br>
+$(eval $(call Profile,ELM150)) <br>
+ <br>
+ <br>
+define Profile/ELMINI <br>
+ NAME:=EasyLink EL-MINI <br>
+ PACKAGES:=kmod-usb-core kmod-usb2 <br>
+endef <br>
+ <br>
+ <br>
+define Profile/ELMINI/Description <br>
+ Package set optimized for the EasyLink EL-MINI. <br>
+endef <br>
+$(eval $(call Profile,ELMINI)) <br>
diff --git a/target/linux/ar71xx/image/Makefile <br>
b/target/linux/ar71xx/image/Makefile <br>
index d0ee363..ae319c7 100644 <br>
--- a/target/linux/ar71xx/image/Makefile <br>
+++ b/target/linux/ar71xx/image/Makefile <br>
@@ -1134,6 +1134,8 @@ $(eval $(call
SingleProfile,TPLINK,64kraw,TLWR1043V1,tl-wr1043nd-v1,TL-WR1043ND,
<br>
<br>
 $(eval $(call
SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7V1,archer-c7-v1,ARCHER-C7,ttyS0,115200,0x75000001,1,8Mlzma))<br>
 $(eval $(call
SingleProfile,TPLINK-LZMA,64kraw,ARCHERC7V2,archer-c7-v2,ARCHER-C7,ttyS0,115200,0xc7000002,1,16Mlzma))<br>
+$(eval $(call
SingleProfile,TPLINK-LZMA,64kraw,ELM150,el-m150,EL-M150,ttyATH0,115200,0x01500101,1,8Mlzma))<br>
+$(eval $(call
SingleProfile,TPLINK-LZMA,64kraw,ELMINI,el-mini,EL-MINI,ttyATH0,115200,0x01530001,1,8Mlzma))<br>
 $(eval $(call
SingleProfile,TPLINK-LZMA,64kraw,TLMR10U,tl-mr10u-v1,TL-MR10U,ttyATH0,115200,0x00100101,1,4Mlzma))<br>
 $(eval $(call
SingleProfile,TPLINK-LZMA,64kraw,TLMR11UV1,tl-mr11u-v1,TL-MR11U,ttyATH0,115200,0x00110101,1,4Mlzma))<br>
 $(eval $(call
SingleProfile,TPLINK-LZMA,64kraw,TLMR11UV2,tl-mr11u-v2,TL-MR11U,ttyATH0,115200,0x00110102,1,4Mlzma))<br>
diff --git <br>
a/target/linux/ar71xx/patches-3.10/712-MIPS-ath79-add-EasyLink-support.patch
<br>
b/target/linux/ar71xx/patches-3.10/712-MIPS-ath79-add-EasyLink-support.patch
<br>
new file mode 100644 <br>
index 0000000..bf7eed9 <br>
--- /dev/null <br>
+++ <br>
b/target/linux/ar71xx/patches-3.10/712-MIPS-ath79-add-EasyLink-support.patch
<br>
@@ -0,0 +1,52 @@ <br>
+--- a/arch/mips/ath79/machtypes.h <br>
++++ b/arch/mips/ath79/machtypes.h <br>
+@@ -50,7 +50,9 @@ enum ath79_mach_type { <br>
+ ATH79_MACH_EW_DORIN, /* embedded wireless Dorin <br>
Platform */ <br>
+ ATH79_MACH_EW_DORIN_ROUTER, /* embedded wireless Dorin Router <br>
Platform */ <br>
+ ATH79_MACH_EAP7660D, /* Senao EAP7660D */ <br>
++ ATH79_MACH_EL_M150, /* EasyLink EL-M150 */ <br>
++ ATH79_MACH_EL_MINI, /* EasyLink EL-MINI */ <br>
+ ATH79_MACH_GS_OOLITE,          /* GS OOLITE V1.0 */ <br>
+ ATH79_MACH_HIWIFI_HC6361, /* HiWiFi HC6361 */ <br>
+ ATH79_MACH_JA76PF, /* jjPlus JA76PF */ <br>
+ ATH79_MACH_JA76PF2, /* jjPlus JA76PF2 */ <br>
+--- a/arch/mips/ath79/Kconfig <br>
++++ b/arch/mips/ath79/Kconfig <br>
+@@ -337,6 +337,26 @@ config ATH79_MACH_EW_DORIN <br>
+Â Say 'Y' here if you want your kernel to support the <br>
+Â Dorin Platform from <a class="moz-txt-link-abbreviated"
href="http://www.80211.de">www.80211.de</a> . <br>
+ <br>
++config ATH79_MACH_EL_M150 <br>
++ bool "EasyLink EL-M150 support" <br>
++ select SOC_AR933X <br>
++ select ATH79_DEV_ETH <br>
++ select ATH79_DEV_GPIO_BUTTONS <br>
++ select ATH79_DEV_LEDS_GPIO <br>
++ select ATH79_DEV_M25P80 <br>
++ select ATH79_DEV_USB <br>
++ select ATH79_DEV_WMAC <br>
++ <br>
++config ATH79_MACH_EL_MINI <br>
++ bool "EasyLink EL-MINI support" <br>
++ select SOC_AR933X <br>
++ select ATH79_DEV_ETH <br>
++ select ATH79_DEV_GPIO_BUTTONS <br>
++ select ATH79_DEV_LEDS_GPIO <br>
++ select ATH79_DEV_M25P80 <br>
++ select ATH79_DEV_USB <br>
++ select ATH79_DEV_WMAC <br>
++ <br>
+ config ATH79_MACH_GS_OOLITE <br>
+Â Â Â Â Â Â Â bool "GS Oolite V1 support" <br>
+Â Â Â Â Â Â Â select SOC_AR933X <br>
+--- a/arch/mips/ath79/Makefile <br>
++++ b/arch/mips/ath79/Makefile <br>
+@@ -62,6 +62,8 @@ obj-$(CONFIG_ATH79_MACH_DIR_825_C1) += m <br>
+ obj-$(CONFIG_ATH79_MACH_DRAGINO2) += mach-dragino2.o <br>
+ obj-$(CONFIG_ATH79_MACH_EW_DORIN) += mach-ew-dorin.o <br>
+ obj-$(CONFIG_ATH79_MACH_EAP7660D) += mach-eap7660d.o <br>
++obj-$(CONFIG_ATH79_MACH_EL_M150) += mach-el-m150.o <br>
++obj-$(CONFIG_ATH79_MACH_EL_MINI) += mach-el-mini.o <br>
+ obj-$(CONFIG_ATH79_MACH_GS_OOLITE) += mach-gs-oolite.o <br>
+ obj-$(CONFIG_ATH79_MACH_HIWIFI_HC6361) += mach-hiwifi-hc6361.o <br>
+ obj-$(CONFIG_ATH79_MACH_JA76PF) += mach-ja76pf.o<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
openwrt-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>