summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-12-04 14:50:05 +0100
committerbnewbold <bnewbold@robocracy.org>2012-12-04 14:50:05 +0100
commitdfdacbd08b69c3b9406e7c54985a88b77848eef6 (patch)
tree98180eecb5d36e79a8359fba61e7c64e19ad8057
parentc8180f95bf843318290fe95b260da145ccbaba07 (diff)
downloadrooter_wiki-dfdacbd08b69c3b9406e7c54985a88b77848eef6.tar.gz
rooter_wiki-dfdacbd08b69c3b9406e7c54985a88b77848eef6.zip
wireless notes
-rw-r--r--openwrt.page29
1 files changed, 29 insertions, 0 deletions
diff --git a/openwrt.page b/openwrt.page
index aa835b4..6170891 100644
--- a/openwrt.page
+++ b/openwrt.page
@@ -7,6 +7,9 @@ On reboot, need to:
mount /cgroup/
lxc-start -n wheezy -f /data/wheezy/config -d
+ lxc-start -n social -f /data/social/config -d
+ lxc-start -n library -f /data/library/config -d
+
### Recompiling Generic OpenWRT Attitude Adjustment from upstream
Note: can skip the patching below if you just use
@@ -354,3 +357,29 @@ lxc.cgroup.devices.allow = c 254:0 rwm
lxc.mount.entry=proc /data/wheezy/rootfs/proc proc nodev,noexec,nosuid 0 0
lxc.mount.entry=sysfs /data/wheezy/rootfs/sys sysfs defaults 0 0
lxc.mount.entry=/data/pub /data/wheezy/rootfs/pub none bind 0 0
+
+### Wireless
+
+Want at least:
+
+ wpa-supplicant
+ wpa-cli
+ hostapd-mini
+ wireless-tools
+ collectd-mod-wireless
+ iw
+ iwconfig
+ kmod-mac80211
+ kmod-cfg80211
+ crda
+ iwinfo
+ libiwinfo-lua
+
+Possibly want:
+
+ wavemon (monitoring)
+
+TODO: configure open throttled guest WLAN:
+
+ http://wiki.openwrt.org/doc/recipes/guest-wlan#step.5limit.bandwidth.of.the.connection
+