From 023c7108415a0f9c83ed7242547beb6585e8dcd7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 05:58:15 +0000 Subject: ramips: fix Xiaomi MiWiFi Mini board, image and profile names The following patch: * changes board name from "xiaomi-miwifi-mini" to "miwifi-mini" * changes filenames of dts and profile * fixes LED names in dts file and base-files scripts * removes manufacturer name from image filename for Xiaomi MiWiFi Mini device. Signed-off-by: Piotr Dymacz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46617 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk | 18 ------------------ target/linux/ramips/mt7620/profiles/xiaomi.mk | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk create mode 100644 target/linux/ramips/mt7620/profiles/xiaomi.mk (limited to 'target/linux/ramips/mt7620/profiles') diff --git a/target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk b/target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk deleted file mode 100644 index 47819b2aaa..0000000000 --- a/target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/XIAOMI-MIWIFI-MINI - NAME:=Xiaomi MiWiFi Mini - PACKAGES:=\ - kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \ - kmod-mt76 -endef - -define Profile/XIAOMI-MIWIFI-MINI/Description - Support for Xiaomi MiWiFi Mini routers -endef -$(eval $(call Profile,XIAOMI-MIWIFI-MINI)) diff --git a/target/linux/ramips/mt7620/profiles/xiaomi.mk b/target/linux/ramips/mt7620/profiles/xiaomi.mk new file mode 100644 index 0000000000..47f6d499dd --- /dev/null +++ b/target/linux/ramips/mt7620/profiles/xiaomi.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/MIWIFI-MINI + NAME:=Xiaomi MiWiFi Mini + PACKAGES:=\ + kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \ + kmod-mt76 +endef + +define Profile/MIWIFI-MINI/Description + Support for Xiaomi MiWiFi Mini routers +endef +$(eval $(call Profile,MIWIFI-MINI)) -- cgit v1.2.3