summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>2019-10-06 21:07:33 +0200
committerChuanhong Guo <gch981213@gmail.com>2019-10-13 20:34:57 +0800
commitac36cca012dd1bbeea0fc4c2dc7a00941de34b52 (patch)
treecfef05ae66058a0fb9d72f2b3942e94f334ebe13
parent4b9a07336ae7d5da179c85aae8db9de739c4c5a2 (diff)
downloadopenwrt-ac36cca012dd1bbeea0fc4c2dc7a00941de34b52.tar.gz
openwrt-ac36cca012dd1bbeea0fc4c2dc7a00941de34b52.tar.bz2
openwrt-ac36cca012dd1bbeea0fc4c2dc7a00941de34b52.zip
ramips: mt7621: Alternative name KE 2P for Phicomm K2P
The Phicomm KE 2P is identical to the already supported Phicomm K2P, renamed for the European market. Use the ALT0 buildroot tags to show both devices. Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 582fe3284e..95efcca202 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -548,6 +548,8 @@ define Device/phicomm_k2p
IMAGE_SIZE := 15744k
DEVICE_VENDOR := Phicomm
DEVICE_MODEL := K2P
+ DEVICE_ALT0_VENDOR := Phicomm
+ DEVICE_ALT0_MODEL := KE 2P
SUPPORTED_DEVICES += k2p
DEVICE_PACKAGES := kmod-mt7615e wpad-basic
endef