From fefd51407f9623fc7b235abe6a7856a9ddcda358 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 20 Jul 2014 17:31:05 +0000 Subject: ar71xx: create profile and build image for the OpenMesh OM5P board Signed-off-by: Marek Lindner [sven@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41775 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/openmesh.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk index 2f33d83c3e..c8846de638 100644 --- a/target/linux/ar71xx/generic/profiles/openmesh.mk +++ b/target/linux/ar71xx/generic/profiles/openmesh.mk @@ -16,6 +16,17 @@ 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 -- cgit v1.2.3