ar71xx: adjust MR900 profile for the OpenMesh MR900v2 board

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>

SVN-Revision: 43270
owl
John Crispin 2014-11-14 16:55:32 +00:00
parent 7dce745a99
commit b6f5713b3f
1 changed files with 2 additions and 2 deletions

View File

@ -39,12 +39,12 @@ endef
$(eval $(call Profile,MR600)) $(eval $(call Profile,MR600))
define Profile/MR900 define Profile/MR900
NAME:=OpenMesh MR900 NAME:=OpenMesh MR900/MR900v2
PACKAGES:=kmod-ath9k om-watchdog PACKAGES:=kmod-ath9k om-watchdog
endef endef
define Profile/MR900/Description define Profile/MR900/Description
Package set optimized for the OpenMesh MR900. Package set optimized for the OpenMesh MR900/MR900v2.
endef endef
$(eval $(call Profile,MR900)) $(eval $(call Profile,MR900))