summaryrefslogtreecommitdiff
path: root/target/linux/octeon/patches-3.14/100-ubnt_edgerouter2_support.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-16 07:40:59 +0000
committerJohn Crispin <john@openwrt.org>2015-03-16 07:40:59 +0000
commitcc8b6c6d5b134140301d9a1edcbe5f660f95150a (patch)
tree945c48f226f1233c21a53b6bba4934054145f33f /target/linux/octeon/patches-3.14/100-ubnt_edgerouter2_support.patch
parenta992489e4b4c20a6445b343cfbee7fa62340c331 (diff)
downloadmtk-20170518-cc8b6c6d5b134140301d9a1edcbe5f660f95150a.zip
mtk-20170518-cc8b6c6d5b134140301d9a1edcbe5f660f95150a.tar.gz
mtk-20170518-cc8b6c6d5b134140301d9a1edcbe5f660f95150a.tar.bz2
octeon: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44820
Diffstat (limited to 'target/linux/octeon/patches-3.14/100-ubnt_edgerouter2_support.patch')
-rw-r--r--target/linux/octeon/patches-3.14/100-ubnt_edgerouter2_support.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/octeon/patches-3.14/100-ubnt_edgerouter2_support.patch b/target/linux/octeon/patches-3.14/100-ubnt_edgerouter2_support.patch
deleted file mode 100644
index 7891e71..0000000
--- a/target/linux/octeon/patches-3.14/100-ubnt_edgerouter2_support.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/arch/mips/include/asm/octeon/cvmx-bootinfo.h
-+++ b/arch/mips/include/asm/octeon/cvmx-bootinfo.h
-@@ -228,6 +228,8 @@ enum cvmx_board_types_enum {
- */
- CVMX_BOARD_TYPE_CUST_PRIVATE_MIN = 20001,
- CVMX_BOARD_TYPE_UBNT_E100 = 20002,
-+ CVMX_BOARD_TYPE_UBNT_E200 = 20003,
-+ CVMX_BOARD_TYPE_UBNT_E220 = 20005,
- CVMX_BOARD_TYPE_CUST_PRIVATE_MAX = 30000,
-
- /* The remaining range is reserved for future use. */
-@@ -327,6 +329,8 @@ static inline const char *cvmx_board_typ
- /* Customer private range */
- ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_CUST_PRIVATE_MIN)
- ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_UBNT_E100)
-+ ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_UBNT_E200)
-+ ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_UBNT_E220)
- ENUM_BRD_TYPE_CASE(CVMX_BOARD_TYPE_CUST_PRIVATE_MAX)
- }
- return "Unsupported Board";
---- a/arch/mips/cavium-octeon/executive/cvmx-helper-board.c
-+++ b/arch/mips/cavium-octeon/executive/cvmx-helper-board.c
-@@ -186,6 +186,8 @@ int cvmx_helper_board_get_mii_address(in
- return 7 - ipd_port;
- else
- return -1;
-+ case CVMX_BOARD_TYPE_UBNT_E200:
-+ return -1;
- }
-
- /* Some unknown board. Somebody forgot to update this function... */