File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
stages/08.export-stage/03.generate-license Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -310,8 +310,10 @@ if [ "${CONFIG_GRM2K}" = y ]; then
310310 html_pre_file /usr/local/src/gr-m2k/COPYING gr-m2k
311311fi
312312
313- package_table_items $(( var++ )) " linux_image_ADI-scripts" " " " GPL-3.0" " https://github.com/analogdevicesinc/linux_image_ADI-scripts"
314- html_pre_file /usr/local/src/linux_image_ADI-scripts/LICENSE linux_image_ADI-scripts
313+ if [ " ${CONFIG_LINUX_SCRIPTS} " = y ]; then
314+ package_table_items $(( var++ )) " linux_image_ADI-scripts" " " " GPL-3.0" " https://github.com/analogdevicesinc/linux_image_ADI-scripts"
315+ html_pre_file /usr/local/src/linux_image_ADI-scripts/LICENSE linux_image_ADI-scripts
316+ fi
315317
316318dpkg -l | awk ' /ii/ { print $2 " " $3 }' | while read -r line
317319do
You can’t perform that action at this time.
0 commit comments