Fix Ubitiqui model info

This commit is contained in:
Matthias Schiffer 2014-02-06 17:00:44 +01:00
parent bf18984953
commit 314cfe7aa4
1 changed files with 3 additions and 2 deletions

View File

@ -63,5 +63,6 @@ $(eval $(call GluonModel,TLMR3420,tl-mr3420-v1,tp-link-tl-mr3420))
## Ubiquiti (everything)
$(eval $(call GluonProfile,UBNT,$(USB_PACKAGES)))
$(eval $(call GluonModel,UBNT,ubnt-bullet-m,ubiquity-bullet-m))
$(eval $(call GluonModel,UBNT,ubnt-nano-m,ubiquity-nanostation-m))
$(eval $(call GluonModel,UBNT,ubnt-bullet-m,ubiquiti-bullet-m))
$(eval $(call GluonModel,UBNT,ubnt-nano-m,ubiquiti-nanostation-m))
$(eval $(call GluonModel,UBNT,ubnt-unifi,ubiquiti-unifi))