[openwrt/openwrt] ramips: create image for mt7628 evb board
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 23 13:10:46 PDT 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/d089a5d7734d3a22213105b2af054a86b1af59ab
commit d089a5d7734d3a22213105b2af054a86b1af59ab
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon Apr 23 19:36:02 2018 +0200
ramips: create image for mt7628 evb board
The image for the EVB board got lost with the merge of the mt7628 and
mt7688 subtargets.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/ramips/image/mt76x8.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index c0b243c..aeb6faf 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -88,6 +88,7 @@ define Device/mt7628
DEVICE_TITLE := MediaTek MT7628 EVB
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport
endef
+TARGET_DEVICES += mt7628
define Device/omega2
DTS := OMEGA2
More information about the lede-commits
mailing list