Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2011-08-05 10:09:18 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-08-05 10:13:16 (GMT)
commita2c58f759e0d5b5879d588821faa38fdabe46056 (patch)
tree8747e02a0562308d4850a2d71c20e8909051c75f
parent00fff0e36d5d4313b52043eb5ebffbed959623e0 (diff)
Disable mesh support
[deactivated debug output, renamed script] Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
-rw-r--r--buildnr-dx32
-rw-r--r--modules/custom_scripts/disable_mesh.sh6
2 files changed, 7 insertions, 1 deletions
diff --git a/buildnr-dx3 b/buildnr-dx3
index 56a6051..1b79f38 100644
--- a/buildnr-dx3
+++ b/buildnr-dx3
@@ -1 +1 @@
-1 \ No newline at end of file
+500
diff --git a/modules/custom_scripts/disable_mesh.sh b/modules/custom_scripts/disable_mesh.sh
new file mode 100644
index 0000000..96a1e3e
--- /dev/null
+++ b/modules/custom_scripts/disable_mesh.sh
@@ -0,0 +1,6 @@
+cat >>/etc/rc.local <<__EOF__
+# enable debug for pgf
+#echo 0x26187 > /sys/module/libertas/parameters/libertas_debug
+# disable mesh
+echo 0 > /sys/class/net/eth0/lbs_mesh
+__EOF__