uboot-envtools: add support for ALFA Network AP120C-AC
While at it, fix alphabetical order. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
		| @@ -31,14 +31,15 @@ ubootenv_mtdinfo () { | |||||||
| } | } | ||||||
|  |  | ||||||
| case "$board" in | case "$board" in | ||||||
| linksys,ea6350v3) | alfa-network,ap120c-ac |\ | ||||||
| 	ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000" |  | ||||||
| 	;; |  | ||||||
| glinet,gl-b1300 |\ | glinet,gl-b1300 |\ | ||||||
| openmesh,a42 |\ | openmesh,a42 |\ | ||||||
| openmesh,a62) | openmesh,a62) | ||||||
| 	ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000" | 	ubootenv_add_uci_config "/dev/mtd5" "0x0" "0x10000" "0x10000" | ||||||
| 	;; | 	;; | ||||||
|  | linksys,ea6350v3) | ||||||
|  | 	ubootenv_add_uci_config "/dev/mtd7" "0x0" "0x20000" "0x20000" | ||||||
|  | 	;; | ||||||
| zyxel,nbg6617) | zyxel,nbg6617) | ||||||
| 	ubootenv_add_uci_config "/dev/mtd6" "0x0" "0x10000" "0x10000" | 	ubootenv_add_uci_config "/dev/mtd6" "0x0" "0x10000" "0x10000" | ||||||
| 	;; | 	;; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Piotr Dymacz
					Piotr Dymacz