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 Anish Mangal <anish@sugarlabs.org>2011-09-19 13:35:58 (GMT)
commit4b68edc62c13082cf5174d3177a1f3a197f22732 (patch)
treeb9152746d9783e708cbff649078256dde0959ef2
parentf71e0b697ccb8b5031dc26d974f73335e3ac1d05 (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__