diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 13:54:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-23 13:54:28 +0000 |
commit | 25cb8318cd686a91c626c668b2ceaf85e8234d7a (patch) | |
tree | 26ab9a56b83751eb643ef6dfd1fa83f1da4d5fcd /target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch | |
parent | 01794562126c90aa6bb99dd95be7f09f59a47fc2 (diff) | |
download | upstream-25cb8318cd686a91c626c668b2ceaf85e8234d7a.tar.gz upstream-25cb8318cd686a91c626c668b2ceaf85e8234d7a.tar.bz2 upstream-25cb8318cd686a91c626c668b2ceaf85e8234d7a.zip |
ar71xx: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43344
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 | 37 |
1 files changed, 0 insertions, 37 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 deleted file mode 100644 index 8e1a94983c..0000000000 --- a/target/linux/ar71xx/patches-3.10/709-MIPS-ath79-add-NBG6716.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- a/arch/mips/ath79/Makefile -+++ b/arch/mips/ath79/Makefile -@@ -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 -@@ -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 */ -+ ATH79_MACH_NBG6716, /* Zyxel NBG6716 */ - ATH79_MACH_OM2P_HS, /* OpenMesh OM2P-HS */ - ATH79_MACH_OM2P_LC, /* OpenMesh OM2P-LC */ - ATH79_MACH_OM2P, /* OpenMesh OM2P */ ---- a/arch/mips/ath79/Kconfig -+++ b/arch/mips/ath79/Kconfig -@@ -899,6 +899,17 @@ config ATH79_MACH_NBG460N - select ATH79_DEV_M25P80 - select ATH79_DEV_WMAC - -+config ATH79_MACH_NBG6716 -+ bool "Zyxel NBG6716 board support" -+ select SOC_QCA955X -+ select ATH79_DEV_ETH -+ select ATH79_DEV_GPIO_BUTTONS -+ select ATH79_DEV_LEDS_GPIO -+ select ATH79_DEV_M25P80 -+ select ATH79_DEV_NFC -+ select ATH79_DEV_USB -+ select ATH79_DEV_WMAC -+ - config ATH79_MACH_CARAMBOLA2 - bool "8devices Carambola2 board" - select SOC_AR933X |