aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-12-14 19:14:28 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-16 17:21:45 +0000
commit39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f (patch)
tree48679282fc9ed8eb3c669adc3e6a49ac8319cba6 /scripts
parent7f7614b183e9e8db99c0df510db7706b0b73f229 (diff)
downloadalpine_aports-39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f.tar.bz2
alpine_aports-39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f.tar.xz
alpine_aports-39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f.zip
scripts/mkimg.base.sh: change to dtbs-$flavor dir name
with change to linux-lts as current default kernel dir for dtbs is changed to /boot/dtbs-$_f and this commit change it to new one DEVICETREEDIR in extlinux.conf for u-boot is changed to FDTDIR to follow documentation in u-boot (upstream)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkimg.base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh
index a3d5ed1f7f..8cce70c199 100755
--- a/scripts/mkimg.base.sh
+++ b/scripts/mkimg.base.sh
@@ -104,7 +104,7 @@ syslinux_gen_config() {
104 MENU LABEL Linux $_f 104 MENU LABEL Linux $_f
105 KERNEL /boot/vmlinuz-$_f 105 KERNEL /boot/vmlinuz-$_f
106 INITRD /boot/initramfs-$_f 106 INITRD /boot/initramfs-$_f
107 DEVICETREEDIR /boot/dtbs 107 FDTDIR /boot/dtbs-$_f
108 APPEND $initfs_cmdline $kernel_cmdline 108 APPEND $initfs_cmdline $kernel_cmdline
109 EOF 109 EOF
110 else 110 else