aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon/target.mk
blob: 90f81d25ca864f7307f8fa1e937d912c7f27cbcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ARCH:=mips
SUBTARGET:=falcon
BOARDNAME:=Falcon
FEATURES+=nand
CPU_TYPE:=24kc

DEFAULT_PACKAGES+= kmod-leds-gpio \
	kmod-gpio-button-hotplug \
	kmod-ledtrig-heartbeat

define Target/Description
	Lantiq Falcon
endef