diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-05 20:34:04 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-06-05 20:34:04 +0200 |
commit | be351877f2482cc7326f8084878f2619dbc3f6de (patch) | |
tree | e6c17868c42cd285815d2e4a958fa3e3002e7fb3 /rc | |
parent | b014e2c47946960cbd7a14fedcd734e2d87b32d9 (diff) |
remove iwl-firmware download script, this should be a package
Diffstat (limited to 'rc')
-rw-r--r-- | rc/bin/iwl-firmware | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rc/bin/iwl-firmware b/rc/bin/iwl-firmware deleted file mode 100644 index 17080238a..000000000 --- a/rc/bin/iwl-firmware +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/rc -rfork e - -webfs ; cd /tmp -echo -n 'Downloading firmware...' -hget http://firmware.openbsd.org/firmware/iwn-firmware-5.7.tgz > firmware.tgz -echo -n 'extracting...' -tar xzf firmware.tgz -echo -n 'installing...' -dircp firmware /lib/firmware -echo -n 'cleaning up...' -rm -rf firmware +CONTENTS +DESC -echo 'done.' |