diff options
-rw-r--r-- | openwrt.page | 29 |
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 + |