From dfdacbd08b69c3b9406e7c54985a88b77848eef6 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 4 Dec 2012 14:50:05 +0100 Subject: wireless notes --- openwrt.page | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 + -- cgit v1.2.3