X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fgeneric%2Fprofiles%2Fopenmesh.mk;h=6f714d5f3f280eeaaeb308983c7c9a7b33f557d1;hb=3916ef40d18df7f93ead17d64b4502073efca707;hp=975a7edf1dd5c68ff4cd68f87c8d4ee6fe64774e;hpb=fa44661b24482a7a19f5f37f5c9093545f9b2b31;p=openwrt.git diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk index 975a7edf1d..6f714d5f3f 100644 --- a/target/linux/ar71xx/generic/profiles/openmesh.mk +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk @@ -1,18 +1,62 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # define Profile/OM2P - NAME:=OpenMesh OM2P/OM2P-HS/OM2P-LC + NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC PACKAGES:=kmod-ath9k om-watchdog endef define Profile/OM2P/Description - Package set optimized for the OpenMesh OM2P/OM2P-HS/OM2P-LC. + Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC. endef $(eval $(call Profile,OM2P)) +define Profile/OM5P + NAME:=OpenMesh OM5P + PACKAGES:=kmod-ath9k om-watchdog +endef + +define Profile/OM5P/Description + Package set optimized for the OpenMesh OM5P. +endef + +$(eval $(call Profile,OM5P)) + +define Profile/MR600 + NAME:=OpenMesh MR600 + PACKAGES:=kmod-ath9k om-watchdog +endef + +define Profile/MR600/Description + Package set optimized for the OpenMesh MR600. +endef + +$(eval $(call Profile,MR600)) + +define Profile/MR900 + NAME:=OpenMesh MR900 + PACKAGES:=kmod-ath9k om-watchdog +endef + +define Profile/MR900/Description + Package set optimized for the OpenMesh MR900. +endef + +$(eval $(call Profile,MR900)) + +define Profile/OPENMESH + NAME:=OpenMesh products + PACKAGES:=kmod-ath9k om-watchdog +endef + +define Profile/OPENMESH/Description + Build images for all OpenMesh products. +endef + +$(eval $(call Profile,OPENMESH)) +