mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:02:49 +02:00
14 lines
328 B
Makefile
14 lines
328 B
Makefile
|
ARCH:=mips
|
||
|
SUBTARGET:=falcon
|
||
|
BOARDNAME:=Falcon
|
||
|
FEATURES:=squashfs jffs2
|
||
|
DEVICE_TYPE:=other
|
||
|
|
||
|
DEFAULT_PACKAGES+= kmod-ifxos gpon-base-files kmod-leds-gpio \
|
||
|
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
|