ar71xx: add MR1750v2 to the MR1750 profile

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
lede-17.01
Sven Eckelmann 2016-05-20 17:53:19 +02:00 committed by Felix Fietkau
parent c4e3706533
commit f21de7d9a8
1 changed files with 2 additions and 2 deletions

View File

@ -61,12 +61,12 @@ endef
$(eval $(call Profile,MR900))
define Profile/MR1750
NAME:=OpenMesh MR1750
NAME:=OpenMesh MR1750/MR1750v2
PACKAGES:=kmod-ath9k kmod-ath10k
endef
define Profile/MR1750/Description
Package set optimized for the OpenMesh MR1750.
Package set optimized for the OpenMesh MR1750/MR1750v2.
endef
$(eval $(call Profile,MR1750))