From e936a82cd5a1945a54035e86146bfe5e5d771906 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 3 Apr 2020 21:18:24 +0200 Subject: [PATCH] Update bpi-r2 config --- root/target/linux/mediatek/image/Makefile | 1 + root/target/linux/mediatek/image/mt7623.mk | 13 ++++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/root/target/linux/mediatek/image/Makefile b/root/target/linux/mediatek/image/Makefile index 089682ac..994a66b8 100644 --- a/root/target/linux/mediatek/image/Makefile +++ b/root/target/linux/mediatek/image/Makefile @@ -1,6 +1,7 @@ # # Copyright (C) 2012-2015 OpenWrt.org # Copyright (C) 2016-2017 LEDE project +# Copyright (C) 2018-2019 Ycarus (Yannick Chabanois) for OpenMPTCProuter # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. diff --git a/root/target/linux/mediatek/image/mt7623.mk b/root/target/linux/mediatek/image/mt7623.mk index a547d535..a8738147 100644 --- a/root/target/linux/mediatek/image/mt7623.mk +++ b/root/target/linux/mediatek/image/mt7623.mk @@ -1,16 +1,19 @@ -define Device/7623a-unielec-u7623-02-emmc-512m - DEVICE_TITLE := MTK7623a UniElec U7623-02 (eMMC/512MB RAM) - DEVICE_DTS := mt7623a-unielec-u7623-02-emmc-512M +define Device/unielec-u7623-02-emmc-512m + DEVICE_VENDOR := UniElec + DEVICE_MODEL := U7623-02 + DEVICE_VARIANT := eMMC/512MB RAM + DEVICE_DTS := mt7623a-unielec-u7623-02-emmc-512m DEVICE_PACKAGES := mkf2fs e2fsprogs kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 kmod-mmc SUPPORTED_DEVICES := unielec,u7623-02-emmc-512m IMAGES := sysupgrade-emmc.bin.gz IMAGE/sysupgrade-emmc.bin.gz := sysupgrade-emmc | gzip | append-metadata endef -TARGET_DEVICES += 7623a-unielec-u7623-02-emmc-512m +TARGET_DEVICES += unielec-u7623-02-emmc-512m define Device/7623n-bananapi-bpi-r2 - DEVICE_TITLE := MTK7623n BananaPi R2 + DEVICE_VENDOR := Bpi + DEVICE_MODEL := Banana Pi R2 DEVICE_DTS := mt7623n-bananapi-bpi-r2 # DEVICE_PACKAGES := wmt uboot-mtk-bpi-r2 kmod-crypto-hw-mtk kmod-nat-hw-mtk DEVICE_PACKAGES := wmt uboot-mtk-bpi-r2 kmod-crypto-hw-mtk kmod-mt6625l-wlan-gen2 kmod-usb-core kmod-ata-core kmod-usb3 kmod-usb2 kmod-usb-ohci mt7623n-preloader