Update targets.mk

Patch 1 of 2
Addd initial lantiq support
This commit is contained in:
heini66 2019-08-31 14:25:21 +02:00 committed by GitHub
parent bd543db86b
commit e23e2be850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,7 @@ ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,ipq806x)) # BROKEN: See target file for details
$(eval $(call GluonTarget,lantiq,xrx200)) # BROKEN: No dedicated wan IF
$(eval $(call GluonTarget,lantiq,xway)) # BROKEN: No dedicated wan IF
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No AP+IBSS or 11s support
endif