aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* bcm53xx: drop hacky patch making bcma init laterRafał Miłecki2015-01-16
| | | | | | | | | | | | The only reason this patch was helping was moving bcma init *after* of_serial init. It was a bit of luck because both drivers use device_initcall. It isn't really a correct way to provide early logging. Now we have earlyprintk support in bcm53xx we can drop this patch. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43981
* config: enable EARLY_PRINTK on bcm53xx by defaultRafał Miłecki2015-01-16
| | | | | | | | | It's useful for debugging and safe at the same time as we enable it per device. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43980
* brcm47xx: backport BCM47XX arch patches (clean NVRAM code, later init)Rafał Miłecki2015-01-16
| | | | SVN-Revision: 43979
* mvebu: fixups for the new driverImre Kaloz2015-01-16
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43978
* musl: update to version 1.1.6Felix Fietkau2015-01-15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43977
* openssl: update to 1.0.1l *sigh*Steven Barth2015-01-15
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43976
* mvebu: add the new tlc59116 driver and migrate the Mamba to itImre Kaloz2015-01-15
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43975
* ar71xx: fix disable_irq() on chained irq handlersFelix Fietkau2015-01-15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43974
* kernel: fix disable_irq() on MIPS CPU IRQsFelix Fietkau2015-01-15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43973
* bcm53xx: support all RAM on devices with more than 128 MiB (HIGHMEM)Rafał Miłecki2015-01-14
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43972
* ath9k: fix irq storm issues (#18483)Felix Fietkau2015-01-14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43971
* malta: copy initramfs imagesImre Kaloz2015-01-14
| | | | | | | | | Malta ramdisk images are no longer copied to output due to a recent change. This change reimplements copying of ramdisk images for Malta builds. Signed-off-by: Eric Schultz <eschultz@prplfoundation.org> SVN-Revision: 43970
* mvebu: Switch to the generic mkuimage macroImre Kaloz2015-01-14
| | | | | | | | | | | The mvebu image makefile define something almost identical to the generic implementation found in include/image.mk. Switch to this implementation. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> SVN-Revision: 43969
* mvebu: Replace the padjffs2 call by the generic definitionImre Kaloz2015-01-14
| | | | | | | | | The mvebu image Makefile directly calls the padjffs2 utility, while there's an generic make function to do just that. Switch to it Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> SVN-Revision: 43968
* mdns: install uci package as configLuka Perkov2015-01-14
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 43967
* netfilter: handle NFT_MASQ_IPV6Imre Kaloz2015-01-14
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43966
* bcm53xx: enable earlyprintk on more devicesRafał Miłecki2015-01-14
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43965
* bcm53xx: enable HIGHMEM to support more than 128 MiB of RAMRafał Miłecki2015-01-14
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43964
* bcm53xx: refresh configsRafał Miłecki2015-01-14
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43963
* map: export calculated ruleset to /tmpSteven Barth2015-01-13
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43961
* tools: libtool relocatable fixesJo-Philipp Wich2015-01-13
| | | | | | | | | Make sure that libtool and libtoolize call grep relative to $STAGING_DIR as well. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43960
* tools: bootstrap libtool to pickup the correct in-tree automakeJo-Philipp Wich2015-01-13
| | | | | | | | Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43959
* tools: bootstrap automake to pickup the correct in-tree autoconfJo-Philipp Wich2015-01-13
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43958
* tools: add dummy scripts for help2man and makeinfoJo-Philipp Wich2015-01-13
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43957
* tools: change automake depends to libtool dependsJo-Philipp Wich2015-01-13
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43956
* tools: make libtool depend on automake, not vice versaJo-Philipp Wich2015-01-13
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43955
* ramips: add missing -Os cflag for mt7621Felix Fietkau2015-01-13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43954
* ramips: use a larger number of rx descriptors on mt7621 to work around rx ↵Felix Fietkau2015-01-13
| | | | | | | | overrun related packet loss Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43953
* ramips: remove interrupt coalescing, it is unnecessary with napi polling and ↵Felix Fietkau2015-01-13
| | | | | | | | could reduce throughput Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43952
* hostapd: backport patch fixing handling new stationsRafał Miłecki2015-01-12
| | | | | | | | | This patch fixes adding new stations for some specific drivers when using more than 1 BSS. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43951
* netfilter: handle nft_masq and nft_masq_ipv4Imre Kaloz2015-01-12
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43950
* nftables: add missing patchSteven Barth2015-01-12
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43949
* nftables: bump again and disable building docsSteven Barth2015-01-12
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43948
* pwm support can't be compiled as a moduleImre Kaloz2015-01-12
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43947
* map: ignore psid and psidlen if psidlen is 0Steven Barth2015-01-12
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43946
* now that the driver knows it, use the 88e6172's switch type in the mamba dtsImre Kaloz2015-01-12
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43945
* nftables: bump to latest and enable debuggingSteven Barth2015-01-12
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43944
* dosfstools: update to 3.0.26Nicolas Thill2015-01-11
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43942
* fuse: update to 2.9.3Nicolas Thill2015-01-11
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43941
* target/uml: add missing config symbolsNicolas Thill2015-01-11
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 43940
* musl: merge changes from git, includes further getopt fixesFelix Fietkau2015-01-11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43939
* mvsw61xx: track and set per-VLAN port state in STULuka Perkov2015-01-11
| | | | | | | | | | Since the driver doesn't know anything about (M)STP we just hard-set the ports to be enabled if they are part of the VLAN. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 43938
* mvsw61xx: clean up and expand register definitionsLuka Perkov2015-01-11
| | | | | | | | | | | | | | | | - eliminate MV_CPUPORT; not necessary since we define the CPU port(s) via Device Tree - add STU and expand VTU operations - update register names to match those of 88E61xx rather than mvswitch's 88E6060 - use more consistent formatting Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 43937
* mvsw61xx: rework chip recognitionLuka Perkov2015-01-11
| | | | | | | | Recognizes 88E6171/6172/6176 at the moment. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 43936
* mvsw6171: rename to 'mvsw61xx'Luka Perkov2015-01-11
| | | | | | | | | In preparation for properly supporting switches beyond the 88E6171. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 43935
* ltq-vmmc: fix broken autoconf invocationJo-Philipp Wich2015-01-11
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43934
* ltq-tapi: fix broken autoconf invocationJo-Philipp Wich2015-01-11
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43933
* ltq-ifxos: fix broken autoconf invocationJo-Philipp Wich2015-01-11
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43932
* ltq-adsl: fix broken autoconf invocationJo-Philipp Wich2015-01-11
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43931
* libusb: update to version 1.0.19Felix Fietkau2015-01-11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43930