diff options
Diffstat (limited to 'target')
-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 58c3b6fc40..a9045c7d5a 100644 --- a/target/linux/sunxi/image/cortex-a7.mk +++ b/target/linux/sunxi/image/cortex-a7.mk @@ -159,6 +159,16 @@ endef TARGET_DEVICES += sun8i-h3-nanopi-neo +define Device/sun8i-h3-orangepi-one + DEVICE_TITLE:=Xunlong Orange Pi One + DEVICE_PACKAGES:=kmod-rtc-sunxi + SUPPORTED_DEVICES:=xunlong,orangepi-one + SUNXI_DTS:=sun8i-h3-orangepi-one +endef + +TARGET_DEVICES += sun8i-h3-orangepi-one + + define Device/sun8i-h3-orangepi-pc DEVICE_TITLE:=Xunlong Orange Pi PC DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-gpio-button-hotplug |