aboutsummaryrefslogtreecommitdiffstats
path: root/unpack.sh
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-11-22 01:48:18 +0100
committerbnewbold <bnewbold@robocracy.org>2012-11-22 01:48:18 +0100
commitdbb6c86736d2dd1581e8bbe6a3c9c436c7481d3a (patch)
treea7cbb1f08293a9f69870f67ef9c296c53e95e853 /unpack.sh
parent1750c073d593e3f0467874188ada496c2263c81e (diff)
downloaddreamplug-libertas_uap-dbb6c86736d2dd1581e8bbe6a3c9c436c7481d3a.tar.gz
dreamplug-libertas_uap-dbb6c86736d2dd1581e8bbe6a3c9c436c7481d3a.zip
old script updates
Diffstat (limited to 'unpack.sh')
-rwxr-xr-xunpack.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/unpack.sh b/unpack.sh
new file mode 100755
index 0000000..e2540b2
--- /dev/null
+++ b/unpack.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+mkdir /lib/modules/$(uname -r)/kernel/drivers/net/wireless/libertas_uap
+cp uap8xxx.ko-3.2.9-kirkwood /lib/modules/$(uname -r)/kernel/drivers/net/wireless/libertas_uap
+depmod -a
+cp -r firmware/mrvl /lib/firmware/mrvl
+cp modprobe_libertas_uap.conf /etc/modprobe.d/libertas_uap