Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: clean up crypto related kconfig options | Felix Fietkau | 2013-01-27 | 10 | -63/+4 |
| | | | | SVN-Revision: 35327 | ||||
* | ar71xx: disable support for unsupported mtd configuration, saves about 5K ↵ | Felix Fietkau | 2013-01-27 | 1 | -1/+5 |
| | | | | | | kernel size after lzma SVN-Revision: 35326 | ||||
* | kernel: prevent cryptomgr from pulling in useless extra dependencies for ↵ | Felix Fietkau | 2013-01-27 | 2 | -0/+74 |
| | | | | | | | | tests that are not run Reduces kernel size after LZMA by about 5k on MIPS SVN-Revision: 35325 | ||||
* | brcm47xx: create image for Netgear WNDR3400 V1 | Hauke Mehrtens | 2013-01-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 35323 | ||||
* | brcm47xx: add initial board detection code | Hauke Mehrtens | 2013-01-26 | 5 | -6/+366 |
| | | | | SVN-Revision: 35322 | ||||
* | brcm47xx: add gpio to irq function again | Hauke Mehrtens | 2013-01-26 | 2 | -0/+116 |
| | | | | SVN-Revision: 35321 | ||||
* | kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mips | Felix Fietkau | 2013-01-26 | 52 | -135/+864 |
| | | | | | | | in combination with kernel symbol export stripping this significantly reduces the kernel image size SVN-Revision: 35320 | ||||
* | kernel: fix module export stripping | Felix Fietkau | 2013-01-26 | 1 | -4/+4 |
| | | | | SVN-Revision: 35319 | ||||
* | kernel: update linux 3.7 to 3.7.4 | Gabor Juhos | 2013-01-24 | 13 | -17/+17 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35318 | ||||
* | kernel: refresh 3.8 patches | Florian Fainelli | 2013-01-24 | 6 | -10/+10 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35317 | ||||
* | mvebu: update to 3.8-rc4 | Florian Fainelli | 2013-01-24 | 2 | -2/+2 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35316 | ||||
* | kernel: add missing config options for 3.8 | Hauke Mehrtens | 2013-01-24 | 1 | -0/+2 |
| | | | | SVN-Revision: 35315 | ||||
* | brcm47xx: change generic profiles | Hauke Mehrtens | 2013-01-24 | 17 | -78/+218 |
| | | | | | | | | The default profile now contains Ethernet drivers for all the types found on supported boards. There are other profiles for each Ethernet driver. SVN-Revision: 35314 | ||||
* | kernel: remove the cisco sip phone patch for 3.7 and 3.8 as well | Felix Fietkau | 2013-01-23 | 2 | -236/+0 |
| | | | | SVN-Revision: 35310 | ||||
* | ar71xx: sync kernel sizes where possible to fix images for some devices (#12874) | Felix Fietkau | 2013-01-23 | 1 | -8/+8 |
| | | | | SVN-Revision: 35309 | ||||
* | bcm63xx: switch to b53 and swconfig | Jonas Gorski | 2013-01-23 | 26 | -59/+261 |
| | | | | | | | | | | | | | | | | | Switch to using the B53 switch driver where appropriate. Use a non-tagged default config where it isn't confirmed to be working. Remove the switch configuration in preinit as the switch will now be configured by the driver to use port isolation to prevent leakage between lan and wan. While at it, also provide a switch config for Neufbox 6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35307 | ||||
* | bcm63xx: expose the internal switch to b53 | Jonas Gorski | 2013-01-23 | 1 | -0/+169 |
| | | | | | | | | Allow b53 access to the internal switch of BCM6328, BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35306 | ||||
* | generic: add b53 swconfig switch driver | Jonas Gorski | 2013-01-23 | 16 | -0/+3045 |
| | | | | | | | | | | | | | Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports switches connected through MDIO, SPI or memory mapped registers, and supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch chips. Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35305 | ||||
* | bcm63xx: move bcm63xx-spi into the kernel | Jonas Gorski | 2013-01-23 | 4 | -19/+2 |
| | | | | | | | | | The SPI driver is needed for supporting to boot from SPI flash on BCM6358 and BCM6368, and for SPI connected switches. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35304 | ||||
* | ipv6-support: don't overwrite existing setting across reflashs | Steven Barth | 2013-01-23 | 2 | -1/+4 |
| | | | | SVN-Revision: 35302 | ||||
* | base-files: fix network_get_prefix6 | Steven Barth | 2013-01-22 | 2 | -2/+2 |
| | | | | SVN-Revision: 35300 | ||||
* | base-files: Set default value for IPv6 forwarding | Steven Barth | 2013-01-22 | 2 | -1/+2 |
| | | | | SVN-Revision: 35299 | ||||
* | netifd: update to latest version, adds another fix for interface aliases | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35297 | ||||
* | netifd: Fix a segfault when globals.ula_prefix is empty | Steven Barth | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35296 | ||||
* | uhttpd: always turn on TLS support, include ustream-ssl as a build dependency | Felix Fietkau | 2013-01-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 35295 | ||||
* | ustream-ssl: remove dependency conditional part to avoid build breakage when ↵ | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | | | no variant is selected SVN-Revision: 35294 | ||||
* | ustream-ssl: update to latest version, fixes handling large chunks of data ↵ | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | | | (fixes #12866) SVN-Revision: 35293 | ||||
* | uboot-lantiq: upgrade to 2013.01 | Luka Perkov | 2013-01-22 | 29 | -27/+13461 |
| | | | | SVN-Revision: 35292 | ||||
* | uhttpd: fix another small hang issue with the same symptoms | Felix Fietkau | 2013-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 35291 | ||||
* | uhttpd: fix connection hangs | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35290 | ||||
* | tcpdump: add SLL parsing support to tcpdump-mini, use -ffunction-sections, ↵ | Felix Fietkau | 2013-01-22 | 2 | -52/+70 |
| | | | | | | -fdata-sections and --gc-sections to reduce size SVN-Revision: 35288 | ||||
* | base-files: network.sh: fix typo in previous commit | Jo-Philipp Wich | 2013-01-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 35287 | ||||
* | base-files: network.sh: simplify network_get_prefix6() | Jo-Philipp Wich | 2013-01-21 | 1 | -7/+4 |
| | | | | SVN-Revision: 35286 | ||||
* | kernel: turn on kallsyms and debug info by default | Felix Fietkau | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35285 | ||||
* | uhttpd: fix unencrypted passwords in httpd.conf | Felix Fietkau | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35265 | ||||
* | ath9k: add support for more antenna mask combinations on AR93xx | Felix Fietkau | 2013-01-21 | 2 | -3/+70 |
| | | | | SVN-Revision: 35264 | ||||
* | 6relayd: fix shell library includes in init-script | Steven Barth | 2013-01-21 | 2 | -3/+6 |
| | | | | | | Thanks to Daniel Golle SVN-Revision: 35262 | ||||
* | 6relayd: avoid a race-condition with looping RAs | Steven Barth | 2013-01-21 | 2 | -1/+2 |
| | | | | SVN-Revision: 35260 | ||||
* | netifd: Fix segfaults in IPv6 prefix handling | Steven Barth | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35259 | ||||
* | odhcp6c: Fix address assignment with infinite validity | Steven Barth | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35258 | ||||
* | uhttpd: fix selecting the right ustream implementation when openssl is to be ↵ | Felix Fietkau | 2013-01-20 | 1 | -1/+1 |
| | | | | | | used (#12857) SVN-Revision: 35257 | ||||
* | ath9k: merge another round of cleanups and stability fixes, refresh patches | Felix Fietkau | 2013-01-20 | 9 | -66/+638 |
| | | | | SVN-Revision: 35255 | ||||
* | netifd: update to latest version, fixes alias support | Felix Fietkau | 2013-01-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 35251 | ||||
* | network/iproute2: Bump version to 3.7.0 | Felix Fietkau | 2013-01-20 | 6 | -534/+70 |
| | | | | | | | | | | | Updated to latest stable version and added an upstream patch to handle a link failure Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> [dgolle@allnet.de: refreshed patches] Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35250 | ||||
* | uhttpd: update to a newer version, fixes chunked transfer on some POST requests | Felix Fietkau | 2013-01-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 35249 | ||||
* | kernel: remove 340-module_alloc_size_check.patch from linux 3.8, it is not ↵ | Felix Fietkau | 2013-01-19 | 1 | -20/+0 |
| | | | | | | necessary anymore SVN-Revision: 35248 | ||||
* | uhttpd: switch to uhttpd2, it is now feature complete | Felix Fietkau | 2013-01-19 | 1 | -43/+11 |
| | | | | SVN-Revision: 35247 | ||||
* | ramips: add profile and build image for the Tenda 3G300M | Gabor Juhos | 2013-01-19 | 2 | -0/+19 |
| | | | | | | | | | | | | Factory image should be used to flash from original firmware. [juhosg: use the GENERIC_4M template] Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35246 | ||||
* | ramips: add user-space support for the Tenda 3G300M | Gabor Juhos | 2013-01-19 | 7 | -0/+14 |
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35245 | ||||
* | ramips: add kernel support for the Tenda 3G300M | Gabor Juhos | 2013-01-19 | 5 | -0/+134 |
| | | | | | | | | | | | | Ralink RT3052F, 4MB flash, 32MB ram, one USB 2.0, two buttons and seven leds. Factory image should be used to flash from original firmware. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35244 |