aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* valgrind: do not depend on a particular ARM target, depend on the arch levelFelix Fietkau2013-05-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36621
* 6rd: increase metric of default routeSteven Barth2013-05-122-2/+2
| | | | | | This will prefer native IPv6 over 6rd if both are present. SVN-Revision: 36605
* iwinfo: only consider joined bss when finding current operating frequency, ↵Jo-Philipp Wich2013-05-122-2/+3
| | | | | | fixes spurious misreporting of frequencies in ad-hoc mode SVN-Revision: 36604
* ubus: update to the latest version, fixes a rare deadlock with multiple ↵Felix Fietkau2013-05-111-3/+3
| | | | | | | | synchronous invoke/notify calls Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36603
* openssl: disable mips16, it makes the code slowerFelix Fietkau2013-05-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36602
* px5g: disable assembler functions, fixes compile errors with mips16Felix Fietkau2013-05-091-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36601
* toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵Felix Fietkau2013-05-093-7/+0
| | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594
* kernel: modules: kmod-fs-isofs depends on kmod-lib-zlibJonas Gorski2013-05-091-0/+1
| | | | | | | | Add missing dependency. Fixes #11624. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36593
* grub2: Add sub package grub-editenv for target installationJohn Crispin2013-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> SVN-Revision: 36574
* add uci support for "proxy-dnssec" in dnsmasqSteven Barth2013-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> SVN-Revision: 36570
* iw: update to 3.10, sync with nl80211.h changes in compat-wirelessFelix Fietkau2013-05-066-512/+72
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36569
* odhcp6c: Make SLAAC-only work without reqprefix=noSteven Barth2013-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. SVN-Revision: 36555
* ipset-dns: support simultaneously populating IPv4 and IPv6 setsJo-Philipp Wich2013-05-063-5/+66
| | | | SVN-Revision: 36554
* base-files: change network_find_wan() procedure to ignore default gateways ↵Jo-Philipp Wich2013-05-062-11/+15
| | | | | | in different routing tables SVN-Revision: 36553
* Add ipset-dns - a tiny DNS proxy service which puts resolved ip addresses ↵Jo-Philipp Wich2013-05-063-0/+137
| | | | | | into a specified ipset SVN-Revision: 36552
* sysupgrade: fixes broken pipe error during sysupgadeJohn Crispin2013-05-051-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36548
* kernel: add veth moduleLuka Perkov2013-05-031-0/+17
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36540
* hostapd: enable 802.11r for the -full variant (#13250)Felix Fietkau2013-05-031-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36533
* mac80211: merge a client mode channel switch handling fixFelix Fietkau2013-05-031-31/+47
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36531
* ar71xx: add an external reset callback for ar913x and use it in ath9k - ↵Felix Fietkau2013-05-035-6/+42
| | | | | | | | should reduce the frequency of DMA stop failures Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36530
* firewall3: update to git headJo-Philipp Wich2013-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 SVN-Revision: 36521
* uci: update to git headJo-Philipp Wich2013-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 SVN-Revision: 36518
* kernel: netfilter.mk: Explicitly set the order of autoloaded modulesJo-Philipp Wich2013-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> SVN-Revision: 36512
* Fix install of iptables pkg-config files.Jo-Philipp Wich2013-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> SVN-Revision: 36509
* broadcom-diag: support for the WNDR3700v3Hauke Mehrtens2013-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> SVN-Revision: 36482
* acx-mac80211: make it compile with recent mac80211 againHauke Mehrtens2013-04-282-1/+28
| | | | SVN-Revision: 36481
* broadcom-wl: read channel using wlc on detectHauke Mehrtens2013-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> SVN-Revision: 36479
* mac80211: brcmsmac: remove initial support for core rev 28Hauke Mehrtens2013-04-281-75/+0
| | | | | | To add support for core rev 28 there are a lot more changes needed. SVN-Revision: 36477
* mac80211: b43: only use gpio 0 and 1 for the wifi ledHauke Mehrtens2013-04-281-0/+17
| | | | | | sometimes b43 truned the gpio for the switch reset on. SVN-Revision: 36476
* mac80211: b43: Handle DMA RX descriptor underrunHauke Mehrtens2013-04-282-0/+156
| | | | SVN-Revision: 36474
* iwinfo: fix iwinfo_hardware() return value if chip id is not foundJo-Philipp Wich2013-04-282-7/+4
| | | | SVN-Revision: 36471
* ath9k: fix keycache handling with many connected clientsFelix Fietkau2013-04-271-0/+27
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36467
* mac80211: refresh patchFelix Fietkau2013-04-271-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36466
* netifd: update to git head - disables multicast snooping by default on bridgesJo-Philipp Wich2013-04-271-2/+2
| | | | SVN-Revision: 36463
* iwinfo: add hw database fileJo-Philipp Wich2013-04-261-0/+55
| | | | SVN-Revision: 36450
* iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txtJo-Philipp Wich2013-04-264-83/+35
| | | | SVN-Revision: 36449
* mac80211: update to wireless-testing 2013-04-16 + backportsFelix Fietkau2013-04-2667-3750/+3703
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36448
* procd: fix wrap around bug in logread time handling codeJohn Crispin2013-04-251-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36447
* hotplug2: make it depend on !PROCD_INITJohn Crispin2013-04-251-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36446
* preinit: move cmdline failsafe= handling ot the generic codeJohn Crispin2013-04-251-4/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36430
* mount_root: prepare base-filesJohn Crispin2013-04-2533-71/+80
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36429
* boot: make use of kmodloader if it is availableJohn Crispin2013-04-251-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36428
* ubox: add ubox packageJohn Crispin2013-04-251-0/+40
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36427
* procd: update to latest git versionJohn Crispin2013-04-251-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36426
* netifd: update to the latest version, fixes interface reload issues when ↵Felix Fietkau2013-04-251-2/+2
| | | | | | removing the ifname option SVN-Revision: 36424
* 6relayd: Fix generation of RA-messagesSteven Barth2013-04-241-2/+2
| | | | SVN-Revision: 36419
* iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on ↵Jo-Philipp Wich2013-04-243-5/+7
| | | | | | some architectures SVN-Revision: 36417
* firewall3: Make IPv6 ULA-Border generation dynamicSteven Barth2013-04-243-20/+16
| | | | | | This fixes working behind another router which gives out ULAs. SVN-Revision: 36416
* Enable hidraw support.Jo-Philipp Wich2013-04-241-1/+1
| | | | | | | | | | It's needed for dealing with certain UART-to-USB adapters built into e.g. weather stations, and increases the hid module package only slightly (e.g. on ar71xx: 35k -> 37k). Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36415
* Add kernel module package for hid-generic driver.Jo-Philipp Wich2013-04-241-0/+14
| | | | | | | | Needed to support e.g. keyboards and mice. Signed-off-by: Danny Baumann <dannybaumann@web.de> SVN-Revision: 36414