summaryrefslogtreecommitdiff
path: root/bsp-support.morph
blob: 4dba401a1c59c975a370a8a4a01d3fc3bfd05c62 (plain)
1
2
3
4
5
6
7
name: bsp-support
kind: chunk
build-system: manual
install-commands:
- install -o 0 -g 0 -m 755 -D nv-ondemand-cpufreq-governor.service "$DESTDIR/usr/lib/systemd/system/nv-ondemand-cpufreq-governor.service"
- install -d "$DESTDIR/usr/lib/systemd/system/sysinit.target.wants"
- ln -s /usr/lib/systemd/system/nv-ondemand-cpufreq-governor.service "$DESTDIR/usr/lib/systemd/system/sysinit.target.wants/nv-ondemand-cpufreq-governor.service"