aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update linux 3.7 to 3.7.10Gabor Juhos2013-03-0318-24/+23
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35860
* hotplug2: fix a memory leak and wrong variables leaking into the fork worker ↵Felix Fietkau2013-03-031-13/+24
| | | | | | process (#12436, maybe also #12765) SVN-Revision: 35857
* hotplug2: merge worker related fixes into one patchFelix Fietkau2013-03-034-251/+179
| | | | SVN-Revision: 35856
* ar71xx: update MAC address assignment for dir-825-c1Gabor Juhos2013-03-031-9/+9
| | | | | | | Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35855
* ar71xx: fixes leds for dir-825-c1Gabor Juhos2013-03-031-9/+20
| | | | | | | Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35854
* ramips: set -march=24kec for rt305x and rt3883 to enable use of DSP extensionGabor Juhos2013-03-034-1/+6
| | | | | | | | | | | | | | | | | | | All known rt305x and rt3883 implementations support at least the 24kec instruction set which includes the DSP extension. For rt288x, the previous value mips32r2 is kept. The cpu target is now set per sub-archtecture, according to cpu-feature-overrides.h of each SoC family. [juhosg: define ARCH_PACKAGES variable for rt305x/rt3883 in order to differentiate the packages compiled with the 24Kec option.] Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35853
* ramips: add user-space detection for ALL5002/ALL5003Gabor Juhos2013-03-031-0/+19
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35852
* ramips: indicate support for ALL5003Gabor Juhos2013-03-032-2/+2
| | | | | | | | | | | add ALL5003 to board description in mach-all5002.c adapt detection in user-space accordingly (no functional changes) Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35851
* ramips: enhance user-space board detectionGabor Juhos2013-03-032-3/+24
| | | | | | | | | | Similar to ar71xx, detect only once and cache the strings in /tmp/sysinfo/model and /tmp/sysinfo/boardname. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35850
* ramips: fix whitespace in /lib/ramips.shGabor Juhos2013-03-031-3/+3
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35849
* mac80211: merge some more minstrel_ht performance improvementsFelix Fietkau2013-03-031-16/+61
| | | | SVN-Revision: 35848
* mac80211: merge minstrel_ht rate control performance improvementsFelix Fietkau2013-03-021-0/+129
| | | | SVN-Revision: 35847
* mac80211: another fix for monitor mode handling (fixes #13071)Felix Fietkau2013-03-021-3/+23
| | | | SVN-Revision: 35846
* firewall3: update to git head, introduces support for "enabled" optionJo-Philipp Wich2013-03-021-2/+2
| | | | SVN-Revision: 35845
* Revert "[cns3xxx]: clean up PCI bus topology" (r35079)Felix Fietkau2013-03-021-27/+0
| | | | | | It breaks PCIe IRQ mapping and possibly other things SVN-Revision: 35842
* ar71xx: add support for Buffalo WZR 600DHPLuka Perkov2013-03-0121-27/+78
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35840
* scripts: update GNU mirrorsLuka Perkov2013-02-281-4/+1
| | | | SVN-Revision: 35838
* 6relayd: Fix illegal memory accesses Spurious errors when receiving ↵Steven Barth2013-02-281-2/+2
| | | | | | netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging SVN-Revision: 35836
* 6relayd: various fixes cap preferred and valid lifetimes at more reasonable ↵Steven Barth2013-02-281-2/+2
| | | | | | limits decrease memory usage (remove unnecessary book-keeping) SVN-Revision: 35835
* brcm47xx: bgmac: omit the fcsHauke Mehrtens2013-02-282-0/+38
| | | | | | This fixes #13058 and hopefully #12927 SVN-Revision: 35834
* brcm47xx: bgmac: update to version form netdev git repositoryHauke Mehrtens2013-02-282-26/+134
| | | | SVN-Revision: 35833
* xtables-addons: fix packaging of iptaccountJo-Philipp Wich2013-02-281-0/+2
| | | | SVN-Revision: 35831
* b43-tools: fix compile error: undefined reference to `yydebug'Hauke Mehrtens2013-02-281-0/+27
| | | | | | | | | | | | | | With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set. This fixes the following error: obj/main.o: In function `main': main.c:(.text.startup+0xaf): undefined reference to `yydebug' collect2: error: ld returned 1 exit status This closes #13093. SVN-Revision: 35830
* mpfr: upgrade to 3.1.1Luka Perkov2013-02-284-1974/+25
| | | | SVN-Revision: 35828
* bison: upgrade to version 2.7Luka Perkov2013-02-284-26/+27
| | | | SVN-Revision: 35827
* cmake: upgrade to version 2.8.10.2Luka Perkov2013-02-281-3/+3
| | | | SVN-Revision: 35826
* e2fsprogs: upgrade to version 1.42.7Luka Perkov2013-02-281-3/+3
| | | | SVN-Revision: 35825
* flex: upgrade to version 2.5.37Luka Perkov2013-02-281-3/+3
| | | | SVN-Revision: 35824
* gmp: upgrade to version 5.1.1Luka Perkov2013-02-283-216/+5
| | | | SVN-Revision: 35823
* sed: upgrade to version 4.2.2Luka Perkov2013-02-281-3/+3
| | | | SVN-Revision: 35822
* ccache: upgrade to version 3.1.9Luka Perkov2013-02-271-3/+3
| | | | SVN-Revision: 35821
* firewall3: clear contnrack table on flush, set policies to drop during rule ↵Jo-Philipp Wich2013-02-271-2/+2
| | | | | | reload SVN-Revision: 35820
* mac80211: fix sending probe requests in client mode, fixes connecting to ↵Felix Fietkau2013-02-262-2/+68
| | | | | | hidden networks (#13056) SVN-Revision: 35819
* mklibs: upgrade to 0.1.35Luka Perkov2013-02-263-3/+14
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35818
* toolchain/binutils: fix partial MD5 sum from r35813Florian Fainelli2013-02-261-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35816
* toolchain/musl: add support for 0.9.9Florian Fainelli2013-02-266-1/+276
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35815
* toolchain/binutils: add musl libc config.sub patch to 2.23.1Florian Fainelli2013-02-261-0/+10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35814
* toolchain/binutils: fix 2.19.1 MD5 sumFlorian Fainelli2013-02-261-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35813
* toolchain/binutils: refresh patchesFlorian Fainelli2013-02-2613-201/+107
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35812
* ncurses: fix build with musl libc toolchainsFlorian Fainelli2013-02-261-1/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35811
* toolchain: mark unavailable packages for musl libcFlorian Fainelli2013-02-261-0/+5
| | | | | | | | And make librt be an empty stub for musl libc. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35810
* gdb: do not depend on libthread-db when using musl libcFlorian Fainelli2013-02-261-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35809
* toolchain/gcc: refresh patchesFlorian Fainelli2013-02-2632-298/+190
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35808
* gcc: don't build documentationLuka Perkov2013-02-265-0/+115
| | | | | | | | This closes #13039. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35807
* rt2x00: prevent device probe errors with CONFIG_MAC80211_MESH disabled (#13080)Felix Fietkau2013-02-262-2/+27
| | | | SVN-Revision: 35806
* gcc: remove support for 4.6.2Luka Perkov2013-02-2618-946/+1
| | | | | | | | | There are no good reasons for keeping this version around when 4.6.3 and 4.6-linaro are there. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35805
* 6relayd: Fix config behaviour for rewrite_dns_addr optionSteven Barth2013-02-262-2/+2
| | | | SVN-Revision: 35804
* 6relayd: compatibility with broken IPv6 devices * Announce ULA as deprecated ↵Steven Barth2013-02-263-4/+10
| | | | | | if other addresses are available * Allow the announced DNS-server to be overwritten SVN-Revision: 35803
* ramips: add support for 3.8Gabor Juhos2013-02-2514-0/+788
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35801
* ramips: image: don't break make process if mkimage command failsGabor Juhos2013-02-251-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35800