aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bison: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-081-0/+15
| | | | | | | | Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32649
* m4: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-081-0/+15
| | | | | | | | M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32648
* ath9k: fix the ar9340 tx gain patchFelix Fietkau2012-07-071-2/+11
| | | | SVN-Revision: 32647
* ath9k: fix tx gain tables for ar934xFelix Fietkau2012-07-071-0/+20
| | | | SVN-Revision: 32646
* libubox: bump to latest git head - uloop: prevent callback invocation for ↵Jo-Philipp Wich2012-07-071-3/+3
| | | | | | already removed descriptors - uloop: handle EPOLLHUP - blob, blobmsg: various changes SVN-Revision: 32645
* uhttpd: do not dispatch pipe error events, fixes use after free for cgi and ↵Jo-Philipp Wich2012-07-071-2/+6
| | | | | | lua scripts SVN-Revision: 32644
* Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)Florian Fainelli2012-07-0616-22/+48
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32643
* uhttpd: do not subscribe to epoll write events Watch child read pipe end for ↵Jo-Philipp Wich2012-07-066-4/+27
| | | | | | data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices. SVN-Revision: 32640
* ar71xx: swizzle address for PCI byte/word access on AR71xxGabor Juhos2012-07-061-0/+111
| | | | | | Closes #11683. SVN-Revision: 32639
* ar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P boardGabor Juhos2012-07-061-5/+7
| | | | SVN-Revision: 32638
* ar71xx: merge new board patches into the generic patchGabor Juhos2012-07-064-128/+47
| | | | SVN-Revision: 32637
* uboot-envtools: OM2P LC supportGabor Juhos2012-07-061-1/+2
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32636
* ar71xx: OM2P LC sysupgrade patchGabor Juhos2012-07-061-2/+4
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32635
* iwinfo: properly deal with channels 7..12 on 5GHzJo-Philipp Wich2012-07-062-17/+20
| | | | SVN-Revision: 32634
* iwinfo: find channel & frequency via nl80211 or hostapd instead of wextJo-Philipp Wich2012-07-062-13/+60
| | | | SVN-Revision: 32630
* call of_node_put() on ethernet nodeFlorian Fainelli2012-07-051-0/+2
| | | | SVN-Revision: 32628
* fix EPHY clock bit definition after r32489Florian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32627
* give an unique partition identifier for dLAN USB Extender Combined partitionFlorian Fainelli2012-07-051-1/+1
| | | | SVN-Revision: 32626
* netifd: update to latest version, fixes various issues related to interface ↵Felix Fietkau2012-07-051-2/+2
| | | | | | alias handling, improves handling of wifi interfaces in /etc/config/network SVN-Revision: 32625
* package/dnsmasq: allow /etc/config/dhcp to specify --address argumentsJo-Philipp Wich2012-07-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | Add a config list to the 'config dnsmasq' section to specify fixed DNS addresses. For example: config dnsmasq: [snip] list address '/example.com/192.168.0.1' will result in the argument '-A /example.com/192.168.0.1' to the dnsmasq options. This configures dnsmasq to return the specified IP for any queries to '*.example.com' names. Useful for overriding lookups to a range of DNS names. [jow: "append args" -> "xappend", "-A" -> "--address"] Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 32624
* Add local TTL option to dnsmasqJo-Philipp Wich2012-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | -T, --local-ttl=<time> When replying with information from /etc/hosts or the DHCP leases file dnsmasq by default sets the time-to-live field to zero, meaning that the requestor should not itself cache the information. This is the correct thing to do in almost all situations. This option allows a time-to-live (in seconds) to be given for these replies. This will reduce the load on the server at the expense of clients using stale data under some circumstances. [jow: change -T to --local--ttl to conform with the other options] Signed-off-by: Andrew Byrne <openwrt@andy.id.au> openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel SVN-Revision: 32623
* dropbear: set DEFAULT_PATH for non-interactive loginsJo-Philipp Wich2012-07-051-0/+11
| | | | | | | | | | | | Set PATH in non-interactive logins to include /sbin paths, so to be consistent with what is currently set in /etc/profile for interactive shells. [jow: reapply with current patch level, fix inner patch, refresh] Signed-off-by: Gui Iribarren <gui@altermundi.net> SVN-Revision: 32620
* Revert "dropbear: set DEFAULT_PATH for non-interactive logins"Jo-Philipp Wich2012-07-051-11/+0
| | | | | | This reverts commit 9927e7918211a22ba5871cbccdcb3764d3872f91. SVN-Revision: 32619
* dropbear: set DEFAULT_PATH for non-interactive loginsJo-Philipp Wich2012-07-051-0/+11
| | | | | | | | | | Set PATH in non-interactive logins to include /sbin paths, so to be consistent with what is currently set in /etc/profile for interactive shells. Signed-off-by: Gui Iribarren <gui@altermundi.net> SVN-Revision: 32618
* ar71xx: set firmware version for the TL-WR2543NGabor Juhos2012-07-051-4/+4
| | | | | | | | This ensures that the resulting firmware can be flashed from the latest (v3.13.17) offical firmware. SVN-Revision: 32617
* firmware-utils/mktplinkfw: allow to specify firmware versionGabor Juhos2012-07-051-2/+23
| | | | SVN-Revision: 32616
* ar71xx: make 2.4GHz wlan LED work on the WR2543NGabor Juhos2012-07-051-0/+2
| | | | | | | | Because ath9k does not supports separate LEDs for different bands yet, the 2.4GHz LED will show the activity, even if the 5GHz band is selected. SVN-Revision: 32615
* hostapd: change wpa_supplicant.sh to pass 64 byte hex psk unquoted and ↵Jo-Philipp Wich2012-07-051-4/+3
| | | | | | remove the undocumented usepasspharse option, this makes it match the logic of the hostapd setup SVN-Revision: 32614
* ar71xx: OM2P sysupgrade supportGabor Juhos2012-07-052-0/+176
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32613
* uboot-envtools: OM2P partition informationGabor Juhos2012-07-051-0/+3
| | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32612
* ar71xx: add support for the OpenMesh OM2P-LC boardGabor Juhos2012-07-056-5/+71
| | | | | | Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32611
* package/om-watchdog: add om2p-lc supportGabor Juhos2012-07-051-0/+2
| | | | | | Patch-by: Marek Linder <marek@open-mesh.com> SVN-Revision: 32610
* ar71xx: add profile and build image for the Atheros AP136 reference boardGabor Juhos2012-07-052-0/+19
| | | | SVN-Revision: 32609
* ar71xx: AP136 user-space supportGabor Juhos2012-07-054-0/+8
| | | | SVN-Revision: 32608
* ar71xx: add initial support for the Qualcomm Atheros AP136 boardGabor Juhos2012-07-0521-43/+457
| | | | SVN-Revision: 32607
* ar71xx: add initial support for the QCA955X SoCsGabor Juhos2012-07-0523-28/+974
| | | | SVN-Revision: 32606
* ar71xx: refactor PCI code to allow registering multiple PCI controllersGabor Juhos2012-07-0517-15/+1739
| | | | SVN-Revision: 32605
* generic: ar8216: start aneg on each PHY of the AR8327Gabor Juhos2012-07-051-1/+13
| | | | SVN-Revision: 32604
* add missing interrupts properties to some device nodesFlorian Fainelli2012-07-041-0/+7
| | | | SVN-Revision: 32603
* mtd - remove partition table assumption when writing fis tableJo-Philipp Wich2012-07-041-3/+13
| | | | | | | | | | | | | | | | | When mtd alters the fis partition table it assumes that the first partition table entry also is the first logical parition table entry. For instance our table could look like this (irrelevant partitions put aside): * vmlinux.bin.l7 0xA8710000 * rootfs 0xA8030000 Here mtd would assume vmlinux.bin.l7 being the first partition and use its address to calculate the size and offset which ultimately leads to a broken partition table. This patch alters the behavior by checking what partition has the smaller address to do the calculations based on that address. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32601
* mtd - add partition offset parameterJo-Philipp Wich2012-07-041-6/+20
| | | | | | | | | The offset parameter can be used to write the data at the offset instead of writing it to the beginning of the partition. Signed-off-by: Marek Linder <lindner_marek@yahoo.de> SVN-Revision: 32600
* ar71xx: update the EW Dorin MTD layout, increase kernel partition size ↵Felix Fietkau2012-07-041-2/+2
| | | | | | (requested by EW) SVN-Revision: 32599
* mac80211: make channel bandwidth setting genericTravis Kemen2012-07-041-2/+3
| | | | SVN-Revision: 32596
* commit patch from ↵Travis Kemen2012-07-041-0/+116
| | | | | | https://lists.ath5k.org/pipermail/ath5k-devel/2011-November/005043.html, fixed up for newer ath5k and added in more radios. SVN-Revision: 32595
* bcm63xx: bcm63xx-spi does not depend on spi-bitbangJonas Gorski2012-07-031-1/+1
| | | | SVN-Revision: 32594
* bcm63xx: 96348A-122 improvements (Comtrend 5365)Jonas Gorski2012-07-032-2/+3
| | | | | | | | | 1) Improve WLAN button. 2) Add 96348A-122 image. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32593
* bcm63xx: fix second caldata address calculationJonas Gorski2012-07-031-1/+1
| | | | | | thanks Noltari for spotting this. SVN-Revision: 32592
* bcm63xx: update patches to latest upstream versionsJonas Gorski2012-07-0349-1449/+1360
| | | | SVN-Revision: 32591
* kernel: generic: spi: allow empty (un)prepare transferJonas Gorski2012-07-031-0/+39
| | | | SVN-Revision: 32590
* ath9k: add a patch to make the hw queue length configurable via debugfsFelix Fietkau2012-07-031-0/+59
| | | | SVN-Revision: 32589