Skip to content

Commit

Permalink
stage8: license_generation: update kernel version
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Raus <[email protected]>
  • Loading branch information
SRaus committed Nov 7, 2024
1 parent 698f20b commit a10c8bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stage8/00-license-generation/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,8 @@ echo "<th>Location</th>" >> ${FILE}
echo "</tr>" >> ${FILE}
echo "</thead>" >> ${FILE}
echo "<tbody>" >> ${FILE}
package_table_items $((var++)) "Linux" "5.10" "GPLv2" "https://github.com/analogdevicesinc/linux"
package_table_items $((var++)) "Linux" "5.15" "GPLv2" "https://github.com/analogdevicesinc/linux"
package_table_items $((var++)) "HDL" " " "GPL/LGPL/BSD" "https://github.com/analogdevicesinc/hdl"
package_table_items $((var++)) "HDL Testbenches" " " "GPL" "https://github.com/analogdevicesinc/testbenches"
package_table_items $((var++)) "LibIIO" " " "LGPL-2.1/GPL-2.0" "https://github.com/analogdevicesinc/libiio"
package_table_items $((var++)) "IIO Oscilloscope" " " "GPL-2.0" "https://github.com/analogdevicesinc/iio-oscilloscope"
package_table_items $((var++)) "Scopy" " " "GPL-3.0" "https://github.com/analogdevicesinc/scopy"
Expand Down

0 comments on commit a10c8bc

Please sign in to comment.