aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon/target.mk
blob: b7af20c79c11b1eea47e75703e129e0efb2f8630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ARCH:=mips
SUBTARGET:=falcon
BOARDNAME:=Falcon
FEATURES:=squashfs
DEVICE_TYPE:=other
CFLAGS+= -mtune=mips32r2

DEFAULT_PACKAGES+= kmod-ifxos gpon-base-files kmod-leds-gpio kmod-ledtrig-heartbeat \
	kmod-gpon-optic-drv gpon-optic-drv kmod-gpon-onu-drv gpon-onu-drv \
	gpon-pe-firmware gpon-omci-api gpon-omci-onu gpon-luci

define Target/Description
	Lantiq Falcon
endef