aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lantiq: fix formating in .dts filesLuka Perkov2013-06-08
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36882
* ath9k: fix paprd descriptor setupFelix Fietkau2013-06-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36881
* ath9k: improve multicast buffering handling, take care of the MORE_DATA flag ↵Felix Fietkau2013-06-07
| | | | | | | | properly Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36880
* ar71xx: disable routerboard support in the generic subtarget, enable it for ↵Felix Fietkau2013-06-07
| | | | | | | | the nand subtarget only Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36879
* kernel/generic: add a few missing kernel config symbolsFelix Fietkau2013-06-07
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36878
* brcm63xx: add user-space support for Netgear CVG834GFlorian Fainelli2013-06-06
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36877
* brcm63xx: add kernel space and image support for the Netgear CVG834GFlorian Fainelli2013-06-06
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36876
* brcm63xx: add Broadcom cable modem firmware format headerFlorian Fainelli2013-06-06
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36875
* brcm63xx: add support for BCM3368Florian Fainelli2013-06-06
| | | | | | | | | | | | | Add support for the Broadcom BCM3368 cable modem chipset, includes: - Ethernet - SPI - UARTs - GPIOs - PCI Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36874
* tools: add Broadcom cable modem firmware image creatorFlorian Fainelli2013-06-06
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36873
* firewall: udpate to git head (#13652, #13654, #13658)Jo-Philipp Wich2013-06-06
| | | | | | | | | - optimizes chain usage for ingress rules - adds limit match support for redirect rules - fixes automatic redirect dest detection on little endian systems - leaves base chains in place on reload to allow user rules to target e.g. "reject" SVN-Revision: 36871
* firewall: copy libext*.a from staging dir and drop kernel.mk includes, ↵Jo-Philipp Wich2013-06-06
| | | | | | solves problem with colliding CONFIG_IPV6 symbols SVN-Revision: 36868
* iptables: install libext*.a into staging dirJo-Philipp Wich2013-06-06
| | | | SVN-Revision: 36867
* base-files: use less entropy when generating ULAsSteven Barth2013-06-06
| | | | SVN-Revision: 36865
* gcc: fix arm libgcc issues with 4.8.0 and 4.8-linaroFelix Fietkau2013-06-05
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36864
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-05
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* omap24xx: convert to use the new jffs2_nandJonas Gorski2013-06-05
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36862
* kirkwood: convert to use the new jffs2_nandJonas Gorski2013-06-05
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36861
* target: split jffs2 NAND out of jffs2Jonas Gorski2013-06-05
| | | | | | | | | | | | Make jffs2_nand a separate option so this can be triggered without forcing jffs2 images for nor targets. Adds a new NAND_BLOCKSIZE variable that allows setting the generated layout in <page_size>:<block_size> pairs. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36860
* ath9k: fix a regression in the powersave handling related changesFelix Fietkau2013-06-05
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36859
* ath9k: merge a fix for ar9550 eeprom accessFelix Fietkau2013-06-05
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36858
* kmod-usb-net-cdc-mbim: fix module loadingNicolas Thill2013-06-05
| | | | | | cdc_mbim should be loaded after cdc_ncm (closes: #13562) SVN-Revision: 36856
* firewall: update to git head (#13652)Jo-Philipp Wich2013-06-05
| | | | | | | - simplifies using ipsets for rules and redirects, match direction can be specified in-place like option ipset 'setname src dst dst' - uses zone_name_src_ACTION chains for input rules, this fixes logging with log enabled src zones SVN-Revision: 36854
* there's no reason to have these generic files in the bin dir eitherImre Kaloz2013-06-05
| | | | SVN-Revision: 36852
* only copy uImages to the bin dir on ramdisk buildsImre Kaloz2013-06-05
| | | | SVN-Revision: 36851
* don't copy the zImages to the bin dir, factory u-boots can't use themImre Kaloz2013-06-05
| | | | SVN-Revision: 36850
* Revert "[tools] mklibs: upgrade to 0.1.37"Felix Fietkau2013-06-05
| | | | | | It breaks on trying to find ldso SVN-Revision: 36849
* ar71xx: add support for WIFI button on tp-link tl-mr3220v2Gabor Juhos2013-06-04
| | | | | | | | | | | The TP-LINK TL-MR3220 v2 has a button on the left side labeled "WIFI". This is GPIO 24. This patch adds the support for this button. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36848
* generic: add port mirroring/monitoring capability to rtl8366rb switchGabor Juhos2013-06-04
| | | | | | | | | | This patch adds swlib attributes to the RTL8366RB switch/PHY found in the TL-WR1043ND router that allow to mirror ethernet packets to a monitor port. Signed-off-by: Colin Leitner <colin.leitner@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36847
* firewall3: fix accidentally changed install directiveJo-Philipp Wich2013-06-04
| | | | SVN-Revision: 36840
* firewall: fix git source urlJo-Philipp Wich2013-06-04
| | | | SVN-Revision: 36839
* firewall3: rename to firewall, move into base system menu, update to git ↵Jo-Philipp Wich2013-06-04
| | | | | | head with compatibility fixes for AA SVN-Revision: 36838
* Drop legacy firewall packageJo-Philipp Wich2013-06-04
| | | | SVN-Revision: 36837
* versioned files and dirs still make no sense when you support only a single ↵Imre Kaloz2013-06-04
| | | | | | kernel... SVN-Revision: 36836
* refresh patchesImre Kaloz2013-06-04
| | | | SVN-Revision: 36835
* add some more symbolsImre Kaloz2013-06-04
| | | | SVN-Revision: 36834
* move DT2 related kernel options into the harddist subtargetImre Kaloz2013-06-04
| | | | SVN-Revision: 36833
* drop support for the dns323Imre Kaloz2013-06-04
| | | | SVN-Revision: 36832
* firewall3: update to git head (#13641)Jo-Philipp Wich2013-06-04
| | | | | | * Fixes wrong chain used for zone forward policy SVN-Revision: 36830
* ath9k: fix some issues in the ap powersave fixesFelix Fietkau2013-06-04
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36829
* ath9k: fix a null pointer deref issue in the powersave fixesFelix Fietkau2013-06-03
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36828
* firewall3: update to git headJo-Philipp Wich2013-06-03
| | | | | | - Fixes problems with reusing matches or targets from loadable extensions SVN-Revision: 36826
* ath9k: prevent excessive buffered multicast traffic from drowning out ↵Felix Fietkau2013-06-03
| | | | | | | | regular traffic Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36825
* ath9k: improve AP mode powersave buffering handlingFelix Fietkau2013-06-03
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36824
* ath9k: increase ANI poll interval to 300 ms to get it close to the listen periodFelix Fietkau2013-06-03
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36823
* mpfr: upgrade to 3.1.2Luka Perkov2013-06-03
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36822
* gmp: upgrade to version 5.1.2Luka Perkov2013-06-03
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36821
* mklibs: upgrade to 0.1.37Luka Perkov2013-06-03
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36820
* uhttpd: update to latest version, fixes CGI related crashesFelix Fietkau2013-06-01
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36817
* 6relayd: Work around Windows DHCPv6 quirks Announcing deprecated addresses ↵Steven Barth2013-06-01
| | | | | | breaks Windows clients SVN-Revision: 36815