lantiq: clean up target/subtarget features
The feature "squashfs" is defined for target and all subtargets individually. Remove the redundant entries in the subtargets. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> [split patch, adjust commit title/message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
		 Rui Salvaterra
					Rui Salvaterra
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							8e8fcce609
						
					
				
				
					commit
					f1c6523376
				
			| @@ -7,7 +7,7 @@ | |||||||
| ARCH:=mips | ARCH:=mips | ||||||
| SUBTARGET:=ase | SUBTARGET:=ase | ||||||
| BOARDNAME:=Amazon-SE | BOARDNAME:=Amazon-SE | ||||||
| FEATURES:=squashfs atm mips16 small_flash | FEATURES:=atm mips16 small_flash | ||||||
| CPU_TYPE:=mips32 | CPU_TYPE:=mips32 | ||||||
|  |  | ||||||
| DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \ | DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug \ | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| ARCH:=mips | ARCH:=mips | ||||||
| SUBTARGET:=falcon | SUBTARGET:=falcon | ||||||
| BOARDNAME:=Falcon | BOARDNAME:=Falcon | ||||||
| FEATURES:=squashfs nand | FEATURES:=nand | ||||||
| CPU_TYPE:=24kc | CPU_TYPE:=24kc | ||||||
|  |  | ||||||
| DEFAULT_PACKAGES+= kmod-leds-gpio \ | DEFAULT_PACKAGES+= kmod-leds-gpio \ | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| ARCH:=mips | ARCH:=mips | ||||||
| SUBTARGET:=xrx200 | SUBTARGET:=xrx200 | ||||||
| BOARDNAME:=XRX200 | BOARDNAME:=XRX200 | ||||||
| FEATURES:=squashfs atm nand ramdisk | FEATURES:=atm nand ramdisk | ||||||
| CPU_TYPE:=24kc | CPU_TYPE:=24kc | ||||||
|  |  | ||||||
| DEFAULT_PACKAGES+=kmod-leds-gpio \ | DEFAULT_PACKAGES+=kmod-leds-gpio \ | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| ARCH:=mips | ARCH:=mips | ||||||
| SUBTARGET:=xway | SUBTARGET:=xway | ||||||
| BOARDNAME:=XWAY | BOARDNAME:=XWAY | ||||||
| FEATURES:=squashfs atm nand ramdisk | FEATURES:=atm nand ramdisk | ||||||
| CPU_TYPE:=24kc | CPU_TYPE:=24kc | ||||||
|  |  | ||||||
| DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig | DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| ARCH:=mips | ARCH:=mips | ||||||
| SUBTARGET:=xway_legacy | SUBTARGET:=xway_legacy | ||||||
| BOARDNAME:=XWAY Legacy | BOARDNAME:=XWAY Legacy | ||||||
| FEATURES:=squashfs atm ramdisk small_flash | FEATURES:=atm ramdisk small_flash | ||||||
| CPU_TYPE:=24kc | CPU_TYPE:=24kc | ||||||
|  |  | ||||||
| DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig | DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user