- 29 Jul, 2014 10 commits
-
-
Felix Fietkau authored
Creates /etc/device_info which will be used to fill in information for WPS and other protocols that need manufacturer/device information This helps with creating OpenWrt firmware for OEM or rebranded devices. Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41884
-
John Crispin authored
https://dev.openwrt.org/ticket/17296 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41882
-
Steven Barth authored
SVN-Revision: 41875
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41874
-
Jo-Philipp Wich authored
This change introduces support for wildcard patterns in "option path" of section "wifi-device". Objective is to allow paths like "*/usb[0-9]/*/*" in order to claim any usb device using the same backend type, regardless of its bus address or phy name. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41873
-
Jo-Philipp Wich authored
This patch brings full dynamic vlan support to netifd that existed in hostapd.sh in Attitude Adjustment. Signed-off-by:
Joseph CG Walker <Joe@ChubbyPenguin.net> [jow@openwrt.org: changed commit message, rebased on top of current hostapd.sh] Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41872
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41871
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41870
-
Steven Barth authored
SVN-Revision: 41867
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41865
-
- 28 Jul, 2014 10 commits
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41863
-
Steven Barth authored
SVN-Revision: 41862
-
Jonas Gorski authored
Use an empty nvram_header to tell wl that there is no nvram buf. wl else might try to allocate huge amount of memory because the bcm63xx's nvram does not match the expected structure and contains random values. Fixes the following warning on load of wl: [ 9.152000] WARNING: at mm/slab_common.c:377 kmalloc_slab+0x4c/0xc0() [ 9.160000] Modules linked in: wl(P+) wl_glue ipv6 gpio_keys_polled input_polldev button_hotplug input_core [ 9.168000] CPU: 0 PID: 366 Comm: kmodloader Tainted: P 3.10.49 #1 [ 9.176000] Stack : 00000000 00000000 00000000 00000000 8034b77a 00000042 81ac9af0 c02e0000 [ 9.176000] 8028bf70 802df31b 0000016e 8034af28 81ac9af0 c02e0000 c02e0000 81b39810 [ 9.176000] 0000002d 8002c9d4 00000003 8002a3c8 802937a0 c02e0000 8028e528 81ab398c [ 9.176000] 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 9.176000] 00000000 00000000 00000000 00000000 00000000 00000000 00000000 81ab3918 [ 9.176000] ... [ 9.212000] Call Trace: [ 9.216000] [<800224b8>] show_stack+0x48/0x70 [ 9.220000] [<8002a538>] warn_slowpath_common+0x78/0xa8 [ 9.224000] [<8002a5f0>] warn_slowpath_null+0x18/0x24 [ 9.228000] [<8008145c>] kmalloc_slab+0x4c/0xc0 [ 9.236000] [<80097258>] __kmalloc+0x20/0x10c [ 9.240000] [<80e23b90>] osl_malloc+0x24/0x6c [wl] [ 9.244000] [<80e15288>] nvram_init+0x54/0x164 [wl] [ 9.252000] [<80e08668>] si_pci_fixcfg+0x60c/0x9e8 [wl] [ 9.256000] [ 9.260000] ---[ end trace b5c4dbb046cf3c83 ]--- Reported-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41861
-
John Crispin authored
ath9k failed to come up due to a bad mac addr Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41860
-
John Crispin authored
This appears to be a typo. Signed-off-by:
Russell Senior <russell@personaltelco.net> SVN-Revision: 41859
-
John Crispin authored
Fix a typo: gpio 21 is already used for the WPS led. Gpio 20 is the right one (tested) for the mode switch. Confirmed that /sys/kernel/debug/gpio state followed the position of the switch. Signed-off-by:
Russell Senior <russell@personaltelco.net> SVN-Revision: 41858
-
John Crispin authored
Follows the pattern of http://patchwork.openwrt.org/patch/5970/ Signed-off-by:
Russell Senior <russell@personaltelco.net> SVN-Revision: 41857
-
Jonas Gorski authored
Since kernel commit 928bea964827 ("PCI: Delay enabling bridges until they're needed"), pci fixups are run with bridges (e.g. the pcie port) disabled. This causses hangs when ath9k_pci_fixup tries to manually enable the device to apply the register fixups. Fix this by enabling any parent bridges before trying to access the device itself. Fixes boot on DSL-274XB rev F1. Reported-by:
Matteo Croce <matteo@openwrt.org> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41856
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41855
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41854
-
- 27 Jul, 2014 10 commits
-
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41852
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41851
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41850
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41849
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41848
-
Jonas Gorski authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41847
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41846
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41845
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41844
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41843
-
- 26 Jul, 2014 10 commits
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41842
-
John Crispin authored
This patch adds support for the Kingston Mobilelite Wireless (MLW-221) http://wiki.openwrt.org/toh/kingston/mlw221 Signed-off-by:
L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 41841
-
John Crispin authored
based on http://patchwork.openwrt.org/patch/5969/ Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41840
-
John Crispin authored
Compile tested all subtargets and profiles. Unfortunately I don't own any board affected by these changes, so no run tests. Signed-off-by:
Roman Yeryomin <roman@advem.lv> SVN-Revision: 41839
-
John Crispin authored
The earlier r41797 change was missing this part, to enable the right vlan configuration. Signed-off-by:
Russell Senior <russell@personaltelco.net> SVN-Revision: 41838
-
John Crispin authored
Since the earlier r41797 change, the board_name for awm003 has been miscalculated, and sysupgrade has been broken. This seems to fix it. Signed-off-by:
Russell Senior <russell@personaltelco.net> SVN-Revision: 41837
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41836
-
Hauke Mehrtens authored
It doesn't seem to be used anywhere, it's incompatible with other targets and can be confusing. People may think they need to update section name every time they change VLAN ID (well, even I was doing that). Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41835
-
Hauke Mehrtens authored
kernel 3.6 is not used by any target any more, remove it. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41834
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41833
-