mirror of https://github.com/hak5/openwrt.git
ar71xx: add MR1750v2 to the MR1750 profile
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>lede-17.01
parent
c4e3706533
commit
f21de7d9a8
|
@ -61,12 +61,12 @@ endef
|
||||||
$(eval $(call Profile,MR900))
|
$(eval $(call Profile,MR900))
|
||||||
|
|
||||||
define Profile/MR1750
|
define Profile/MR1750
|
||||||
NAME:=OpenMesh MR1750
|
NAME:=OpenMesh MR1750/MR1750v2
|
||||||
PACKAGES:=kmod-ath9k kmod-ath10k
|
PACKAGES:=kmod-ath9k kmod-ath10k
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/MR1750/Description
|
define Profile/MR1750/Description
|
||||||
Package set optimized for the OpenMesh MR1750.
|
Package set optimized for the OpenMesh MR1750/MR1750v2.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,MR1750))
|
$(eval $(call Profile,MR1750))
|
||||||
|
|
Loading…
Reference in New Issue