summaryrefslogtreecommitdiffstats
path: root/abs/core/v86d/v86d_install
blob: 840b34eec3c18298960bc336b63eca2f78e77421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build() {
    add_module 'uvesafb'

    add_binary "v86d"
    add_file "/usr/lib/modprobe.d/uvesafb.conf"

    add_runscript
}

help() {
    echo "This hook sets up v86d, the userspace helper for uvesafb."
}

# vim: set ft=sh ts=4 sw=4 expandtab: