summaryrefslogtreecommitdiffstats
path: root/abs/core/v86d/v86d_install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/v86d/v86d_install')
-rw-r--r--abs/core/v86d/v86d_install14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/v86d/v86d_install b/abs/core/v86d/v86d_install
new file mode 100644
index 0000000..840b34e
--- /dev/null
+++ b/abs/core/v86d/v86d_install
@@ -0,0 +1,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: