- Feb 21, 2013
-
-
Geoff Levand authored
Signed-off-by:
Geoff Levand <geoff@infradead.org> SVN-Revision: 35741
-
Jo-Philipp Wich authored
- all uci rules are boxed in custom chains now, so a firewall stop leaves user rules intact - properly handle selective ipv4 or ipv6 only firewall start/stop/restart actions - support ip ranges (e.g. option src_ip '!192.168.1.1-192.168.1.100' -> -m iprange ! --src-range 192.168.1.1-192.168.1.100') - support time options (e.g. option weekdays 'Mon Tue Sat' -> -m time --weekdays 1,2,6') SVN-Revision: 35738
-
Jonas Gorski authored
To prevent accidential resets ask for confirmation (and default to n). Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35712
-
Jonas Gorski authored
Multiple drivers were missing their DRIVER_11N_SUPPORT despite supporting 11N capable cards. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35711
-
Jonas Gorski authored
They either work around missing implementations in uClibc 0.9.30 and earlier and add already present functionality. Closes #11210, #11211. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35710
-
- Feb 20, 2013
-
-
Gabor Juhos authored
PTP for gianfar can be built as a module. Create a package for it. [juhosg: remove the mp85xx specific patch] Patchwork: http://patchwork.openwrt.org/patch/3344/ Signed-off-by:
Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35706
-
Gabor Juhos authored
[juhosg: move the fsl-pq-mdio driver into a separate package] Patchwork: http://patchwork.openwrt.org/patch/3345/ Signed-off-by:
Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35705
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35691
-
- Feb 19, 2013
-
-
Florian Fainelli authored
Spotted by doing an ARM hard float build. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35685
-
Florian Fainelli authored
The etrax target has been removed in r34768. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35684
-
Florian Fainelli authored
Fixes spurious build issues when changing target CFLAGS for specific ABI options (such as ARM's floating point ABI). Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35683
-
Steven Barth authored
SVN-Revision: 35673
-
- Feb 18, 2013
-
-
Hauke Mehrtens authored
Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G were due to overflow of the RX DMA ring buffer, which was created with 64 slots. That finding reminded me that I was seeing similar crashed on a netbook, which also has a relatively slow processor. After increasing the number of slots to 128, runs on the netbook that previously failed now worked; however, I found that 109 slots had been used in one test. For that reason, the number of slots is being increased to 256. Signed-off-by:
Larry Finger <Larry.Finger@lwfinger.net> SVN-Revision: 35671
-
Steven Barth authored
SVN-Revision: 35665
-
Gabor Juhos authored
Currently, most platforms define such helpers in their own diag.sh implementation with almost identical code. By factoring out the common ground it's possible to simplify maintainability and homogenize the haptics over multiple platforms (so far as is reasonably practicable, in a next step). [juhosg: - fix led_set_attr parameters in led_timer - add led_morse and status_led_set_morse helpers - add status_led_blink_{preinit,failsafe} helpers] Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35648
-
- Feb 17, 2013
-
-
Gabor Juhos authored
- update copyright header - remove superfluous shebang left-over from changeset 34794 - unify function declaration [juhosg: keep Vertical Communications' copyright notice] Signed-off-by:
Michael Heimpold <mhei@heimpold.de> Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35646
-
Jo-Philipp Wich authored
SVN-Revision: 35643
-
- Feb 16, 2013
-
-
Felix Fietkau authored
SVN-Revision: 35630
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35627
-
Felix Fietkau authored
SVN-Revision: 35619
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35614
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35612
-
Jonas Gorski authored
Based on a patch from НКВД. Closes #12962. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35610
-
- Feb 15, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35608
-
Florian Fainelli authored
This is already taken care of by PKG_DEFAULT_DEPENDS Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35607
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35606
-
- Feb 14, 2013
-
-
Florian Fainelli authored
1.0.1d had a rushed fix for CVE-2013-0169 which broke in certain circumstances. 1.0.1e has the fix for TLS. Also include a further patch from the 1.0.1 branch which fixes the breakage this introduced for Cisco's outdated pre-standard version of DTLS, as used by OpenConnect. Update mirror URLs to reflect current reality. Signed-off-by:
David Woodhouse <David.Woodhouse@intel.com> Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 35600
-
Hauke Mehrtens authored
SVN-Revision: 35596
-
Hauke Mehrtens authored
SVN-Revision: 35595
-
- Feb 13, 2013
-
-
Hauke Mehrtens authored
SVN-Revision: 35586
-
Hauke Mehrtens authored
This patch makes it possible to reset and enable writing vlans to recent switchs. This is based on a patch by jcharest and the Broadcom SDK. SVN-Revision: 35585
-
Hauke Mehrtens authored
This patch makes it possible to read and write the vlan config from and to recent switchs. This is based on a patch by jcharest and the Broadcom SDK. SVN-Revision: 35584
-
Hauke Mehrtens authored
This is based on a patch by jcharest and the Broadcom SDK. SVN-Revision: 35583
-
Hauke Mehrtens authored
This is based on a patch by jcharest and the Broadcom SDK. SVN-Revision: 35582
-
Hauke Mehrtens authored
SVN-Revision: 35581
-
Hauke Mehrtens authored
This makes it easier to compare this code with the code from the Broadcom SDK. SVN-Revision: 35580
-
Hauke Mehrtens authored
SVN-Revision: 35579
-
Hauke Mehrtens authored
SVN-Revision: 35578
-
Hauke Mehrtens authored
SVN-Revision: 35577
-
Felix Fietkau authored
SVN-Revision: 35576
-