mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
octeon: add detection for edgerouter and edgerouter-pro
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41844
This commit is contained in:
parent
96a4d6fb54
commit
13445d2576
@ -17,6 +17,14 @@ octeon_board_detect() {
|
|||||||
name="erlite"
|
name="erlite"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"UBNT_E200"*)
|
||||||
|
name="er"
|
||||||
|
;;
|
||||||
|
|
||||||
|
"UBNT_E220"*)
|
||||||
|
name="erpro"
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
name="generic"
|
name="generic"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user