[pisa-src] r2570 - trunk/openwrt/router-configurations/pisa-testbed/etc/rc.local

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 16 May 2011 16:24:51 +0200

Author: richter
Date: Mon May 16 16:24:51 2011
New Revision: 2570

Log:
add a TODO-comment to the rc.local of the openwrt-routers

Modified:
   trunk/openwrt/router-configurations/pisa-testbed/etc/rc.local

Modified: trunk/openwrt/router-configurations/pisa-testbed/etc/rc.local
==============================================================================
--- trunk/openwrt/router-configurations/pisa-testbed/etc/rc.local       Mon May 
16 16:22:28 2011        (r2569)
+++ trunk/openwrt/router-configurations/pisa-testbed/etc/rc.local       Mon May 
16 16:24:51 2011        (r2570)
@@ -1,6 +1,7 @@
 # Put your custom commands here that should be executed once
 # the system init finished. By default this file does nothing.
 
+#TODO: these are all workarounds, find better solutions
 depmod -a
 /sbin/ifconfig br-lan promisc
 grep -q macaddr /etc/config/wireless || sed -i "/channel/ a\ $(wifi detect | 
grep macaddr)" /etc/config/wireless ; wifi
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2570 - trunk/openwrt/router-configurations/pisa-testbed/etc/rc.local - Samuel Richter