Add support for the Linksys WRT160NL (marked as broken until it has been tested)

This commit is contained in:
Matthias Schiffer 2014-06-26 23:18:32 +02:00
parent 02fb2817f3
commit 643eaad9e7

View File

@ -82,3 +82,12 @@ $(eval $(call GluonModel,DIR615E1,dir-615-e1-squashfs,d-link-dir-615-rev-e1))
# D-Link DIR-825 rev. B1
$(eval $(call GluonProfile,DIR825B1))
$(eval $(call GluonModel,DIR825B1,dir-825-b1-squashfs,d-link-dir-825-rev-b1))
## Linksys by Cisco
# WRT160NL
ifeq ($(BROKEN),1)
$(eval $(call GluonProfile,WRT160NL))
$(eval $(call GluonModel,WRT160NL,wrt160nl-squashfs,linksys-wrt160nl))
endif