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

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

define Target/Description
	Lantiq Falcon
endef