summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/firmware22
1 files changed, 0 insertions, 22 deletions
diff --git a/install/firmware b/install/firmware
deleted file mode 100644
index d03e274..0000000
--- a/install/firmware
+++ /dev/null
@@ -1,22 +0,0 @@
-# vim: set ft=sh:
-
-install ()
-{
- MODULES=""
- BINARIES=""
- FILES=""
- SCRIPT=""
- if [ -d /lib/firmware ]; then
- add_full_dir /lib/firmware
- else
- err "No firmware files found!"
- fi
-}
-
-help ()
-{
-cat<<HELPEOF
- This hook adds the firmware files that are placed at /lib/firmware/
- to the image.
-HELPEOF
-}