ar71xx: move Compex WPJ342 to generic build target
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
This commit is contained in:
		 Christian Mehlis
					Christian Mehlis
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							0af487033e
						
					
				
				
					commit
					be11ce8f26
				
			| @@ -790,6 +790,16 @@ define Device/bhr-4grv2 | ||||
| endef | ||||
| TARGET_DEVICES += bhr-4grv2 | ||||
|  | ||||
| define Device/wpj342 | ||||
|   DEVICE_TITLE := Compex WPJ342 (16MB flash) | ||||
|   DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport | ||||
|   BOARDNAME := WPJ342 | ||||
|   MTDPARTS := spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro | ||||
|   IMAGE_SIZE := 16128k | ||||
|   CONSOLE := ttyS0,115200 | ||||
| endef | ||||
| TARGET_DEVICES += wpj342 | ||||
|  | ||||
| define Device/wpj344 | ||||
|   DEVICE_TITLE := Compex WPJ344 (16MB flash) | ||||
|   DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport | ||||
|   | ||||
| @@ -167,11 +167,6 @@ define LegacyDevice/WLR8100 | ||||
| endef | ||||
| LEGACY_DEVICES += WLR8100 | ||||
|  | ||||
| define LegacyDevice/WPJ342_16M | ||||
|   DEVICE_TITLE := Compex WPJ342 (16MB flash) | ||||
| endef | ||||
| LEGACY_DEVICES += WPJ342_16M | ||||
|  | ||||
| define LegacyDevice/DR344 | ||||
|   DEVICE_TITLE := Wallys DR344 | ||||
| endef | ||||
|   | ||||
| @@ -269,7 +269,6 @@ uap_pro_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1536k(kernel) | ||||
| ubdev_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7488k(firmware),64k(certs),256k(cfg)ro,64k(EEPROM)ro | ||||
| whrhpg300n_mtdlayout=mtdparts=spi0.0:248k(u-boot)ro,8k(u-boot-env)ro,3712k(firmware),64k(art)ro | ||||
| wlr8100_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,1408k(kernel),14080k(rootfs),192k(unknown)ro,64k(art)ro,384k(unknown2)ro,15488k@0x40000(firmware) | ||||
| wpj342_mtdlayout_16M=mtdparts=spi0.0:192k(u-boot)ro,16128k(firmware),64k(art)ro | ||||
| dr344_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(nvram),64k(art)ro,7744k@0x50000(firmware) | ||||
| wndap360_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7744k(firmware),64k(nvram)ro,64k(art)ro | ||||
| wnr2200_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7808k(firmware),64k(art)ro | ||||
| @@ -906,7 +905,6 @@ $(eval $(call SingleProfile,AthLzma,64k,EWDORIN16M,ew-dorin-16M,EW-DORIN,ttyATH0 | ||||
| $(eval $(call SingleProfile,AthLzma,64k,HORNETUBx2,hornet-ub-x2,HORNET-UB,ttyATH0,115200,$$(alfa_mtdlayout_16M),KRuImage,65536)) | ||||
| $(eval $(call SingleProfile,AthLzma,64k,TUBE2H16M,tube2h-16M,TUBE2H,ttyATH0,115200,$$(alfa_mtdlayout_16M),KRuImage,65536)) | ||||
| $(eval $(call SingleProfile,AthLzma,64k,WLR8100,wlr8100,WLR8100,ttyS0,115200,$$(wlr8100_mtdlayout),KRuImage)) | ||||
| $(eval $(call SingleProfile,AthLzma,64k,WPJ342_16M,wpj342-16M,WPJ342,ttyS0,115200,$$(wpj342_mtdlayout_16M),KRuImage,65536)) | ||||
| $(eval $(call SingleProfile,AthLzma,64k,DR344,dr344,DR344,ttyS0,115200,$$(dr344_mtdlayout),RKuImage)) | ||||
| $(eval $(call SingleProfile,AthLzma,64k,WRTNODE2Q,wrtnode2q,WRTNODE2Q,ttyS0,115200,$$(wrtnode2q_mtdlayout),KRuImage)) | ||||
| $(eval $(call SingleProfile,AthLzma,64k,YUN_8M,yun-8M,Yun,ttyATH0,250000,$$(yun_mtdlayout_8M),RKuImage)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user