2017-10-19 22:23:41 +08:00
|
|
|
#
|
2019-04-12 11:39:40 +08:00
|
|
|
# Copyright (C) 2013-2019 OpenWrt.org
|
2017-10-19 22:23:41 +08:00
|
|
|
# Copyright (C) 2016 Yousong Zhou
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/cubietech_cubieboard2
|
|
|
|
DEVICE_VENDOR := Cubietech
|
|
|
|
DEVICE_MODEL := Cubieboard2
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i-a20
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += cubietech_cubieboard2
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/cubietech_cubietruck
|
|
|
|
DEVICE_VENDOR := Cubietech
|
|
|
|
DEVICE_MODEL := Cubietruck
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-brcmfmac
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i-a20
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += cubietech_cubietruck
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/friendlyarm_nanopi-m1-plus
|
|
|
|
DEVICE_VENDOR := FriendlyARM
|
|
|
|
DEVICE_MODEL := NanoPi M1 Plus
|
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
kmod-brcmfmac brcmfmac-firmware-43430-sdio wpad-basic-wolfssl
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h3
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += friendlyarm_nanopi-m1-plus
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/friendlyarm_nanopi-neo
|
|
|
|
DEVICE_VENDOR := FriendlyARM
|
|
|
|
DEVICE_MODEL := NanoPi NEO
|
|
|
|
SOC := sun8i-h3
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += friendlyarm_nanopi-neo
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/friendlyarm_nanopi-neo-air
|
|
|
|
DEVICE_VENDOR := FriendlyARM
|
|
|
|
DEVICE_MODEL := NanoPi NEO Air
|
|
|
|
DEVICE_PACKAGES := kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
kmod-brcmfmac brcmfmac-firmware-43430-sdio wpad-basic-wolfssl
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h3
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += friendlyarm_nanopi-neo-air
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-11-14 00:52:35 +08:00
|
|
|
define Device/friendlyarm_nanopi-r1
|
|
|
|
DEVICE_VENDOR := FriendlyARM
|
|
|
|
DEVICE_MODEL := NanoPi R1
|
|
|
|
DEVICE_PACKAGES := kmod-rtc-sunxi kmod-usb-net-rtl8152 \
|
|
|
|
kmod-brcmfmac kmod-leds-gpio kmod-ledtrig-heartbeat wpad-basic-wolfssl \
|
|
|
|
brcmfmac-firmware-43430-sdio
|
|
|
|
SOC := sun8i-h3
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += friendlyarm_nanopi-r1
|
|
|
|
|
|
|
|
define Device/friendlyarm_zeropi
|
|
|
|
DEVICE_VENDOR := FriendlyARM
|
|
|
|
DEVICE_MODEL := ZeroPi
|
|
|
|
DEVICE_PACKAGES := kmod-rtc-sunxi
|
|
|
|
SOC := sun8i-h3
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += friendlyarm_zeropi
|
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/lamobo_lamobo-r1
|
|
|
|
DEVICE_VENDOR := Lamobo
|
|
|
|
DEVICE_MODEL := Lamobo R1
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtl8192cu swconfig wpad-basic-wolfssl
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i-a20
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += lamobo_lamobo-r1
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/lemaker_bananapi
|
|
|
|
DEVICE_VENDOR := LeMaker
|
|
|
|
DEVICE_MODEL := Banana Pi
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i-a20
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += lemaker_bananapi
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-11-14 00:52:35 +08:00
|
|
|
define Device/sinovoip_bananapi-m2-ultra
|
|
|
|
DEVICE_VENDOR := Sinovoip
|
2020-02-08 17:16:54 +08:00
|
|
|
DEVICE_MODEL := Banana Pi M2 Ultra
|
2020-11-14 00:52:35 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac \
|
|
|
|
brcmfmac-firmware-43430a0-sdio wpad-basic-wolfssl
|
|
|
|
SUPPORTED_DEVICES:=lemaker,bananapi-m2-ultra
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-r40
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-11-14 00:52:35 +08:00
|
|
|
TARGET_DEVICES += sinovoip_bananapi-m2-ultra
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/lemaker_bananapro
|
|
|
|
DEVICE_VENDOR := LeMaker
|
|
|
|
DEVICE_MODEL := Banana Pro
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-ata-sunxi kmod-brcmfmac
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i-a20
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += lemaker_bananapro
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/linksprite_pcduino3
|
|
|
|
DEVICE_VENDOR := LinkSprite
|
|
|
|
DEVICE_MODEL := pcDuino3
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-ata-sunxi kmod-rtl8xxxu \
|
|
|
|
rtl8188eu-firmware
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i-a20
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += linksprite_pcduino3
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/mele_m9
|
|
|
|
DEVICE_VENDOR := Mele
|
|
|
|
DEVICE_MODEL := M9
|
2017-10-19 22:23:41 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-sun4i-emac kmod-rtc-sunxi kmod-rtl8192cu
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun6i-a31
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += mele_m9
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/olimex_a20-olinuxino-lime
|
|
|
|
DEVICE_VENDOR := Olimex
|
|
|
|
DEVICE_MODEL := A20-OLinuXino-LIME
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i
|
2019-01-03 19:29:28 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += olimex_a20-olinuxino-lime
|
2019-01-03 19:29:28 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/olimex_a20-olinuxino-lime2
|
|
|
|
DEVICE_VENDOR := Olimex
|
|
|
|
DEVICE_MODEL := A20-OLinuXino-LIME2
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += olimex_a20-olinuxino-lime2
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/olimex_a20-olinuxino-lime2-emmc
|
|
|
|
DEVICE_VENDOR := Olimex
|
|
|
|
DEVICE_MODEL := A20-OLinuXino-LIME2
|
|
|
|
DEVICE_VARIANT := eMMC
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-rtc-sunxi kmod-usb-hid
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i
|
2019-04-12 11:39:40 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += olimex_a20-olinuxino-lime2-emmc
|
2019-04-12 11:39:40 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/olimex_a20-olinuxino-micro
|
|
|
|
DEVICE_VENDOR := Olimex
|
|
|
|
DEVICE_MODEL := A20-OLinuXino-MICRO
|
2020-07-02 23:30:56 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun7i
|
2018-01-09 14:38:15 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += olimex_a20-olinuxino-micro
|
2018-01-09 14:38:15 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/sinovoip_bananapi-m2-plus
|
|
|
|
DEVICE_VENDOR := Sinovoip
|
|
|
|
DEVICE_MODEL := Banana Pi M2+
|
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-leds-gpio kmod-ledtrig-heartbeat \
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
kmod-brcmfmac brcmfmac-firmware-43430a0-sdio wpad-basic-wolfssl
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h3
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += sinovoip_bananapi-m2-plus
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/xunlong_orangepi-one
|
|
|
|
DEVICE_VENDOR := Xunlong
|
|
|
|
DEVICE_MODEL := Orange Pi One
|
2019-04-12 11:39:40 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h3
|
2019-04-12 11:39:40 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-one
|
2019-04-12 11:39:40 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/xunlong_orangepi-pc
|
|
|
|
DEVICE_VENDOR := Xunlong
|
|
|
|
DEVICE_MODEL := Orange Pi PC
|
2018-04-23 18:50:49 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h3
|
2018-04-23 18:50:49 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-pc
|
2018-04-23 18:50:49 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/xunlong_orangepi-pc-plus
|
|
|
|
DEVICE_VENDOR := Xunlong
|
|
|
|
DEVICE_MODEL := Orange Pi PC Plus
|
2019-04-12 11:39:40 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h3
|
2019-04-12 11:39:40 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-pc-plus
|
2019-04-12 11:39:40 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/xunlong_orangepi-plus
|
|
|
|
DEVICE_VENDOR := Xunlong
|
|
|
|
DEVICE_MODEL := Orange Pi Plus
|
2017-10-19 22:23:41 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h3
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-plus
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/xunlong_orangepi-r1
|
|
|
|
DEVICE_VENDOR := Xunlong
|
|
|
|
DEVICE_MODEL := Orange Pi R1
|
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
kernel: bump to 4.14.193, 4.19.138, 5.4.59 (#5350)
431fb8c mac80211: add AQL improvements
6bdd4c9 mac80211: add missing backports for building with 4.14 kernels
0106820 mac80211: add missing return code checks in AQL improvements
e7f7101 mac80211: rework encapsulation offload support
[package]
base-files: add function for generating random MAC
dnsmasq: abort dhcp_check on interface state
boot: sync upstream source code
ath10k-ct-firmware/mt76/sch_cake: update to latest git HEAD
[script]
download: add China Mirror Station
[target]
Sync: arc770, ath79, bcm63xx, kirkwood, lantiq, layerscape,
mediatek, mvebu, octeon, oxnas, pistachio, uml
Sync most of the target patches.
Run-compiled-on: ipq40xx (4.19 & 5.4), ramips
2020-08-26 11:31:50 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-usb-net-rtl8152
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h2-plus
|
|
|
|
endef
|
|
|
|
TARGET_DEVICES += xunlong_orangepi-r1
|
2017-10-19 22:23:41 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/xunlong_orangepi-zero
|
|
|
|
DEVICE_VENDOR := Xunlong
|
|
|
|
DEVICE_MODEL := Orange Pi Zero
|
2018-01-09 14:38:15 +08:00
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
2020-02-08 17:16:54 +08:00
|
|
|
SOC := sun8i-h2-plus
|
2018-01-09 14:38:15 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-zero
|
2018-01-09 14:38:15 +08:00
|
|
|
|
2020-02-08 17:16:54 +08:00
|
|
|
define Device/xunlong_orangepi-2
|
|
|
|
DEVICE_VENDOR := Xunlong
|
|
|
|
DEVICE_MODEL := Orange Pi 2
|
|
|
|
DEVICE_PACKAGES:=kmod-rtc-sunxi
|
|
|
|
SOC := sun8i-h3
|
2017-10-19 22:23:41 +08:00
|
|
|
endef
|
2020-02-08 17:16:54 +08:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-2
|