Commit Graph

21074 Commits (08c7eae8f6b310b4579a076a68c716baab8fbdd1)
 

Author SHA1 Message Date
Felix Fietkau 08c7eae8f6 tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac os x. the clang build fails with some linker errors
SVN-Revision: 32706
12 years ago
Felix Fietkau 877797c60e ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock
SVN-Revision: 32705
12 years ago
Jo-Philipp Wich 00f1b1d62a uhttpd: various changes
- remove unused variables
	- simply ignore command line args which belong to not enabled features
	- resolve peer address at accept() time, should solve (#11850)
	- remove floating point operations where possible

SVN-Revision: 32704
12 years ago
Felix Fietkau abc3d9493b netifd: update to latest version, fixes wlan network state getting stuck on wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen
SVN-Revision: 32689
12 years ago
Felix Fietkau f600a611ad librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with eglibc
SVN-Revision: 32686
12 years ago
Felix Fietkau a1f0b3a771 ath9k: fix selecting the second antenna on a single-stream device with diversity
SVN-Revision: 32685
12 years ago
Felix Fietkau c78c2f80a1 mac80211: fix an ap + sta mode regression that prevented the sta from connecting (#11847)
SVN-Revision: 32684
12 years ago
Gabor Juhos 33220828dc ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0
The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is
identical, but requires different firmware headers:

TL-WDR4300:
00000040  43 00 00 01 00 00 00 01  00 00 00 00 76 fb 83 40  |C...........v..@|

TL-WDR4310:
00000040  43 10 00 01 00 00 00 01  00 00 00 00 38 2b 50 6c  |C...........8+Pl|

[juhosg: change commit message, use a different model name]

Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>

SVN-Revision: 32683
12 years ago
Gabor Juhos 372945185d ramips: rt305x: add support for Edimax 3G-6200N
Support for Edimax 3G-6200N router with USB.

Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com>

SVN-Revision: 32682
12 years ago
Gabor Juhos e9af340016 generic: ocf: restore terminating entry of pci_id_table in hifnHIPP
SVN-Revision: 32680
12 years ago
Gabor Juhos d3c8852fd1 ar71xx: select ATH79_DEV_M25P80 for the WRT400N board
SVN-Revision: 32679
12 years ago
Gabor Juhos c75c895d24 ar71xx: airrouter power led support
This patch adds support for power led to Unifi Airrouter AP.

[juhosg:fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>

SVN-Revision: 32678
12 years ago
Gabor Juhos 466f010303 ar71xx: unifi reset button support
This patch adds support for reset button to Ubiquiti UniFi AP.

[juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>

SVN-Revision: 32677
12 years ago
Gabor Juhos 5ce9c90ca8 ar71xx: airrouter reset button support
This patch adds support for reset button to Ubiquiti Airrouter AP.

[juhosg: fold the patch into 608-MIPS-ath79-ubnt-xm-add-more-boards.patch]

Signed-off-by: Rocco Folino <lordzen@autistici.org>

SVN-Revision: 32676
12 years ago
Luka Perkov f3112b06d2 openssl: enable the use of cryptodev digests
SVN-Revision: 32673
12 years ago
Luka Perkov 283021ac15 ocf: update to version 20120127
SVN-Revision: 32672
12 years ago
Hauke Mehrtens 5e4100bcf9 mac80211: update brcmsmac patches
SVN-Revision: 32671
12 years ago
Hauke Mehrtens 45d55161a6 kernel: bcma: update to version from wireless-testing tag master-2012-07-11
SVN-Revision: 32670
12 years ago
Felix Fietkau d23e0491f0 ath9k: add a number of ar93xx eeprom related fixes / enhancements
SVN-Revision: 32669
12 years ago
Felix Fietkau 883e308016 ath9k: add missing part of the aggregation duration fix
SVN-Revision: 32668
12 years ago
Jo-Philipp Wich 556864c75b nls.mk: fix build dependency on gettext (#11829)
SVN-Revision: 32665
12 years ago
Jo-Philipp Wich f9eede184e mac80211: fix patch order (#11839, #11842)
SVN-Revision: 32664
12 years ago
Jo-Philipp Wich 64f5b45d8f toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes the buildroot up
SVN-Revision: 32663
12 years ago
Jo-Philipp Wich 0000ce2271 uhttpd: retry parsing the CGI header until the buffer space is exhausted
SVN-Revision: 32662
12 years ago
Florian Fainelli b94d9eb302 remove bcm63xx_pci_register() call in livebox board
SVN-Revision: 32661
12 years ago
Florian Fainelli f8446c3d4c use physmap-flash on livebox (#8677)
SVN-Revision: 32660
12 years ago
Florian Fainelli 8765e49fbe nuport-mac: check netif_receive_skb() return value
We did not reassign status to netif_receive_skb() return value, we thus
almost always incremented the dropped counter because the descriptor status
value never matches the NET_RX_DROP.

SVN-Revision: 32659
12 years ago
Felix Fietkau 32eef456df ath9k: fix some bugs related to txop limit handling and aggregation
SVN-Revision: 32658
12 years ago
Felix Fietkau ed06d0bb26 ath9k: disable hardware full sleep with active client mode interface until mac80211 IEEE80211_CONF_IDLE support has been fixed
SVN-Revision: 32657
12 years ago
Felix Fietkau 7f153913f8 ath9k: clean up / fix some initval related code
SVN-Revision: 32656
12 years ago
Felix Fietkau b718813b57 mac80211: update to latest version, fix tx gain patch
SVN-Revision: 32655
12 years ago
Felix Fietkau 178df184a1 libubox: update to latest version, fixes timer/process deletion on uloop_done()
SVN-Revision: 32654
12 years ago
Florian Fainelli 93bf00ff36 fix typo on of_node_put()
SVN-Revision: 32653
12 years ago
Jo-Philipp Wich 4127e73b84 firewall: also set up nat reflection rules for redirects with proto all and/or no src_dport set
SVN-Revision: 32652
12 years ago
Jo-Philipp Wich 86de034767 uhttpd: various fixes
- avoid closing descriptors before removing them from uloop (#11755, #11830)
    - do not auto-initialize ubus if no prefix is set (#11832)
    - remove extraneous client context pointer from cgi and lua states
    - code cleanups and debug message changes

SVN-Revision: 32651
12 years ago
Jo-Philipp Wich 1f1cf1990b bison: fix errors in shipped stdio.in.h
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
12 years ago
Jo-Philipp Wich e63a58ebfb m4: fix errors in shipped stdio.in.h
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
12 years ago
Felix Fietkau be8a73be3d ath9k: fix the ar9340 tx gain patch
SVN-Revision: 32647
12 years ago
Felix Fietkau e764dd1132 ath9k: fix tx gain tables for ar934x
SVN-Revision: 32646
12 years ago
Jo-Philipp Wich bd1cfd2cca libubox: bump to latest git head - uloop: prevent callback invocation for already removed descriptors - uloop: handle EPOLLHUP - blob, blobmsg: various changes
SVN-Revision: 32645
12 years ago
Jo-Philipp Wich 92e2e3f567 uhttpd: do not dispatch pipe error events, fixes use after free for cgi and lua scripts
SVN-Revision: 32644
12 years ago
Florian Fainelli bb1488e5e7 Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 32643
12 years ago
Jo-Philipp Wich 1f2d5da887 uhttpd: do not subscribe to epoll write events Watch child read pipe end for data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices.
SVN-Revision: 32640
12 years ago
Gabor Juhos fe015f399f ar71xx: swizzle address for PCI byte/word access on AR71xx
Closes #11683.

SVN-Revision: 32639
12 years ago
Gabor Juhos b39df5bb81 ar71xx: select SOC_AR933X and ATH79_DEV_WMAC for the OM2P board
SVN-Revision: 32638
12 years ago
Gabor Juhos e258367c19 ar71xx: merge new board patches into the generic patch
SVN-Revision: 32637
12 years ago
Gabor Juhos 6fbb548eb9 uboot-envtools: OM2P LC support
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>

SVN-Revision: 32636
12 years ago
Gabor Juhos b020a7e7c3 ar71xx: OM2P LC sysupgrade patch
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>

SVN-Revision: 32635
12 years ago
Jo-Philipp Wich a650d33490 iwinfo: properly deal with channels 7..12 on 5GHz
SVN-Revision: 32634
12 years ago
Jo-Philipp Wich 4347abcaf6 iwinfo: find channel & frequency via nl80211 or hostapd instead of wext
SVN-Revision: 32630
12 years ago