Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/uboot-envtools: add OpenMesh MR600 support | Gabor Juhos | 2012-11-18 | 1 | -1/+2 |
| | | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34236 | ||||
* | 6relayd: add conffiles section, thanks swalker | Steven Barth | 2012-11-17 | 1 | -1/+5 |
| | | | | SVN-Revision: 34222 | ||||
* | ar7-atm: make it depend on the generic AR7 platform | Florian Fainelli | 2012-11-16 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34205 | ||||
* | 6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - ↵ | Steven Barth | 2012-11-16 | 3 | -26/+48 |
| | | | | | | Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant SVN-Revision: 34204 | ||||
* | opkg: fix find logic introduced by previous commit | Jo-Philipp Wich | 2012-11-15 | 1 | -8/+8 |
| | | | | SVN-Revision: 34203 | ||||
* | opkg: various additions - only wrap package descriptions when outputting to ↵ | Jo-Philipp Wich | 2012-11-15 | 4 | -1/+259 |
| | | | | | | a tty, simplifies parsing descriptions with external utils - introduce -i (--nocase) flag which makes all matching operations case insensitive - introduce "find" command which searches package names and descriptions (e.g. opkg -i find "*autoconfig*") SVN-Revision: 34202 | ||||
* | ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko ↵ | Jo-Philipp Wich | 2012-11-12 | 6 | -12/+158 |
| | | | | | | <george@znau.edu.ua> - refresh patches SVN-Revision: 34171 | ||||
* | kernel: modules: ext4 depends on crypto-hash on 3.6 | Jonas Gorski | 2012-11-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 34159 | ||||
* | i2c-gpio-mux: fix build for 3.6+ kernels | Florian Fainelli | 2012-11-11 | 1 | -0/+5 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34152 | ||||
* | mac80211: add more tx skb free fixes (hopefully final fix to #11894) | Felix Fietkau | 2012-11-10 | 3 | -160/+209 |
| | | | | SVN-Revision: 34133 | ||||
* | resolveip: fix endless getopt() loop when compiled for arm (#12290) | Jo-Philipp Wich | 2012-11-08 | 2 | -4/+4 |
| | | | | SVN-Revision: 34116 | ||||
* | Load schedule modules | John Crispin | 2012-11-07 | 1 | -0/+4 |
| | | | | | | | | They were missing the AUTOLOAD directive. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> SVN-Revision: 34107 | ||||
* | buildroot: isolate the .install stamp files for build variants (#12279) | Jo-Philipp Wich | 2012-11-07 | 1 | -7/+7 |
| | | | | | | | | This fixes missing embedded packages if multiple build variants are selected in the build config, e.g. missing ppp if CONFIG_PACKAGE_ppp=y and CONFIG_PACKAGE_ppp-multilink=m . SVN-Revision: 34106 | ||||
* | linux: export bcm963xx_tag.h to userspace | Jonas Gorski | 2012-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Export bcm963xx_tag.h so mtd can use it without using kernel includes. Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> [jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header from original location, refresh patches, use a more matching patch number, port to 3.6] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 34103 | ||||
* | remove bogus file | John Crispin | 2012-11-06 | 1 | -0/+0 |
| | | | | SVN-Revision: 34099 | ||||
* | unbreak ltq-dsl-fw | John Crispin | 2012-11-06 | 2 | -1/+1 |
| | | | | SVN-Revision: 34098 | ||||
* | prepare dsl driver for 3.6 and split fw into a seperate package | John Crispin | 2012-11-06 | 5 | -64/+72 |
| | | | | SVN-Revision: 34096 | ||||
* | netifd: don't send a default client identifier in DHCP requests if no ↵ | Jo-Philipp Wich | 2012-11-05 | 1 | -2/+2 |
| | | | | | | clientid uci option is given (#12426) SVN-Revision: 34089 | ||||
* | Add ledtrig-oneshot module for 3.6 kernels | Gabor Juhos | 2012-11-05 | 1 | -0/+17 |
| | | | | | | | | | | | This patch adds a package for the ledtrig-oneshot module, available in 3.6 and later. [juhosg: change dependency from LINUX_3_6 to !LINUX_3_3] Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru> SVN-Revision: 34079 | ||||
* | mtd: avoid adding the kernel dir to includes, use the toolchain headers | Felix Fietkau | 2012-11-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 34071 | ||||
* | ppp: add more pppol2tpv3 related structs from the kernel headers to fix ↵ | Felix Fietkau | 2012-11-04 | 1 | -1/+27 |
| | | | | | | compile issues with linux 3.6 SVN-Revision: 34070 | ||||
* | iptables: remove support for libipq, it has been obsolete for years and is ↵ | Felix Fietkau | 2012-11-04 | 1 | -16/+0 |
| | | | | | | unsupported in newer kernels SVN-Revision: 34069 | ||||
* | libubox: add more uloop timer fixes | Felix Fietkau | 2012-10-31 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34039 | ||||
* | libubox: update to latest version, fixes a timer calculation issue in uloop | Felix Fietkau | 2012-10-31 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34037 | ||||
* | libubox: pass the lua path to cmake to avoid build errors | Felix Fietkau | 2012-10-31 | 1 | -0/+2 |
| | | | | SVN-Revision: 34033 | ||||
* | mac80211: prevent reconfigure calls while interfaces are down | Felix Fietkau | 2012-10-31 | 2 | -1/+13 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34030 | ||||
* | 6relayd: auto-configure local interfaces as well | Steven Barth | 2012-10-31 | 2 | -3/+3 |
| | | | | SVN-Revision: 34027 | ||||
* | libubox: add build dependency on lua | Felix Fietkau | 2012-10-30 | 1 | -0/+2 |
| | | | | SVN-Revision: 34022 | ||||
* | uhttpd: update to latest git head, improves handling of invalid requests | Jo-Philipp Wich | 2012-10-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 34010 | ||||
* | 6relayd: update to work around a raw-socket bug | Steven Barth | 2012-10-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 34009 | ||||
* | ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy) | Steven Barth | 2012-10-30 | 3 | -0/+140 |
| | | | | | | | | | | 6relayd is an IPv6-tool that relays IPv6-management protocols like router discovery, neighbor discovery and DHCPv6 so that clients on routed (non-bridged) interfaces can use the public address prefix, DHCPv6 and DNS-service of a master interface. This is useful to avoid NAT in chained IPv6-routers. SVN-Revision: 34008 | ||||
* | gdb: depend on zlib if zlib is selected | Felix Fietkau | 2012-10-30 | 1 | -1/+1 |
| | | | | | | | | gdb can read debug informations in produced binaries with compressed debug sections if gdb is compiled with `zlib'. Signed-off-by: Jiri Slachta <slachta@cesnet.cz> SVN-Revision: 34007 | ||||
* | netifd: update to latest version, fixes adding an alias during config reload ↵ | Felix Fietkau | 2012-10-30 | 1 | -2/+2 |
| | | | | | | | | for an interface that is already up Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34006 | ||||
* | libubox: update to the latest version | Felix Fietkau | 2012-10-29 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34005 | ||||
* | iwinfo: properly initialize memory of global nl80211_state, fixes random ↵ | Jo-Philipp Wich | 2012-10-29 | 2 | -1/+3 |
| | | | | | | libnl-tiny assertions when using nl80211_probe() on not supported devices SVN-Revision: 34003 | ||||
* | add trace-cmd | Felix Fietkau | 2012-10-29 | 3 | -0/+110 |
| | | | | SVN-Revision: 34002 | ||||
* | gdb: use the libthread-db package instead of throwing the lib into the ↵ | Felix Fietkau | 2012-10-29 | 1 | -5/+1 |
| | | | | | | gdbserver package SVN-Revision: 34000 | ||||
* | toolchain: add a package for libthread_db | Felix Fietkau | 2012-10-29 | 1 | -0/+14 |
| | | | | SVN-Revision: 33999 | ||||
* | gdb: update to version 7.5 | Felix Fietkau | 2012-10-29 | 2 | -17/+8 |
| | | | | SVN-Revision: 33998 | ||||
* | readline: update to version 6.2, enable parallel builds | Felix Fietkau | 2012-10-29 | 2 | -27/+10 |
| | | | | SVN-Revision: 33997 | ||||
* | mac80211: report tx status for dropped frames, should fix some remaining ↵ | Felix Fietkau | 2012-10-29 | 1 | -38/+133 |
| | | | | | | stability issues SVN-Revision: 33991 | ||||
* | ath9k: add a patch that prevents excessive retry of single frames during an ↵ | Felix Fietkau | 2012-10-29 | 5 | -11/+41 |
| | | | | | | aggregation session SVN-Revision: 33989 | ||||
* | add missing =y | Imre Kaloz | 2012-10-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 33988 | ||||
* | add missing 3.6 symbols | Imre Kaloz | 2012-10-29 | 1 | -6/+8 |
| | | | | SVN-Revision: 33986 | ||||
* | remove references to 2.6.39 | Imre Kaloz | 2012-10-27 | 3 | -4/+1 |
| | | | | SVN-Revision: 33967 | ||||
* | package/kernel: arc4 needs blkcipher support on 3.6 | Gabor Juhos | 2012-10-27 | 1 | -1/+1 |
| | | | | | | | | | | [ 78.530000] arc4: Unknown symbol blkcipher_walk_done (err 0) [ 78.530000] arc4: Unknown symbol blkcipher_walk_virt (err 0) [ 78.540000] arc4: Unknown symbol crypto_blkcipher_type (err 0) Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33965 | ||||
* | package/uboot-envtools: add CAP4200AG support | Gabor Juhos | 2012-10-27 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33959 | ||||
* | generic: allow to disable [25]GHz support in ath9k via platform data | Gabor Juhos | 2012-10-27 | 1 | -0/+70 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33954 | ||||
* | ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free ↵ | Felix Fietkau | 2012-10-25 | 1 | -0/+18 |
| | | | | | | errors and "Failed to stop Tx DMA" errors SVN-Revision: 33938 | ||||
* | mac80211: refresh patch | Felix Fietkau | 2012-10-25 | 1 | -10/+4 |
| | | | | SVN-Revision: 33937 |