aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/profiles/00-default.mk
Commit message (Collapse)AuthorAgeFilesLines
* uboot-sunxi: clean up, switch to u-boot.mkFelix Fietkau2017-01-241-1/+0
| | | | | | | | Instead of referencing u-boot packages from device profiles and having a -all metapackage, make the u-boot packages hidden (they don't install to bin/ anyway), and name the files in KERNEL_BUILD_DIR appropriately Signed-off-by: Felix Fietkau <nbd@nbd.name>
* sunxi: convert to new image generation methodYousong Zhou2017-01-051-0/+28
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>