Skip to content
Snippets Groups Projects
Commit 643eaad9 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

parent 02fb2817
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment