mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 12:28:23 +00:00
316fd625cd
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> Signed-off-by: maurerr <mariusd84@gmail.com>
12 lines
199 B
Makefile
12 lines
199 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=xway
|
|
BOARDNAME:=XWAY
|
|
FEATURES:=atm nand ramdisk
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig
|
|
|
|
define Target/Description
|
|
Lantiq XWAY
|
|
endef
|