mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Prepare support Banana Pi R2
This commit is contained in:
parent
fb4a368c84
commit
1e73f37fde
7 changed files with 252303 additions and 0 deletions
17
root/target/linux/mediatek/image/mt7623.mk
Normal file
17
root/target/linux/mediatek/image/mt7623.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
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
|
||||
|
||||
define Device/7623n-bananapi-bpi-r2
|
||||
DEVICE_TITLE := MTK7623n BananaPi R2
|
||||
DEVICE_DTS := mt7623n-bananapi-bpi-r2
|
||||
endef
|
||||
|
||||
TARGET_DEVICES += 7623n-bananapi-bpi-r2
|
Loading…
Add table
Add a link
Reference in a new issue