summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* odhcp6c: added support for DS-Lite + various fixescyrus2013-05-133-4/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3: Remove obsoleted ULA-bordercyrus2013-05-132-9/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3: add wan6 interface to wan-zone by defaultcyrus2013-05-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: Remove obsoleted ULA-border rulecyrus2013-05-132-20/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* valgrind: do not depend on a particular ARM target, depend on the arch levelnbd2013-05-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36621 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
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵nbd2013-05-093-7/+0
| | | | | | | | 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
* 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
* 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
* 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
* sysupgrade: fixes broken pipe error during sysupgadeblogic2013-05-051-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add veth moduleluka2013-05-031-0/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: enable 802.11r for the -full variant (#13250)nbd2013-05-031-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge a client mode channel switch handling fixnbd2013-05-031-31/+47
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add an external reset callback for ar913x and use it in ath9k - ↵nbd2013-05-035-6/+42
| | | | | | | | should reduce the frequency of DMA stop failures Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall3: update to git headjow2013-05-021-2/+2
| | | | | | | - assume "tcp+udp" if no protcol is specified in rules or redirects (#13422, #13386) - add support for fwmark matches and mark setting targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: update to git headjow2013-05-021-3/+3
| | | | | | | - copy permission of config files to state files to allow access to state info by non root users - properly handle empty string case when unsetting lists git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: netfilter.mk: Explicitly set the order of autoloaded modulesjow2013-05-021-2/+2
| | | | | | | | | | | | | In my machine, the file is created with arptable_filter before arp_tables. This can't happen because the former depends on the latter. So, instead of rely on wildcards (*.ko), set by hand the files to be loaded in the correct order. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix install of iptables pkg-config files.jow2013-05-021-1/+1
| | | | | | | | | | | libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be installed. Should fix collectd build and thus #13146; which should make collectd appear in snapshots again. Signed-off-by: Danny Baumann <dannybaumann@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-diag: support for the WNDR3700v3hauke2013-04-283-18/+109
| | | | | | | | | | | | | | | I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the bootloader and stock firmware will accept. The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving its LEDs through an HC164 8-bit shift register. Signed-off-by: Owen Kirby <osk@exegin.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: make it compile with recent mac80211 againhauke2013-04-282-1/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: read channel using wlc on detecthauke2013-04-281-1/+4
| | | | | | | | | | | Hardcoding channel number to 11 is a bad idea, it may be even not available on some devices. If there are two single-band radios, the one for 5GHz doesn't have 11 channel. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: brcmsmac: remove initial support for core rev 28hauke2013-04-281-75/+0
| | | | | | | To add support for core rev 28 there are a lot more changes needed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: only use gpio 0 and 1 for the wifi ledhauke2013-04-281-0/+17
| | | | | | | sometimes b43 truned the gpio for the switch reset on. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: b43: Handle DMA RX descriptor underrunhauke2013-04-282-0/+156
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: fix iwinfo_hardware() return value if chip id is not foundjow2013-04-282-7/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix keycache handling with many connected clientsnbd2013-04-271-0/+27
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36467 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: refresh patchnbd2013-04-271-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to git head - disables multicast snooping by default on bridgesjow2013-04-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add hw database filejow2013-04-261-0/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txtjow2013-04-264-83/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2013-04-16 + backportsnbd2013-04-2667-3750/+3703
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: fix wrap around bug in logread time handling codeblogic2013-04-251-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: make it depend on !PROCD_INITblogic2013-04-251-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* preinit: move cmdline failsafe= handling ot the generic codeblogic2013-04-251-4/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mount_root: prepare base-filesblogic2013-04-2533-71/+80
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* boot: make use of kmodloader if it is availableblogic2013-04-251-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubox: add ubox packageblogic2013-04-251-0/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* procd: update to latest git versionblogic2013-04-251-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to the latest version, fixes interface reload issues when ↵nbd2013-04-251-2/+2
| | | | | | removing the ifname option git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 6relayd: Fix generation of RA-messagescyrus2013-04-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36419 3c298f89-4303-0410-b956-a3cf2f4a3e73