From 713c81e97b5b9557bcb6e6e9dc2308d20f8dbf23 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 06:00:11 +0000 Subject: ramips: fix Omnima models, images and profiles names Official names for supported Omnima products are (as on website): * Omnima HPM * Omnima MiniEMBWiFi * Omnima MiniEMBPlug This patch changes: * board names * dts filenames * profile names * image filenames * LED names for Omnima devices, for consistency. Signed-off-by: Piotr Dymacz SVN-Revision: 46627 --- target/linux/ramips/rt3883/profiles/omnima.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'target/linux/ramips/rt3883/profiles/omnima.mk') diff --git a/target/linux/ramips/rt3883/profiles/omnima.mk b/target/linux/ramips/rt3883/profiles/omnima.mk index 2f31715277..ce25999b52 100644 --- a/target/linux/ramips/rt3883/profiles/omnima.mk +++ b/target/linux/ramips/rt3883/profiles/omnima.mk @@ -5,12 +5,12 @@ # See /LICENSE for more information. # -define Profile/OMNIEMBHPM - NAME:=Omnima EMB-HPM board +define Profile/HPM + NAME:=Omnima HPM PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 endef -define Profile/OMNIEMBHPM/Description - Package set compatible with the Omnima EMB-HPM board. +define Profile/HPM/Description + Package set compatible with the Omnima HPM board. endef -$(eval $(call Profile,OMNIEMBHPM)) +$(eval $(call Profile,HPM)) -- cgit v1.2.3