projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b9a073
)
ramips: mt7621: Alternative name KE 2P for Phicomm K2P
author
Roger Pueyo Centelles
<roger.pueyo@guifi.net>
Sun, 6 Oct 2019 19:07:33 +0000
(21:07 +0200)
committer
Chuanhong Guo
<gch981213@gmail.com>
Sun, 13 Oct 2019 12:34:57 +0000
(20:34 +0800)
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>
target/linux/ramips/image/mt7621.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7621.mk
b/target/linux/ramips/image/mt7621.mk
index 582fe3284e81d6678c2c6f9a7b204c3ba57dfe62..95efcca20276debf67b9ce02f93b9603694d378f 100644
(file)
--- 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