aboutsummaryrefslogtreecommitdiffstats
path: root/uap_hack/dreamplug_libertas/install_3.2.9-kirkwood.sh
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-24 19:03:41 +0200
committerficus <ficus@robocracy.org>2012-09-24 19:03:41 +0200
commitf60f8656e75da356ddec2326e064fbe150a3ad8f (patch)
tree0a1d35a7bc132bfb75b0a43f7c013c2430179d7a /uap_hack/dreamplug_libertas/install_3.2.9-kirkwood.sh
parentc574025e324a1daf23830f516d3b5063424e839b (diff)
downloadtorouter-f60f8656e75da356ddec2326e064fbe150a3ad8f.tar.gz
torouter-f60f8656e75da356ddec2326e064fbe150a3ad8f.zip
update uap_hack install script to build from qemu
Diffstat (limited to 'uap_hack/dreamplug_libertas/install_3.2.9-kirkwood.sh')
-rwxr-xr-xuap_hack/dreamplug_libertas/install_3.2.9-kirkwood.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/uap_hack/dreamplug_libertas/install_3.2.9-kirkwood.sh b/uap_hack/dreamplug_libertas/install_3.2.9-kirkwood.sh
deleted file mode 100755
index 47d6902..0000000
--- a/uap_hack/dreamplug_libertas/install_3.2.9-kirkwood.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if ! [ `uname -r` = "3.2.9-kirkwood" ]
-then
- echo "Got: `uname -r`, need 3.2.9-kirkwood"
- echo "Wrong kernel version, binary module won't work. Try a source install?"
- exit 1
-fi
-
-mkdir /lib/modules/$(uname -r)/kernel/drivers/net/wireless/libertas_uap
-cp uap8xxx.ko-$(uname -r) /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