sunxi: convert to new image generation method
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 4 Jan 2017 14:19:27 +0000 (22:19 +0800)
committerFelix Fietkau <nbd@nbd.name>
Thu, 5 Jan 2017 10:09:14 +0000 (11:09 +0100)
commit4eb0fd8283940db6a92bbba47b12a236f6adee62
tree5e4b7613f46b6d931b225a4b9d13739e23f3ecb0
parent6268d496a4fea91a475dbbea24281622293d122a
sunxi: convert to new image generation method

The new Device/xxx were transformed automatically from old profiles.

Most device names are now taken from basename of the corresponding
kernel device tree file.  Device/sun5i-a13-olimex-som is an exception
because it is not explicitly supported in the kernel yet and shares the
same dts file with Device/sun5i-a13-olinuxino

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
18 files changed:
target/linux/sunxi/image/Makefile
target/linux/sunxi/image/gen_sunxi_sdcard_img.sh
target/linux/sunxi/profiles/00-default.mk [new file with mode: 0644]
target/linux/sunxi/profiles/01-default.mk [deleted file]
target/linux/sunxi/profiles/a10-olinuxino.mk [deleted file]
target/linux/sunxi/profiles/a13-olimex-som.mk [deleted file]
target/linux/sunxi/profiles/a13-olinuxino.mk [deleted file]
target/linux/sunxi/profiles/a20-olinuxino.mk [deleted file]
target/linux/sunxi/profiles/bananapi.mk [deleted file]
target/linux/sunxi/profiles/bananapro.mk [deleted file]
target/linux/sunxi/profiles/cubieboard.mk [deleted file]
target/linux/sunxi/profiles/cubieboard2.mk [deleted file]
target/linux/sunxi/profiles/cubietruck.mk [deleted file]
target/linux/sunxi/profiles/lamobo-r1.mk [deleted file]
target/linux/sunxi/profiles/mele_m9.mk [deleted file]
target/linux/sunxi/profiles/orangepi_plus.mk [deleted file]
target/linux/sunxi/profiles/pcduino.mk [deleted file]
target/linux/sunxi/profiles/pcduino3.mk [deleted file]