diff options
author | Mathias Kresin <dev@kresin.me> | 2018-04-23 19:36:02 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-23 22:07:22 +0200 |
commit | d089a5d7734d3a22213105b2af054a86b1af59ab (patch) | |
tree | 7461612e8410fbfb7a01cb96aeb09a227b499b4a /target/linux/ramips | |
parent | a31107a97a00b2d637b8f7468f01317332dad801 (diff) | |
download | upstream-d089a5d7734d3a22213105b2af054a86b1af59ab.tar.gz upstream-d089a5d7734d3a22213105b2af054a86b1af59ab.tar.bz2 upstream-d089a5d7734d3a22213105b2af054a86b1af59ab.zip |
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@kresin.me>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index c0b243c3c3..aeb6faf0e7 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 |