summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel: disable CONFIG_CRYPTO_MANAGER2, it is not needednbd2013-01-272-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35342 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: load pps_core and ptp before tg3 to make the interface available ↵hauke2013-01-271-0/+2
| | | | | | for failsafe. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: b53: the b53 spi driver depends on spihauke2013-01-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make usb2-pci depend on usb2 and not the other way aroundhauke2013-01-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: activate input-matrixkmap for kernel 3.8hauke2013-01-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add ehci-platform.ko and ehci-pci.ko when build with kernel 3.8hauke2013-01-271-1/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add packages for pps and ptp, they are needed by tg3 in kernel 3.8hauke2013-01-276-1/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8hauke2013-01-272-9/+9
| | | | | | | These attributes where removed with kernel 3.8 and are now causing compile errors. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: make it compile with kernel 3.8hauke2013-01-272-5/+90
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: refresh patcheshauke2013-01-273-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211: use same config options as mac80211 packagehauke2013-01-271-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter: add support for flushing conntrack via /procnbd2013-01-274-0/+184
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: clean up crypto kconfig options on 3.8nbd2013-01-273-24/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8hauke2013-01-2712-39/+39
| | | | | | | These attributes where removed with kernel 3.8 and are now causing compile errors. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: clean up crypto related kconfig optionsnbd2013-01-2710-63/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: disable support for unsupported mtd configuration, saves about 5K ↵nbd2013-01-271-1/+5
| | | | | | kernel size after lzma git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: prevent cryptomgr from pulling in useless extra dependencies for ↵nbd2013-01-272-0/+74
| | | | | | | | tests that are not run Reduces kernel size after LZMA by about 5k on MIPS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: create image for Netgear WNDR3400 V1hauke2013-01-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add initial board detection codehauke2013-01-265-6/+366
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add gpio to irq function againhauke2013-01-262-0/+116
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: use -ffunction-sections, -fdata-sections and --gc-sections on mipsnbd2013-01-2652-135/+864
| | | | | | | in combination with kernel symbol export stripping this significantly reduces the kernel image size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix module export strippingnbd2013-01-261-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.7 to 3.7.4juhosg2013-01-2413-17/+17
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh 3.8 patchesflorian2013-01-246-10/+10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mvebu: update to 3.8-rc4florian2013-01-242-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing config options for 3.8hauke2013-01-241-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: change generic profileshauke2013-01-2417-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove the cisco sip phone patch for 3.7 and 3.8 as wellnbd2013-01-232-236/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: sync kernel sizes where possible to fix images for some devices (#12874)nbd2013-01-231-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: switch to b53 and swconfigjogo2013-01-2326-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: expose the internal switch to b53jogo2013-01-231-0/+169
| | | | | | | | Allow b53 access to the internal switch of BCM6328, BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add b53 swconfig switch driverjogo2013-01-2316-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35305 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: move bcm63xx-spi into the kerneljogo2013-01-234-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6: remove empty directorycyrus2013-01-230-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipv6-support: don't overwrite existing setting across reflashscyrus2013-01-232-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: fix network_get_prefix6cyrus2013-01-222-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: Set default value for IPv6 forwardingcyrus2013-01-222-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds another fix for interface aliasesnbd2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: Fix a segfault when globals.ula_prefix is emptycyrus2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: always turn on TLS support, include ustream-ssl as a build dependencynbd2013-01-221-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: remove dependency conditional part to avoid build breakage when ↵nbd2013-01-221-2/+2
| | | | | | no variant is selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to latest version, fixes handling large chunks of data ↵nbd2013-01-221-2/+2
| | | | | | (fixes #12866) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-lantiq: upgrade to 2013.01luka2013-01-2229-27/+13461
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix another small hang issue with the same symptomsnbd2013-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix connection hangsnbd2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tcpdump: add SLL parsing support to tcpdump-mini, use -ffunction-sections, ↵nbd2013-01-222-52/+70
| | | | | | -fdata-sections and --gc-sections to reduce size git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: network.sh: fix typo in previous commitjow2013-01-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: network.sh: simplify network_get_prefix6()jow2013-01-211-7/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: turn on kallsyms and debug info by defaultnbd2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: fix unencrypted passwords in httpd.confnbd2013-01-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35265 3c298f89-4303-0410-b956-a3cf2f4a3e73