summaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/image/gen_sunxi_sdcard_img.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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