aboutsummaryrefslogtreecommitdiffstats
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)
downloadaports-39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f.tar.bz2
aports-39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f.tar.xz
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() {
MENU LABEL Linux $_f
KERNEL /boot/vmlinuz-$_f
INITRD /boot/initramfs-$_f
- DEVICETREEDIR /boot/dtbs
+ FDTDIR /boot/dtbs-$_f
APPEND $initfs_cmdline $kernel_cmdline
EOF
else