summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar7: switch to 3.9Jonas Gorski2013-05-203-4/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36672
* ar7: add support for 3.9Jonas Gorski2013-05-2016-0/+1755
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36671
* kernel: add some missing symbols/move them to genericJonas Gorski2013-05-203-3/+7
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36670
* brcm2708: make it boot on revision 2 raspberry pisJonas Gorski2013-05-203-12/+927
| | | | | | | | | | | | | | * update the bootcode.bin to the newest version - gpu/cpu mem split is now configured through config.txt, so no need to create more than one sd card image (just edit the config.txt) - bootcode.bin now supports the never revision 2 raspberry pis * add a commented prepopulated config.txt for easier config changes Taken from <https://github.com/Evilpaul/RPi-config> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36668
* brcm2708-gpu-fw: download zipped sources and switch to Hexxeh's gitJonas Gorski2013-05-201-8/+6
| | | | | | | | | | | | | * Use the gzipped download feature from github to get a tarball with a stable hash. * Use Liam McLoughlin's git which has a subset of the original git's contents, dropping all the precompiled modules and kernels. Reduces the download size from ~1.27 GiB to ~25 MiB. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36667
* mac80211: remove superfluous patchJonas Gorski2013-05-201-39/+0
| | | | | | | | | This is already handles in compat-3.8.h as prandom* was introduced in 3.8; only the aliases were removed in 3.10. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36666
* uboot-envtools: upgrade to 2013.04Luka Perkov2013-05-201-2/+2
| | | | SVN-Revision: 36665
* kernel: generic: add 3.10-rc1 supportJonas Gorski2013-05-19165-0/+31689
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36663
* kernel: adapt module paths for 3.10-rc1Jonas Gorski2013-05-192-6/+6
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36662
* mac80211: make it build with 3.10-rc1Jonas Gorski2013-05-193-0/+145
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36661
* bcm63xx: add 3.9 supportJonas Gorski2013-05-19133-0/+15025
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36660
* bcm63xx: Simplify CFE detection.Jonas Gorski2013-05-196-22/+78
| | | | | | | | | | | Check bootloader argument in mtd. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: split into two patches, one for detection, one letting bcm63xxpart use it.] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36659
* kernel: update 3.9 to 3.9.2Jonas Gorski2013-05-192-3/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36658
* kernel: don't remove of_tablesJonas Gorski2013-05-191-0/+33
| | | | | | | | These are needed for OF setup of clocksource, clocks and irqchips. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36657
* ath9k: fix some more aggregation related issuesFelix Fietkau2013-05-183-130/+217
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36656
* dnsmasq: add directory for external hosts-filesSteven Barth2013-05-172-1/+4
| | | | SVN-Revision: 36655
* 6relayd: Add stateful DHCPv6-support (IA_NA) * Add management_level option ↵Steven Barth2013-05-173-3/+25
| | | | | | (0: set O-flag, >=1: set M-flag) * Add support for static DHCPv6-leases * Various fixes for DHCPv6-PD SVN-Revision: 36654
* netifd: Unify interface-based routing for IPv4 and IPv6 * Add interface ↵Steven Barth2013-05-171-2/+2
| | | | | | | | option to set routing table for protocol routes * Enabled for IPv6 for source-based filtering, disabled for IPv4 Based on a patch by Kristian Evensen. Thank You. SVN-Revision: 36653
* Config.in: expose symbols specific to lxc in separate itemLuka Perkov2013-05-171-0/+26
| | | | SVN-Revision: 36650
* ath9k: merge some aggregation / rate handling related fixesFelix Fietkau2013-05-173-20/+229
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36648
* valgrind: enable parallel buildsFelix Fietkau2013-05-171-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36647
* ar71xx: remove the xfrm.h chunk from the unaligned access hacks, it breaks ipsecFelix Fietkau2013-05-171-11/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36646
* mac80211: add a rate control rate selection fixFelix Fietkau2013-05-161-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36645
* uhttpd: update to latest version, fixes index page processing orderFelix Fietkau2013-05-161-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36644
* trace-cmd: update to latest versionFelix Fietkau2013-05-164-32/+26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36643
* iproute2: workaround compile issues with gcc 4.8.xLuka Perkov2013-05-164-4/+16
| | | | SVN-Revision: 36642
* odhcp6c: Fix handling of RAs when no DHCPv6-server is presentSteven Barth2013-05-151-2/+2
| | | | SVN-Revision: 36641
* mac80211: add mesh_param supportFelix Fietkau2013-05-152-1/+15
| | | | | | | | | | | | | | This patch add mesh_param support in mac80211.sh It suppose that this patch http://patchwork.openwrt.org/patch/3540/ is applied (add HT support for mesh) Tested with rspro(ar9280)/wr1043nd, BB r36211 see also this http://lists.open80211s.org/pipermail/devel/2012-June/003352.html (mesh_hwmp_rootmode 1 & mesh_gate_announcements 1 => mesh_hwmp_rootmode 4 & mesh_gate_announcements 1) Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 36640
* mac80211: add HT support for meshFelix Fietkau2013-05-151-1/+6
| | | | | | | | | | | | This is a quick patch to enable HT for mesh mode https://github.com/cozybit/open80211s/wiki/HOWTO#high-throughput http://lists.open80211s.org/pipermail/devel/2012-March/002990.html For my test setup the speed increased from 1-2 Mbytes/sec to 8-10 Mbytes/sec (iperf) Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> SVN-Revision: 36639
* iproute2: upgrade to 3.9.0Luka Perkov2013-05-1411-120/+50
| | | | SVN-Revision: 36638
* iproute2: print help in connmarkLuka Perkov2013-05-142-2/+5
| | | | SVN-Revision: 36637
* uhttpd: update to latest version, fixes a SSL connection memory leakFelix Fietkau2013-05-141-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36636
* package: fold the IPv6 menu into NetworkFelix Fietkau2013-05-148-15/+15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36634
* mac80211: fix AP mode action frame handlingFelix Fietkau2013-05-141-1/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36633
* mac80211: fix client mode state handling issuesFelix Fietkau2013-05-141-0/+62
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36632
* ar71xx: add hard_cfg offset detection for rb2011 support - fixes wlan on ↵Felix Fietkau2013-05-133-7/+51
| | | | | | | | some newer devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36631
* kernel: add missing PHY ID for an AR8327 switch variantFelix Fietkau2013-05-131-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36630
* 6relayd: Always announce the current MAC-addressSteven Barth2013-05-131-2/+2
| | | | | | * Fixes #13516 thanks to berni for the detailed bugreport. SVN-Revision: 36629
* ds-lite: add ds-lite network protocol handlerSteven Barth2013-05-132-0/+116
| | | | SVN-Revision: 36628
* netifd: Various IPv6 improvements * Add support for IP-in-IPv6 tunnels ↵Steven Barth2013-05-131-2/+2
| | | | | | (DS-Lite) * Use source-based routing for IPv6 to allow multi-wan * Various smaller tunnel setup improvements SVN-Revision: 36627
* netifd: added support for setting up 6rd from DHCPSteven Barth2013-05-132-2/+28
| | | | SVN-Revision: 36626
* odhcp6c: added support for DS-Lite + various fixesSteven Barth2013-05-133-4/+19
| | | | SVN-Revision: 36625
* firewall3: Remove obsoleted ULA-borderSteven Barth2013-05-132-9/+1
| | | | SVN-Revision: 36624
* firewall3: add wan6 interface to wan-zone by defaultSteven Barth2013-05-131-1/+1
| | | | SVN-Revision: 36623
* firewall: Remove obsoleted ULA-border ruleSteven Barth2013-05-132-20/+1
| | | | SVN-Revision: 36622
* 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
* build: add config symbols for different ARM arch levelsFelix Fietkau2013-05-133-0/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36620
* kernel: move CONFIG_MIPS_SEAD3 to genericJonas Gorski2013-05-1216-13/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36617
* bcm63xx: don't build CRAMFSJonas Gorski2013-05-121-1/+0
| | | | | | | | | | | | Don't build the CRAMFS file system module in the kernel, and save some bytes. No bcm63xx board needs this obsolete file system, neither those ones using the Redboot bootloader (liveboxes). Thus, there is no need to build it, since it has been replaced long time ago by squashfs. Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> SVN-Revision: 36616
* led and buttons support for board DWV-S0Jonas Gorski2013-05-122-2/+99
| | | | | | | | Signed-off-by: Gianluca Agliozzo <gianluca05@hotmail.it> [jogo@openwrt.org: fixup patch so it actually applies] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36615