aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* grub2: disable mkfont - fix build on ArchlinuxFelix Fietkau2014-03-301-1/+2
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40350
* grub2: disable libdevmapper - fix build when it's availableFelix Fietkau2014-03-301-1/+2
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 40349
* samba36: revert r40341John Crispin2014-03-309-136/+136
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40343
* samba: update to 3.6.23 Signed-off-by: John Crispin <blogic@openwrt.org>John Crispin2014-03-309-136/+136
| | | | SVN-Revision: 40341
* lantiq: fix ptm crash under loadJohn Crispin2014-03-301-2/+2
| | | | | | | | https://dev.openwrt.org/ticket/14581 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40335
* kernel/modules: package Arabic charsetsJohn Crispin2014-03-301-0/+32
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40334
* kernel/modules: package Hebrew charsetsJohn Crispin2014-03-301-0/+32
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 40333
* dhcp: Fix broadcast parameter validation support, remove unused netmask ↵John Crispin2014-03-301-2/+1
| | | | | | | | parameter Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 40332
* util-linux: add missing dependencyJohn Crispin2014-03-301-1/+1
| | | | | | | | https://dev.openwrt.org/ticket/15417 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40331
* busybox: backport dd conv=swab from 1.22John Crispin2014-03-301-0/+97
| | | | | | | | | | | | | | | | | | | | Some boards have the WLAN EEPROM stored in flash in big-endian format, whereas the driver requires the EEPROM in little-endian format. The conv=swab option in dd is particularly useful in this case. This patch backports this feature from busybox-1.22 based on the following commits: commit b941316ae5313be523b64f0a9151ee4decb2b35b dd: support conv=swab commit 8395bd3f52f8ed46fa3ffc316b2d113afa748bae dd: fix example in a comment. No code changes. commit 5b9910f0a4a1b7976c46e6f849aaa263180e5521 dd: fail if swab is attempted on odd-sized block commit 0ff0b320a2dbb5e0b5fa245ffd9b2648d7026843 dd: code shrink v2: include the commit messages from upstream Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 40327
* ltq-adsl-mei: improve memory allocationJohn Crispin2014-03-301-9/+44
| | | | | | | | | | | | | The ltq-adsl-mei driver allocates memory for the ADSL firmware in a rather stupid way, leading to several 128k allocations, which fail when many services are enabled. This patch tries to allocate 64 kiB chunks, and only falls back to larger allocations if the returned pointers are not correctly aligned. Fixes out-of-memory errors on Danube boards with 32 MiB RAM. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 40325
* ltq-vdsl: add led status reportingJohn Crispin2014-03-301-8/+27
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40322
* ltq-vdsl: fix MIPS16 compile breakageJohn Crispin2014-03-301-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40308
* firmware: create a new folder for holfing firmware blobsJohn Crispin2014-03-306-0/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40307
* util-linux: backport upstream fix for unshare utilityJohn Crispin2014-03-301-0/+44
| | | | | | | the unshare utility wasn't getting certain defines for mount anymore. SVN-Revision: 40302
* mtd: improve mtd detectionJohn Crispin2014-03-301-1/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40301
* dropbear: move options.h editing to Build/ConfigureFelix Fietkau2014-03-291-3/+3
| | | | | | | | | fixes incremental build with change to CONFIG_DROPBEAR_ECC drop --with-shared which is unknown to configure Patch by Catalin Patulea <cat@vv.carleton.ca> SVN-Revision: 40300
* dropbear: add options SSHKeepAlive and IdleTimeout.Felix Fietkau2014-03-291-1/+5
| | | | | | | | | | | | | | | | Without timeout mechanism, if ssh client disconnected without sending FIN or RST, forked dropbear servers would hang there for KEX_RETRY_TIMEOUT seconds (8 hours). TCP keepalive is not implemented in dropbear yet, thus the name SSHKeepAlive. 300 seconds in this patch is selected from the default value of ServerAliveInterval for Debian ssh client (See man ssh_config). Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 40299
* dropbear: fix interface config settingFelix Fietkau2014-03-291-2/+2
| | | | | | Patch from #15070 SVN-Revision: 40298
* dropbear: update to 2014.63Felix Fietkau2014-03-297-52/+61
| | | | | | | | | | | | | | | | | Upstream changelog: https://matt.ucc.asn.au/dropbear/CHANGES This adds elliptic curve cryptography (ECC) support as an option, disabled by default. dropbear mips 34kc uClibc binary size: before: 161,672 bytes after, without ECC (default): 164,968 after, with ECC: 198,008 Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> SVN-Revision: 40297
* mac80211: skip antenna gain when compiling regdb.txt (#15397)Jo-Philipp Wich2014-03-283-12/+51
| | | | | | | | | | | | The antenna gain attribute has been removed from the upstream regulatory database. Incorperate patch from Luis R. Rodriguez to skip the parsing of the gain attribute in genregdb.awk in order to emit proper rules again. Also refresh fuzzy patches while we're at it. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 40296
* ubox: fix logd (hopefully)John Crispin2014-03-272-178/+2
| | | | | | | | https://dev.openwrt.org/ticket/15357 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40295
* update regulatory database to 2013-11-27Imre Kaloz2014-03-272-637/+659
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40293
* usbmode: switch to http:// instead of git://Felix Fietkau2014-03-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40027
* jsonpath: switch to http:// instead of git://Felix Fietkau2014-03-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40026
* libubox: switch to git.openwrt.org as sourceFelix Fietkau2014-03-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40025
* mtd: add support for bad blocks in NAND flashFelix Fietkau2014-03-263-5/+56
| | | | | | | | | | | | | NAND flash is very likely to contain bad blocks. Currently, mtd and therefore sysupgrade fails when it encounters a single bad block, potentially leaving an unbootable system. This patch allows the mtd utility to skip bad blocks in NAND flash and complete sysupgrade successfully. Patch by: Matthew Redfearn <matt.redfearn@nxp.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40021
* 6rd / ds-lite: make the firewall-zones of nested-protocols configurableSteven Barth2014-03-269-12/+28
| | | | SVN-Revision: 40020
* dhcp: send 6rd-ORO when expecting 6rd-informationSteven Barth2014-03-262-1/+2
| | | | SVN-Revision: 40019
* fs-tools: add back mount_root, jffs2reset and ffs2mark functionalityJohn Crispin2014-03-254-1/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40018
* ustream-ssl: update to latest version, adds certificate validation supportFelix Fietkau2014-03-251-2/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40017
* add the TI AM335x PM firmware packageImre Kaloz2014-03-251-0/+42
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40016
* util-linux: update to 2.24.1Luka Perkov2014-03-245-110/+113
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40010
* libroxml: enable xpath supportLuka Perkov2014-03-231-2/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40008
* ca-certificates: install to /etc/ssl/certs/ directly instead of installing a ↵Felix Fietkau2014-03-231-4/+2
| | | | | | | | symlink (fixes #15351) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40007
* uhttpd: update to latest version, improves cgi path handlingFelix Fietkau2014-03-221-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40005
* ustream-ssl: update to the latest version, fixes cyassl buildFelix Fietkau2014-03-211-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40004
* uhttpd: update to latest version, fixes HEAD requests to CGI scriptsFelix Fietkau2014-03-211-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40003
* netifd: update to the latest version, adds support for reloading proto ↵Felix Fietkau2014-03-211-2/+2
| | | | | | | | handlers on toplogy changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40001
* px5g: rename the old package to px5g-standalone, add a new one that links ↵Felix Fietkau2014-03-2121-3/+317
| | | | | | | | against polarssl Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40000
* polarssl: add support for generating rsa keysFelix Fietkau2014-03-211-10/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39999
* libroxml: add package (tiny XML parser/writer library)Felix Fietkau2014-03-211-0/+48
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39998
* hostapd: add pbc_in_m1 optionFelix Fietkau2014-03-211-2/+3
| | | | | | | | | | | | Option pbc_in_m1 is being used as a WPS capability discovery workaround for PBC with Windows 7. Add possibility to enable this workaround from UCI. To enable it, turn on wps and set wps_pbc_in_m1 parameter to 1. Signed-off-by: Pawel Kulakowski <pawel.kulakowski@tieto.com> SVN-Revision: 39995
* ead: clean upFelix Fietkau2014-03-216-18/+16
| | | | | | | | | | | | | Remove unused variables Correct some (non important) memory leaks Remove fclose(NULL) Correct possible out of bound access spotted with cppcheck Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 39994
* ead: set_nonblock() is doing nothing (typo)Felix Fietkau2014-03-211-1/+1
| | | | | | | | spotted with cppcheck Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 39993
* ppp: remove ppp requirement from chatFelix Fietkau2014-03-211-1/+0
| | | | | | | | This patch removes dependancy of PPP from chat application as chat application can be used for other serial communication as well that is not dependant on PPP and therefore one should be able to install chat without PPP. There also are no dependencies within chat application for PPP. Signed-off-by: Oskari Rauta <oskari.rauta at gmail.com> SVN-Revision: 39992
* libnl-tiny: ensure compatibility to libnl version 3 and higherFelix Fietkau2014-03-212-1/+14
| | | | | | | | | | | To be prepared to support keepalived 1.2.10 and higher we need libnl3 or higher. The attached patch add some defines so that it can be build be libnl-tiny. Patch by Thomas Heil Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39991
* Add Bosch C_CAN/D_CAN modules kernel packageFelix Fietkau2014-03-211-1/+54
| | | | | | | | | Add Bosch C_CAN/D_CAN driver as a kernel package. The D_CAN controller is used on BeagleBoneBlack. Signed-off-by: Jan Kardell <jan.kardell@telliq.com> SVN-Revision: 39990
* kernel: add can.ko to the kmod-can package.Felix Fietkau2014-03-211-3/+4
| | | | | | | | | | Build all of the can support as modules, otherwise the kernel image is changed when a can kernel package is selected, because the can protocol is then built in into the kernel image. Signed-off-by: Jan Kardell <jan.kardell@telliq.com> SVN-Revision: 39989
* mac80211: iwlagn include firmware for 7260 cardsFelix Fietkau2014-03-211-0/+10
| | | | | | | | This patch enables including the firmware for Intel Dual Band Wireless-N 7260 and Intel Dual Band Wireless-AC 7260 cards in iwlagn. Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com> SVN-Revision: 39988