X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fsunxi%2Fimage%2Fcortex-a53.mk;h=65551407cedb3a5d5b0d7b48ddb6ae8bdda47b89;hb=a689307c970e37c247c6452ba3963be8b109eb4f;hp=344071b94d2f00b805f84c108e9f117e0bf1ff25;hpb=8e1065d681daff321f715ce5c6c172c12036bd6f;p=openwrt%2Fstaging%2Fhauke.git diff --git a/target/linux/sunxi/image/cortex-a53.mk b/target/linux/sunxi/image/cortex-a53.mk index 344071b94d..65551407ce 100644 --- a/target/linux/sunxi/image/cortex-a53.mk +++ b/target/linux/sunxi/image/cortex-a53.mk @@ -17,6 +17,16 @@ endef TARGET_DEVICES += sun50i-h5-nanopi-neo-plus2 +define Device/sun50i-h5-nanopi-neo2 + DEVICE_TITLE:=Nanopi NEO2 (H5) + SUPPORTED_DEVICES:=nanopi-neo2 + SUNXI_DTS:=allwinner/sun50i-h5-nanopi-neo2 + KERNEL_NAME := Image + KERNEL := kernel-bin +endef + +TARGET_DEVICES += sun50i-h5-nanopi-neo2 + define Device/sun50i-a64-pine64-plus DEVICE_TITLE:=Pine64 Plus A64 SUPPORTED_DEVICES:=pine64,pine64-plus @@ -48,4 +58,14 @@ endef TARGET_DEVICES += sun50i-h5-orangepi-zero-plus +define Device/sun50i-h5-orangepi-pc2 + DEVICE_TITLE:=Xunlong Orange Pi PC2 + SUPPORTED_DEVICES:=xunlong,orangepi-pc2 + SUNXI_DTS:=allwinner/sun50i-h5-orangepi-pc2 + KERNEL_NAME := Image + KERNEL := kernel-bin +endef + +TARGET_DEVICES += sun50i-h5-orangepi-pc2 + endif