[LEDE-DEV] How to set wifi to 11n mode only with ar71xx device ?

2016-10-10 Thread xinglp
att ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH] ext4: Add missing kmod-crypto-crc32c dependency

2016-10-10 Thread Daniel Danzberger
This fixes the following error when mounting a ext4 filesystem [ 166.24] EXT4-fs (sda1): Cannot load crc32c driver. Signed-off-by: Daniel Danzberger --- package/kernel/linux/modules/fs.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/mo

[LEDE-DEV] [PATCH] x86: 64: enable pci hotplug and acpipnp

2016-10-10 Thread Yousong Zhou
This will allow dynamically adding/removing at least virtio-net pci devices which are quite the norm in cloud environment with QEMU/KVM netdev_add bridge,id=wan2,br=br-wan,helper=/home/yousong/.usr/libexec/qemu-bridge-helper device_add virtio-net-pci,id=devwan2,netdev=wan2,mac=11:22:33:22

[LEDE-DEV] Request for help: Getting 3rd party libs/apps up to date

2016-10-10 Thread Daniel Engberg
Hi, I've been trying with my limited set of skills to get most packages and libraries up to date but I'm getting stuck on these below since they have a lot patches and I can't adapt these for current versions or even make out if they're all even needed. Since there's going to be a release lat

[LEDE-DEV] Vagrant file for Lede development

2016-10-10 Thread Simon H
> Neat, I assume it also works for linux distros or macOS, right? (vagrant > by itself does, I wonder about your setup config for it) > Anyway, I think we could add it to the wiki, > https://wiki.lede-project.org/start (currently under construction) when > we port the full development page from Op