diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-12-14 19:14:28 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-16 17:21:45 +0000 |
commit | 39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f (patch) | |
tree | 48679282fc9ed8eb3c669adc3e6a49ac8319cba6 /scripts | |
parent | 7f7614b183e9e8db99c0df510db7706b0b73f229 (diff) | |
download | 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-x | scripts/mkimg.base.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh index a3d5ed1f7fd..8cce70c1994 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 |