diff options
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/image/cortex-a7.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/sunxi/image/cortex-a7.mk b/target/linux/sunxi/image/cortex-a7.mk index 986b6395c4..5d6046543b 100644 --- a/target/linux/sunxi/image/cortex-a7.mk +++ b/target/linux/sunxi/image/cortex-a7.mk @@ -108,6 +108,16 @@ endef TARGET_DEVICES += sun6i-a31-m9 +define Device/sun8i-h2-plus-orangepi-zero + DEVICE_TITLE:=Xunlong Orange Pi Zero + DEVICE_PACKAGES:=kmod-rtc-sunxi + SUPPORTED_DEVICES:=xunlong,orangepi-zero + SUNXI_DTS:=sun8i-h2-plus-orangepi-zero +endef + +TARGET_DEVICES += sun8i-h2-plus-orangepi-zero + + define Device/sun8i-h2-plus-orangepi-r1 DEVICE_TITLE:=Xunlong Orange Pi R1 DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-usb-net kmod-usb-net-rtl8152 |