aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* base-files: make firstboot ask for confirmationJonas Gorski2013-02-211-8/+16
| | | | | | | | To prevent accidential resets ask for confirmation (and default to n). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35712
* mac80211: add missing DRIVER_11N_SUPPORT selectsJonas Gorski2013-02-211-3/+3
| | | | | | | | | Multiple drivers were missing their DRIVER_11N_SUPPORT despite supporting 11N capable cards. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35711
* busybox: remove two obsolete patchesJonas Gorski2013-02-218-91/+13
| | | | | | | | | | | 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
* package/kernel: add package for the Gianfar PTP driverGabor Juhos2013-02-201-0/+17
| | | | | | | | | | | | 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
* package/kernel: add package for the Freescale Gianfar driverGabor Juhos2013-02-201-0/+46
| | | | | | | | | | [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
* package/kernel: remove trailing whitespaces from *.mk filesGabor Juhos2013-02-207-9/+9
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35691
* dante: fix broken configure script not using CFLAGS for conftestFlorian Fainelli2013-02-191-0/+3
| | | | | | | | Spotted by doing an ARM hard float build. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35685
* openssl: remove now obsolete cris/etrax patchFlorian Fainelli2013-02-191-13/+0
| | | | | | | | The etrax target has been removed in r34768. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35684
* libiconv: compile iconv stub with TARGET_CFLAGSFlorian Fainelli2013-02-191-1/+1
| | | | | | | | | 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
* 6relayd: Fix possible memory corruption issueSteven Barth2013-02-191-2/+2
| | | | SVN-Revision: 35673
* mac80211: b43: Increase number of RX DMA slotsHauke Mehrtens2013-02-181-0/+11
| | | | | | | | | | | | | | 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
* 6relayd: Workaround potential signal handling issueSteven Barth2013-02-181-2/+2
| | | | SVN-Revision: 35665
* base-files: introduce commonly used helper functions for setting ledsGabor Juhos2013-02-182-1/+69
| | | | | | | | | | | | | | | | | | 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
* base-files: minor cosmetic corrections for functions.shGabor Juhos2013-02-171-6/+3
| | | | | | | | | | | | | - 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
* firewall3 - a C implementation of the current firewall scriptsJo-Philipp Wich2013-02-173-0/+70
| | | | SVN-Revision: 35643
* hostapd: fix the scan wait patch for multiple interfacesFelix Fietkau2013-02-161-21/+13
| | | | SVN-Revision: 35630
* package/kernel: add package for the Freescale On-Chip EHCI ControllerGabor Juhos2013-02-161-2/+19
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35627
* hostapd: add back the patch that waits for interface bringup in ht40, it got ↵Felix Fietkau2013-02-161-0/+73
| | | | | | lost with the update SVN-Revision: 35619
* base-files: add macaddr_{add,2bin,setbit_la} helpersGabor Juhos2013-02-162-1/+25
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35614
* base-files: add mtd_get_mac_{ascii,binary} helpersGabor Juhos2013-02-162-1/+35
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35612
* samba36: fix segmentation fault when trying to add non-existent usersJonas Gorski2013-02-162-2/+2
| | | | | | | | Based on a patch from НКВД. Closes #12962. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35610
* hotplug2: depend on libbsd only when targetting eglibcFlorian Fainelli2013-02-151-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35608
* libevent2: do not add librt dependency when targetting eglibcFlorian Fainelli2013-02-151-1/+0
| | | | | | | | This is already taken care of by PKG_DEFAULT_DEPENDS Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35607
* libbsd: make it available for eglibc onlyFlorian Fainelli2013-02-151-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35606
* openssl: update OpenSSL to 1.0.1e, fix Cisco DTLS.Florian Fainelli2013-02-142-4/+34
| | | | | | | | | | | | | | | | 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
* switch: export name of device found via /procHauke Mehrtens2013-02-144-1/+16
| | | | SVN-Revision: 35596
* switch: export cpuport, ports and vlans via /procHauke Mehrtens2013-02-141-0/+21
| | | | SVN-Revision: 35595
* switch: add support for BCM53125Hauke Mehrtens2013-02-131-3/+14
| | | | SVN-Revision: 35586
* switch: resetting and enabling vlan write for gigabit switchesHauke Mehrtens2013-02-131-7/+45
| | | | | | | | 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
* switch: read and write vlan config from and to gigabit switchesHauke Mehrtens2013-02-131-30/+105
| | | | | | | | 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
* switch: improve robo_switch_enable()Hauke Mehrtens2013-02-131-2/+6
| | | | | | This is based on a patch by jcharest and the Broadcom SDK. SVN-Revision: 35583
* switch: fix switches with more than 6 portsHauke Mehrtens2013-02-131-4/+9
| | | | | | This is based on a patch by jcharest and the Broadcom SDK. SVN-Revision: 35582
* switch: reverse if else in handle_vlan_port_read()Hauke Mehrtens2013-02-131-14/+16
| | | | SVN-Revision: 35581
* switch: the BCM5365 is a special switch and the BCM5350 or BCM5325 is the ↵Hauke Mehrtens2013-02-132-47/+40
| | | | | | | | normal case. This makes it easier to compare this code with the code from the Broadcom SDK. SVN-Revision: 35580
* switch: reset switch before using it.Hauke Mehrtens2013-02-131-2/+70
| | | | SVN-Revision: 35579
* switch: improve error handling in robo_probe()Hauke Mehrtens2013-02-131-13/+16
| | | | SVN-Revision: 35578
* switch: run cleanfile over the source codeHauke Mehrtens2013-02-131-3/+3
| | | | SVN-Revision: 35577
* mac80211: add some small fixes for minstrel_ht CCK supportFelix Fietkau2013-02-131-9/+9
| | | | SVN-Revision: 35576
* odhcp6c: allow setting a user-provided prefix as wellSteven Barth2013-02-123-3/+7
| | | | SVN-Revision: 35570
* iptables: fix bad PKG_RELEASE in previous commitJo-Philipp Wich2013-02-111-1/+1
| | | | SVN-Revision: 35569
* iptables: add --lenient switch to iptables-restore and ip6tables-restore ↵Jo-Philipp Wich2013-02-112-2/+174
| | | | | | that allows to skip erroneous lines SVN-Revision: 35568
* mac80211: add CCK rate support to minstrel_ht to improve rangeFelix Fietkau2013-02-111-0/+518
| | | | SVN-Revision: 35566
* mac80211/hostapd: short_preamble is a per-vif option and should be enabled ↵Felix Fietkau2013-02-112-3/+4
| | | | | | by default SVN-Revision: 35565
* odhcp6c: Various bugfixes * Don't send undesired suggestions for preferred ↵Steven Barth2013-02-111-2/+2
| | | | | | and valid lifetimes * Be less verbose in logging SVN-Revision: 35553
* polarssl: security update (1.2.5) addressing CBC TLS issueTim Yardley2013-02-082-15/+15
| | | | | | Signed-off-by: Tim Yardley <yardley@gmail.com> SVN-Revision: 35525
* openssl: security update to 1.0.1d to address CBC TLS issueTim Yardley2013-02-086-79/+15
| | | | | | | | | addressing CVE-2013-0169: 4th February 2013 Signed-off-by: Tim Yardley <yardley@gmail.com> SVN-Revision: 35524
* openvpn-easy-rsa: fix typo in version (#12958)Felix Fietkau2013-02-061-1/+1
| | | | SVN-Revision: 35508
* openvpn: remove the stale PKG_REV variableFelix Fietkau2013-02-051-1/+0
| | | | SVN-Revision: 35499
* openvpn: split easy-rsa into a separate package, it is no longer bundled ↵Felix Fietkau2013-02-054-25/+60
| | | | | | with the release tarball SVN-Revision: 35498
* firewall: various enhancementsJo-Philipp Wich2013-02-047-97/+133
| | | | | | | | | | | | - reduce mssfix related log spam (#10681) - separate src and dest terminal chains (#11453, #12945) - disable per-zone custom chains by default, they're rarely used Additionally introduce options "device", "subnet", "extra", "extra_src" and "extra_dest" to allow defining zones not related to uci interfaces, e.g. to match "ppp+" or any tcp traffic to and from a specific port. SVN-Revision: 35484