diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 16:24:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 16:24:12 +0000 |
commit | 2f79cb03c5e2849579b85763d910807c82d9576b (patch) | |
tree | 2f60f55f600dc271f5c7faaeafbafe8516a6bf31 /target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch | |
parent | 680e0c09f3dd3efd71139c76263fe81b35d4c71c (diff) | |
download | upstream-2f79cb03c5e2849579b85763d910807c82d9576b.tar.gz upstream-2f79cb03c5e2849579b85763d910807c82d9576b.tar.bz2 upstream-2f79cb03c5e2849579b85763d910807c82d9576b.zip |
ar71xx: fix compile error in r40969, refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40977
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch b/target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch index c213c50e25..5fb93f2301 100644 --- a/target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch +++ b/target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch @@ -1,13 +1,13 @@ --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile -@@ -129,3 +129,4 @@ obj-$(CONFIG_ATH79_MACH_WZR_HP_AG300H) + +@@ -130,3 +130,4 @@ obj-$(CONFIG_ATH79_MACH_WZR_HP_AG300H) + obj-$(CONFIG_ATH79_MACH_WZR_HP_G450H) += mach-wzr-hp-g450h.o obj-$(CONFIG_ATH79_MACH_ZCN_1523H) += mach-zcn-1523h.o obj-$(CONFIG_ATH79_MACH_CARAMBOLA2) += mach-carambola2.o +obj-$(CONFIG_ATH79_MACH_NBG6716) += mach-nbg6716.o --- a/arch/mips/ath79/machtypes.h +++ b/arch/mips/ath79/machtypes.h -@@ -62,6 +62,7 @@ enum ath79_mach_type { +@@ -64,6 +64,7 @@ enum ath79_mach_type { ATH79_MACH_MZK_W04NU, /* Planex MZK-W04NU */ ATH79_MACH_MZK_W300NH, /* Planex MZK-W300NH */ ATH79_MACH_NBG460N, /* Zyxel NBG460N/550N/550NH */ @@ -17,7 +17,7 @@ ATH79_MACH_OM2P, /* OpenMesh OM2P */ --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig -@@ -889,6 +889,17 @@ config ATH79_MACH_NBG460N +@@ -899,6 +899,17 @@ config ATH79_MACH_NBG460N select ATH79_DEV_M25P80 select ATH79_DEV_WMAC |