kernel: refresh patches
[openwrt/openwrt.git] / target / linux / ar71xx / patches-3.14 / 702-MIPS-ath79-add-MyNet-N750-support.patch
1 --- a/arch/mips/ath79/machtypes.h
2 +++ b/arch/mips/ath79/machtypes.h
3 @@ -58,6 +58,7 @@ enum ath79_mach_type {
4 ATH79_MACH_MR600V2, /* OpenMesh MR600v2 */
5 ATH79_MACH_MR600, /* OpenMesh MR600 */
6 ATH79_MACH_MYNET_N600, /* WD My Net N600 */
7 + ATH79_MACH_MYNET_N750, /* WD My Net N750 */
8 ATH79_MACH_MYNET_REXT, /* WD My Net Wi-Fi Range Extender */
9 ATH79_MACH_MZK_W04NU, /* Planex MZK-W04NU */
10 ATH79_MACH_MZK_W300NH, /* Planex MZK-W300NH */
11 --- a/arch/mips/ath79/Kconfig
12 +++ b/arch/mips/ath79/Kconfig
13 @@ -839,6 +839,16 @@ config ATH79_MACH_MYNET_N600
14 select ATH79_DEV_WMAC
15 select ATH79_NVRAM
16
17 +config ATH79_MACH_MYNET_N750
18 + bool "WD My Net N750 board support"
19 + select SOC_AR934X
20 + select ATH79_DEV_ETH
21 + select ATH79_DEV_GPIO_BUTTONS
22 + select ATH79_DEV_LEDS_GPIO
23 + select ATH79_DEV_M25P80
24 + select ATH79_DEV_WMAC
25 + select ATH79_NVRAM
26 +
27 config ATH79_MACH_MYNET_REXT
28 bool "WD My Net Wi-Fi Range Extender board support"
29 select SOC_AR934X
30 --- a/arch/mips/ath79/Makefile
31 +++ b/arch/mips/ath79/Makefile
32 @@ -68,6 +68,7 @@ obj-$(CONFIG_ATH79_MACH_JWAP003) += mach
33 obj-$(CONFIG_ATH79_MACH_HORNET_UB) += mach-hornet-ub.o
34 obj-$(CONFIG_ATH79_MACH_MR600) += mach-mr600.o
35 obj-$(CONFIG_ATH79_MACH_MYNET_N600) += mach-mynet-n600.o
36 +obj-$(CONFIG_ATH79_MACH_MYNET_N750) += mach-mynet-n750.o
37 obj-$(CONFIG_ATH79_MACH_MYNET_REXT) += mach-mynet-rext.o
38 obj-$(CONFIG_ATH79_MACH_MZK_W04NU) += mach-mzk-w04nu.o
39 obj-$(CONFIG_ATH79_MACH_MZK_W300NH) += mach-mzk-w300nh.o