a0b8c60134
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 <pepe2k@gmail.com> SVN-Revision: 46617
18 lines
412 B
Makefile
18 lines
412 B
Makefile
#
|
|
# 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))
|