summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kmod-crypto-hw-talitos: add missing dependencyFelix Fietkau2014-12-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43561
* ar71xx: fix invalid pointer accesses caused by unaligned access hacks (#18455)Felix Fietkau2014-12-081-12/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43560
* x86: update to linux 3.14Felix Fietkau2014-12-087-44/+35
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43559
* x86: rename */config-3.10 to */config-defaultFelix Fietkau2014-12-089-0/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43558
* kernel: fix x86 objdump invocation on 3.14 and 3.18Felix Fietkau2014-12-082-0/+27
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43557
* mt76: builder1 fails to build for !PCI kernels when mt76 is selectedJohn Crispin2014-12-081-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43556
* ar7-atm: fix various compiler errorsJohn Crispin2014-12-081-0/+52
| | | | | | | | some headers have moved in 3.14 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43555
* acx-mac80211: v3.14 related compile fixesJohn Crispin2014-12-081-0/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43554
* ar7: bump to 3.14John Crispin2014-12-0817-1/+958
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43553
* adm8668: switch to 3.14 kernelFlorian Fainelli2014-12-071-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43552
* adm8668: add 3.14 kernel supportFlorian Fainelli2014-12-0727-0/+2959
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43551
* adm8668: rename files to files-3.3Florian Fainelli2014-12-0719-0/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43550
* cobalt: remove 3.3 and 3.10 kernel configuration filesFlorian Fainelli2014-12-072-362/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43549
* cobalt: switch to 3.14 kernelFlorian Fainelli2014-12-071-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43548
* cobalt: add 3.14 kernel configuration fileFlorian Fainelli2014-12-071-0/+194
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43547
* bcm53xx: update the NAND driverHauke Mehrtens2014-12-072-132/+112
| | | | | | | | | | This adds some updates to the NAND driver and refreshed the config. Most of these changes are done in preparation for mainling it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43546
* bcm53xx: update the PCIe driverHauke Mehrtens2014-12-074-634/+292
| | | | | | | | | | This adds some updates to the PCIe driver and refreshed the config. Most of these changes are done in preparation for mainling it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43545
* kernel: update bcma and ssb to wireless-testing master-2014-12-05Hauke Mehrtens2014-12-0722-615/+1092
| | | | | | | | | | | | This brings ssb and bcma to wireless-testing tag master-2014-12-05 In addition it also adds the ARM-BCM5301X-Add-IRQs-to-Broadcom-s-bus- axi-in-DTS-f.patch which adds the irq number in a way it is done in the mainline kernel. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43544
* kirkwood: add a diag scriptJohn Crispin2014-12-071-0/+29
| | | | | | | | Currently only Linksys EA4500 is supported. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43543
* packages: fix typo in OpenWrt nameJohn Crispin2014-12-0710-13/+13
| | | | | | Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43542
* ramips: generate factory images for Nexx devicesJohn Crispin2014-12-075-58/+114
| | | | | | Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 43541
* ar71xx: dev-eth: replace mdelay callsJohn Crispin2014-12-071-2/+2
| | | | | | | | Similar to patch 2. Replace further mdelay calls. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43540
* ag71xx: replace delay with sleep callsJohn Crispin2014-12-072-6/+6
| | | | | | | | | | | | I don't see that we're in an atomic context so there's no need to busy-wait. Therefore replace the delay with sleep calls. See also Documentation/timers/timers-howto.txt. It states: "In general, use of mdelay is discouraged and code should be refactored to allow for the use of msleep." Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43539
* ag71xx: replace fixed PHY reset wait time in ar7240sw_setupJohn Crispin2014-12-071-1/+28
| | | | | | | | | Replace the fixed wait time of 1s with polling for BMCR_RESET to be cleared on all PHYs. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43538
* e2fsprogs: add InstallDev section to MakefileJohn Crispin2014-12-071-0/+15
| | | | | | | | btrfs-progs is using libext2fs, so headers and libs need to be staged Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43537
* kernel: refresh patches for kernel 3.18Hauke Mehrtens2014-12-0712-83/+45
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43536
* brcm47xx: remove kernel 3.10Hauke Mehrtens2014-12-0781-8115/+0
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43535
* bcm53xx: 3.18: add early support for Buffalo WZR-900DHPRafał Miłecki2014-12-071-0/+65
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43534
* bcm53xx: add early support for Buffalo WZR-900DHPRafał Miłecki2014-12-072-0/+74
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43533
* brcm47xx: add early support for WNDR3400 V3Rafał Miłecki2014-12-073-18/+21
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43532
* perf: this package fails to build for !eglibcJohn Crispin2014-12-061-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43531
* bcm53xx: backport BCM5301X patches from arm-soc.git next/dtRafał Miłecki2014-12-0514-196/+492
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43530
* bcm53xx: squeeze (rename) BCM5301X patchesRafał Miłecki2014-12-054-0/+0
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43529
* bcm53xx: rename patches that were not upstreamed to 3xxRafał Miłecki2014-12-059-6/+6
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43528
* kernel: update bcma up to 2014-10-27Rafał Miłecki2014-12-053-101/+45
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43527
* sdk: don't try to build in-kernel kmodsJonas Gorski2014-12-051-1/+1
| | | | | | | | | | | | | | | We don't ship the kernel sources, so using the base git as a feed will fail when trying to build kernel modules with separate install steps. Instead of trying to fixup the install steps, let's just skip building kernel modules alltogether and just create empty packages. Out-of-kernel modules are still expected to exist and are packaged, as for these sources are fetched during the normal build steps. Reported-by: Jo-Philipp Wich <jow@openwrt.org> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43525
* octeon: sysupgrade: support config restore on ERLJohn Crispin2014-12-052-4/+25
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43524
* octeon: sysupgrade: rename old kernel after mounting /bootJohn Crispin2014-12-051-3/+4
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43523
* octeon: sysupgrade: fix test for rootfs deviceJohn Crispin2014-12-051-1/+1
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43522
* oxnas: switch back to kernel 3.14John Crispin2014-12-051-1/+1
| | | | | | | | 3.18 still got problems with stuck reboots if rootfs is ubifs... Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43521
* oxnas: re-add support for kernel 3.14John Crispin2014-12-0514-0/+844
| | | | | | | | | | | | This reverts commit c81ddddde5fd193802d511b42eb7b108aac17136 on https://gitorious.org/openwrt-oxnas/openwrt-oxnas.git which removed patches and config for 3.14. [arm_introduce-dma-fiq-irq-broadcast patch was renamed to match 3.18] Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43520
* octeon: add support for 3.18 kernelJohn Crispin2014-12-054-0/+337
| | | | | | | | Runtime tested on Ubiquiti EdgeRouter Lite. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43519
* octeon: sysupgrade: support config restoreJohn Crispin2014-12-051-0/+9
| | | | SVN-Revision: 43518
* octeon: sysupgrade: get rootfsdev from kernel cmdlineJohn Crispin2014-12-051-2/+24
| | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43517
* amazon: R.I.P.John Crispin2014-12-0551-26097/+0
| | | | | | | | its been broken for 2 1/2 years Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43516
* kernel/modules: remove unused variableJohn Crispin2014-12-051-1/+0
| | | | | | | | https://dev.openwrt.org/ticket/18472 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43515
* ralink: mt7621 is a 1004KcJohn Crispin2014-12-032-5/+8
| | | | | | Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 43514
* procd: more nand takeover fixesJohn Crispin2014-12-031-8/+12
| | | | | | | | if the initramfs kernel and payload were flashed in one block, the payload might not be at the start of the ubi partition due to bad blocks inside the kernel partition. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43513
* mtd: make the dump commnd honour the -o optionJohn Crispin2014-12-031-6/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43512
* kernel: add missing null pointer check for mips dma ops inline patch on 3.18Felix Fietkau2014-12-031-0/+9
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43511