summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: remove empty directoriesjogo2013-05-120-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix CVE-2013-1763 in older kernelsjogo2013-05-122-0/+54
| | | | | | | | Newer kernels were already fixed by upstream. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6rd: increase metric of default routecyrus2013-05-122-2/+2
| | | | | | This will prefer native IPv6 over 6rd if both are present. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: only consider joined bss when finding current operating frequency, ↵jow2013-05-122-2/+3
| | | | | | fixes spurious misreporting of frequencies in ad-hoc mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to the latest version, fixes a rare deadlock with multiple ↵nbd2013-05-111-3/+3
| | | | | | | | synchronous invoke/notify calls Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: disable mips16, it makes the code slowernbd2013-05-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* px5g: disable assembler functions, fixes compile errors with mips16nbd2013-05-091-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: set mips16 support, tune cflags for 34kc (works well on MIPS 24K as ↵nbd2013-05-091-2/+2
| | | | | | | | well, but helps a lot for 34K and 74K) Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/remote-gdb: add support for debugging core filesnbd2013-05-091-2/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/remote-gdb: fix path when built for muslnbd2013-05-091-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵nbd2013-05-098-30/+14
| | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: modules: kmod-fs-isofs depends on kmod-lib-zlibjogo2013-05-091-0/+1
| | | | | | | | Add missing dependency. Fixes #11624. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make zlib and lzo modules selectablejogo2013-05-095-0/+115
| | | | | | | | Fixes building kmod-lib-zlib and kmod-lib-lzo if nothing depends on them. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/musl: add version 0.9.10nbd2013-05-098-0/+314
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/musl: fix libstdc++ build issuesnbd2013-05-092-0/+120
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: b53: use correct oops for bcm5365 switchhauke2013-05-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/musl: fix build issues on mac os xnbd2013-05-092-0/+54
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: allow building zsmalloc as a module againjogo2013-05-092-0/+18
| | | | | | | | | | | zsmalloc was changed to a bool because of missing exports in the kernel, but we already export the required symbol, so change it back to tristate. Closes #13481. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use combined kernel image in the CameoHornet templatejuhosg2013-05-081-6/+5
| | | | | | | | | | This allow us to increase the kernel partition size, and ensures, that the -factory image still usable via the original interface. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/mkcameofw: allow to use combined kernel imagejuhosg2013-05-081-28/+56
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add profile and build image for the RNX-N360RT boardjuhosg2013-05-082-0/+17
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add user-space model detection for the RNX-N360RT boardjuhosg2013-05-081-1/+16
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add profile and build image for Netgear WNDAP360juhosg2013-05-082-0/+14
| | | | | | | | | | [juhosg: this has been created from the following patch: http://patchwork.openwrt.org/patch/3620/ ] Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add user-space support for Netgear WNDAP360juhosg2013-05-085-0/+12
| | | | | | | | | | [juhosg: this has been created from the following patch: http://patchwork.openwrt.org/patch/3620/ ] Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add kernel support for Netgear WNDAP360juhosg2013-05-083-0/+150
| | | | | | | | | | | | Here is corrected version (only thing not working are wifi LEDs). [juhosg: this has been created from the following patch: http://patchwork.openwrt.org/patch/3620/ ] Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.9 to 3.9.1juhosg2013-05-084-5/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.8 to 3.8.12juhosg2013-05-0835-178/+116
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Fix AP135 partition layoutjuhosg2013-05-081-2/+2
| | | | | | | Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* grub2: Add sub package grub-editenv for target installationblogic2013-05-071-1/+23
| | | | | | | | | grub-editenv allows to modify grub2 environment files. Add a new package that build grub2 for the target and packs up grub-editenv. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lantiq: enable portmaps again and set max port to 2blogic2013-05-071-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: drop 3.7 supportblogic2013-05-07159-40087/+0
| | | | | | Signed-off-by; John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: properly setup the FEATURES variableblogic2013-05-072-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uci support for "proxy-dnssec" in dnsmasqcyrus2013-05-071-0/+1
| | | | | | | | This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into the init file so it can be used with /etc/config/dhcp. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: update to 3.10, sync with nl80211.h changes in compat-wirelessnbd2013-05-066-512/+72
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix memory detection rt5350blogic2013-05-061-1/+1
| | | | | | Signed-off-by: Felix Kaechele <felix@fetzig.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: enable dsp extensions for rt305x and rt3883blogic2013-05-062-2/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rules.mk: add _dsp to ARCH_SUFFIX if the dsp ase is usedblogic2013-05-061-0/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix fypo in ethernet driver rt288x, rt3883blogic2013-05-061-24/+44
| | | | | | Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Update ARC Freestation profileblogic2013-05-063-4/+45
| | | | | | | | | | | | | | | | | | | | | | | | These devices are actually built around the 8devices Carambola dev board. ARC FreeStation, Flex mARC, iFlex, and SplitStation devices are supported with this image, see "ARCFlex Firmware Downloads": http://www.antennas.com/wiki/index.php?title=ARC-OS_Firmware_Downloads_and_Revision_History Funnily enough if present the external USB wlan ends up being wlan-0, with the SoC device being wlan-1. - Invert port map so special handling of vlan config can be removed. - Add LED config similar to original ArcOS firmware. - Add GPIO export for enabling PoE passthrough from ethernet port 0 to port 1 - Get MACs from factory partition. - Update description to list supported devices. - Carambola uses RT3050 (not RT3052), though my Carambola CPU actually reports itself as being an RT3350 while still having RT3050F markings. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Support setting active_low in devicetree gpio-exportblogic2013-05-061-26/+63
| | | | | | | | Support setting active_low in devicetree gpio-export. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ralink: unbreak uart pinmux handlingblogic2013-05-061-8/+8
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix gpio base numberingblogic2013-05-061-16/+32
| | | | | | | | make banks 0 based to unbreak userland ABI Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add gpio base properties to dtsi filesblogic2013-05-066-0/+20
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: unbreak rt2880 supportblogic2013-05-066-19/+336
| | | | | | Signed-off-by: John Crsipin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: fix DIR-602D1 flash sizeblogic2013-05-061-1/+1
| | | | | | | | Fix DIR-620D1 flash size. Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/mkimage: unbreak non-linux build againnbd2013-05-061-0/+35
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* odhcp6c: Make SLAAC-only work without reqprefix=nocyrus2013-05-062-3/+7
| | | | | | | | | Previously if the upstream router did not provide any DHCPv6-service the wan6 interface would not come up even if RAs were received. The new behavior allows the wan6 interface to comeup with RA-only configuration after a timeout of 10s. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipset-dns: support simultaneously populating IPv4 and IPv6 setsjow2013-05-063-5/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: change network_find_wan() procedure to ignore default gateways ↵jow2013-05-062-11/+15
| | | | | | in different routing tables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add ipset-dns - a tiny DNS proxy service which puts resolved ip addresses ↵jow2013-05-063-0/+137
| | | | | | into a specified ipset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36552 3c298f89-4303-0410-b956-a3cf2f4a3e73