Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | netifd: add SLAAC ipv6 value for static-proto | Steven Barth | 2013-01-28 | 2 | -1/+17 | |
| | | | | SVN-Revision: 35346 | |||||
* | odhcp6c: work-around for proto-script to avoid loosing the default route | Steven Barth | 2013-01-28 | 2 | -20/+11 | |
| | | | | SVN-Revision: 35345 | |||||
* | base-files: remove IPv6-forwarding setting for all interfaces | Steven Barth | 2013-01-28 | 2 | -2/+1 | |
| | | | | SVN-Revision: 35344 | |||||
* | kernel: disable CONFIG_CRYPTO_MANAGER2, it is not needed | Felix Fietkau | 2013-01-27 | 2 | -2/+2 | |
| | | | | SVN-Revision: 35342 | |||||
* | brcm47xx: load pps_core and ptp before tg3 to make the interface available ↵ | Hauke Mehrtens | 2013-01-27 | 1 | -0/+2 | |
| | | | | | | for failsafe. SVN-Revision: 35341 | |||||
* | kernel: b53: the b53 spi driver depends on spi | Hauke Mehrtens | 2013-01-27 | 1 | -1/+1 | |
| | | | | SVN-Revision: 35340 | |||||
* | kernel: make usb2-pci depend on usb2 and not the other way around | Hauke Mehrtens | 2013-01-27 | 1 | -3/+3 | |
| | | | | SVN-Revision: 35339 | |||||
* | kernel: activate input-matrixkmap for kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 1 | -1/+1 | |
| | | | | SVN-Revision: 35338 | |||||
* | kernel: add ehci-platform.ko and ehci-pci.ko when build with kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 1 | -1/+24 | |
| | | | | SVN-Revision: 35337 | |||||
* | kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 6 | -1/+54 | |
| | | | | SVN-Revision: 35336 | |||||
* | kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 2 | -9/+9 | |
| | | | | | | These attributes where removed with kernel 3.8 and are now causing compile errors. SVN-Revision: 35335 | |||||
* | acx-mac80211: make it compile with kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 2 | -5/+90 | |
| | | | | SVN-Revision: 35334 | |||||
* | acx-mac80211: refresh patches | Hauke Mehrtens | 2013-01-27 | 3 | -9/+9 | |
| | | | | SVN-Revision: 35333 | |||||
* | acx-mac80211: use same config options as mac80211 package | Hauke Mehrtens | 2013-01-27 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | Problem was missing CONFIG_MAC80211_DEBUGFS in the acx-mac80211 build, which broke subsequently the ABI in struct ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe also in other strange behaviour before. I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in package/mac80211/Makefile. Thank you Oliver Winker SVN-Revision: 35332 | |||||
* | netfilter: add support for flushing conntrack via /proc | Felix Fietkau | 2013-01-27 | 4 | -0/+184 | |
| | | | | SVN-Revision: 35330 | |||||
* | kernel: clean up crypto kconfig options on 3.8 | Felix Fietkau | 2013-01-27 | 3 | -24/+4 | |
| | | | | SVN-Revision: 35329 | |||||
* | kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 12 | -39/+39 | |
| | | | | | | These attributes where removed with kernel 3.8 and are now causing compile errors. SVN-Revision: 35328 | |||||
* | 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 |