aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86_64/image/gen_image_generic.sh
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: initial support for PARTUUIDJo-Philipp Wich2014-10-161-1/+1
| | | | | | | | | This change configures grub to mount the rootfs by PARTUUID instead of the device path if CONFIG_TARGET_ROOTFS_PARTNAME is unset. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42936
* 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
* add x86_64 target supportImre Kaloz2014-01-071-0/+39
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39208