Skip to content

Commit ae163f5

Browse files
authored
Update 2-binary-arch.mk
1 parent cc8aae6 commit ae163f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

debian/rules.d/2-binary-arch.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ endif
185185

186186
ifeq ($(do_dtbs),true)
187187
$(build_cd) $(kmake) $(build_O) $(conc_level) dtbs_install \
188-
INSTALL_DTBS_PATH=$(pkgdir)/lib/firmware/$(abi_release)-$*/device-tree
188+
INSTALL_DTBS_PATH=$(pkgdir)/boot/$(abi_release)-$*/dtbs
189+
mkdir -p $(pkgdir)/lib/firmware/$(abi_release)-$*/
190+
ln -s /boot/$(abi_release)-$*/dtbs $(pkgdir)/boot/dtbs-6.1.0-rockchip
191+
ln -s /boot/$(abi_release)-$*/dtbs $(pkgdir)/lib/firmware/$(abi_release)-$*/device-tree
189192
endif
190193

191194
ifeq ($(no_dumpfile),)

0 commit comments

Comments
 (0)