summaryrefslogtreecommitdiff
path: root/target/linux/sunxi/image/gen_sunxi_sdcard_img.sh
Commit message (Collapse)AuthorAgeFilesLines
* sunxi: convert to new image generation methodYousong Zhou2017-01-051-2/+1
| | | | | | | | | | | 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>
* scripts: fix wrong usage of '==' operatorJohn Crispin2014-10-141-1/+1
| | | | | | | | | | | | | | [base-files] shell-scripting: fix wrong usage of '==' operator normally the '==' is used for invoking a regex parser and is a bashism. all of the fixes just want to compare a string. the used busybox-ash will silently "ignore" this mistake, but make it portable/clean at least. this patch does not change the behavior/logic of the scripts. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42911
* sunxi: add sdcard image generation support when board profile is selectedZoltan Herpai2014-09-141-0/+35
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42534