summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ralink: add mt7620a_mt7610e profileJohn Crispin2013-08-012-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37633
* imx23: add lradc supportZoltan Herpai2013-08-013-3/+31
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37632
* kernel: add missing iio config symbols for 3.10Zoltan Herpai2013-08-011-0/+83
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37631
* libubox: update to the latest version, fixes a fd deletion race condition in ↵Felix Fietkau2013-07-311-2/+2
| | | | | | | | uloop Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37629
* uhttpd: update to the latest version, fixes a crash on early cgi/lua process ↵Felix Fietkau2013-07-311-2/+2
| | | | | | | | termination Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37628
* base-files: implement -l (--list-backup) sysupgrade parameter to list the ↵Jo-Philipp Wich2013-07-312-1/+15
| | | | | | files that would be backed up SVN-Revision: 37627
* broadcom-wl: fix compile error with kernel 3.10Hauke Mehrtens2013-07-312-2/+49
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37626
* brcm47xx: run mtd fixtrx linux every timeHauke Mehrtens2013-07-311-8/+1
| | | | | | | | With this patch it is possible to boot a device with kernel 3.10 a second time. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37625
* base-files: abort sysupgrade if file specified with --restore-config is not ↵Jo-Philipp Wich2013-07-312-2/+7
| | | | | | found SVN-Revision: 37624
* ubox: update to git headJo-Philipp Wich2013-07-311-2/+2
| | | | | | - fixes extroot tag file corruption with long uuids SVN-Revision: 37623
* imx23: add SoC sound supportZoltan Herpai2013-07-314-1/+2931
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37622
* gcc: merge a bugfix for a MIPS specific internal compiler errorFelix Fietkau2013-07-312-0/+130
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37621
* base-files: implement -T (--test) sysupgrade parameter to verify image ↵Jo-Philipp Wich2013-07-302-2/+10
| | | | | | without actually flashing it SVN-Revision: 37620
* kernel: update remaning platforms accidentally left out of r37617Felix Fietkau2013-07-3010-10/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37619
* mac80211: rt2x00: add missing of.h headerFelix Fietkau2013-07-291-1/+9
| | | | | | Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37618
* kernel: update to linux 3.10.4, refresh patchesFelix Fietkau2013-07-2925-70/+67
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37617
* ath9k: fix several issues in the tx queueing reworkFelix Fietkau2013-07-2911-107/+225
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37616
* lantiq: setup gphy leds on TPlink TDW8970John Crispin2013-07-291-8/+7
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37612
* lantiq: add gphy pinmux definitionsJohn Crispin2013-07-291-0/+88
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37611
* lantiq: set sane default for phy ledsJohn Crispin2013-07-291-9/+26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37610
* ramips: fix indenting of spi partitions inside dts filesJohn Crispin2013-07-2912-240/+240
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37609
* mac80211: rt2x00: fix default register settings for rt5350John Crispin2013-07-291-33/+38
| | | | | | | | | Comparing the RTSDK driver and mac80211 revealed, that this register needs to have a special setup on rt5350. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37608
* mac80211: rt2x00: enable setting wifi led polarity from OFJohn Crispin2013-07-291-0/+26
| | | | | | | | | | | | | This patch enables setting the wifi led polarity from OF. It can be used in a DTS' wmac section like this: ralink,led-polarity = <1>; Valid values are 0 or 1. Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37607
* libubox: update to latest version, adds extra sanity checks to blob/blobmsg ↵Felix Fietkau2013-07-291-2/+2
| | | | | | | | iterator macros Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37604
* rt2x00: merge fix for queue stoppingFelix Fietkau2013-07-291-0/+42
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37603
* kernel: add missing config symbols for 3.10Felix Fietkau2013-07-291-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37602
* gcc: add a bugfix for an internal compiler error on mips64Felix Fietkau2013-07-292-0/+32
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37601
* build: unify target independent optimization optionsFelix Fietkau2013-07-2933-44/+51
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* tools: make padjffs2 depend on findutilsFelix Fietkau2013-07-291-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37599
* kernel: stop patching -funit-at-a-time into CFLAGS, it has no effect on ↵Felix Fietkau2013-07-295-50/+0
| | | | | | | | recent compilers Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37598
* mac80211: add support for verbose builds using V=scFelix Fietkau2013-07-291-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37597
* iproute2: update to 3.10.0Luka Perkov2013-07-283-15/+6
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37590
* zlib: update to 1.2.8Luka Perkov2013-07-281-4/+4
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37589
* e2fsprogs: update to 1.42.8 and add e4defragLuka Perkov2013-07-284-29/+18
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 37588
* bcm53xx: compile b53 switch driverHauke Mehrtens2013-07-281-0/+6
| | | | SVN-Revision: 37587
* bcm53xx: update patchesHauke Mehrtens2013-07-2816-97/+209
| | | | | | | | This reorders the patchs and adds some new ones. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37586
* bcm53xx: use clocksource patch as it was committed upstreamHauke Mehrtens2013-07-281-38/+38
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37585
* bcm53xx: add initial bgmac patchesHauke Mehrtens2013-07-284-0/+380
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37584
* bcm53xx: activate pci and usb in kernel configHauke Mehrtens2013-07-282-5/+11
| | | | | | | | This is not working, just compiling Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37583
* imx6: update default packagesLuka Perkov2013-07-281-1/+2
| | | | SVN-Revision: 37582
* imx6: add support for EHCI USBLuka Perkov2013-07-283-0/+124
| | | | SVN-Revision: 37581
* kernel: add usb-mxs-phy packageLuka Perkov2013-07-281-0/+17
| | | | SVN-Revision: 37580
* kernel: update usb-chipidea packageLuka Perkov2013-07-281-4/+6
| | | | SVN-Revision: 37579
* kernel: update usb2 packageLuka Perkov2013-07-281-2/+7
| | | | SVN-Revision: 37578
* ar71xx: add profile and build image for the WNR612 v2 boardGabor Juhos2013-07-282-0/+11
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3876/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37577
* ar71xx: add user-space support for the WNR612 v2 boardGabor Juhos2013-07-284-2/+10
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3876/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37576
* ar71xx: add kernel support for the Netgear WNR612 v2 boardGabor Juhos2013-07-282-3/+48
| | | | | | | | | | | | | | | | | Netgear WNR612 v2: - cpu Atheros AR7240 (Python) @400MHz - flash 4MB - ram 32MB - ethernet 10/100: 1xwan + 2xlan (only two) - radio AR9285 [juhosg: use a separate kernel patch] Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3876/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37575
* ar71xx: add profile and build image for the TL-WR710N boardGabor Juhos2013-07-282-0/+13
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37574
* ar71xx: add user-space support for the TL-WR710N boardGabor Juhos2013-07-284-0/+6
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37573
* ar71xx: add kernel support for the TP-LINK TL-WR710N v1 boardGabor Juhos2013-07-282-3/+38
| | | | | | | | | | | | | | | Small router sold in EU: AR9330@400MHz, 1x USB2.0, 2x ethernet, 8MB flash, 32MB ram, one led, one button. See: http://galeria.tech-blog.pl/TP-Link_TL-WR710N-EU/ [juhosg: use a separate kernel patch] Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3873/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37572