mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	ramips: fix Netgear R6220 package selection
The Netgear R6220 requires the kmod-usb3 package and misses
kmod-usb-ledtrig-usbport package to setup the configured usb led
trigger.
Drop the already target selected kmod-mt76.
Fixes: FS#686
Fixes: 38bee61dab ("ramips: add support for Netgear R6220")
Signed-off-by: Mathias Kresin <dev@kresin.me>
			
			
This commit is contained in:
		
							parent
							
								
									b4be4617b5
								
							
						
					
					
						commit
						ae0facdf1d
					
				@ -131,7 +131,7 @@ define Device/r6220
 | 
				
			|||||||
  IMAGE/kernel.bin := append-kernel
 | 
					  IMAGE/kernel.bin := append-kernel
 | 
				
			||||||
  IMAGE/rootfs.bin := append-ubi | check-size $$$$(IMAGE_SIZE)
 | 
					  IMAGE/rootfs.bin := append-ubi | check-size $$$$(IMAGE_SIZE)
 | 
				
			||||||
  DEVICE_TITLE := Netgear R6220
 | 
					  DEVICE_TITLE := Netgear R6220
 | 
				
			||||||
  DEVICE_PACKAGES := kmod-usb2 kmod-mt76
 | 
					  DEVICE_PACKAGES := kmod-usb3 kmod-usb-ledtrig-usbport
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
TARGET_DEVICES += r6220
 | 
					TARGET_DEVICES += r6220
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user