summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* b53: clean up code to match kernel style betterJonas Gorski2015-04-106-20/+23
| | | | | | | | | | | | | * properly enclose macro arguments in paranthesis on use * remove trailing white space * convert C99 // comments * add missing blank lines after declaration * remove braces from single statement blocks * split lines > 80 chars (except for one) Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45356
* b53: define registers available and needed on BCM5301XJonas Gorski2015-04-101-0/+33
| | | | | | | | They are also present on some BCM63xx switches. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45355
* bcm53xx: build image for ASUS RT-AC56URafał Miłecki2015-04-101-1/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45353
* bcm53xx: Luxul XWC-1000 has only 128 MiB of RAMRafał Miłecki2015-04-102-14/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45352
* sunxi: don't enable ARMTHUMB XZ BCJ filter in kernelJohn Crispin2015-04-101-1/+1
| | | | | | | | | | | Having CONFIG_XZ_DEC_ARMTHUMB enabled breaks squashfs when ARM BCJ filter was used to create the filesystem (and that's what we do on all ARM targets). Thus unset CONFIG_XZ_DEC_ARMTHUMB to fix squashfs on sunxi. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45347
* ipq806x: automatically select kmod-usb-phy-qcom-dwc3John Crispin2015-04-101-1/+1
| | | | | | | | | kmod-usb-phy-qcom-dwc3 is required to get USB working on ipq806x. It was missed in previous commit so let's enable it automatically. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45345
* ralink: fix cevt-r4k hackJohn Crispin2015-04-101-3/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45342
* generic/3.18: add missing wireless symbolsJohn Crispin2015-04-091-0/+9
| | | | | | | | triggered by enabling RFKILL in global build options Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45335
* ramips: Add support for Microduino MicroWRTJohn Crispin2015-04-096-0/+124
| | | | | | | | | | | | | | | | MicroWRT is an wireless router with 2 USB,1 ethernet port. It has a 16M flash and 64M DDR2 RAM. You can use most interface, such as i2c, SPI, i2s and PCIe. Besides that there are three expansion borad to combine with the core board. The detailed information, please refer to https://www.microduino.cc/wiki/index.php?title=Main_Page This patch adds support for it. Because there is only one port,so disabled VLAN and use eth0 as lan port. and only a power LED control by power pin. Signed-off-by: 盛凯 <shengkai81@gmail.com> SVN-Revision: 45331
* ar71xx: enable LEDs on Hornet-UB X2John Crispin2015-04-092-2/+4
| | | | | | | | | | | None of the LEDs are enabled by default on the Hornet-UB X2 board (the 16/64MB version of the Hornet-UB), because it uses a different board-name ("hornet-ub-x2"); but hornet-ub and hornet-ub-x2 boards are equivalent WRT their LEDs. SIgned-off-by: Joshua Judson Rosen <jrosen@harvestai.com> SVN-Revision: 45328
* generic: add a few missing symbols for 4.0Zoltan Herpai2015-04-091-0/+2
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 45324
* bcm53xx: switch to the otrx for verifying TRX imagesRafał Miłecki2015-04-092-17/+7
| | | | | | | | This adds checking CRC32 of provided firmware image. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45320
* brcm47xx: image: use "-" separator for device versionRafał Miłecki2015-04-091-6/+6
| | | | | | | | This makes legacy subtarget follow two other. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45319
* brcm47xx: verify also standard TRX images during sysupgradeRafał Miłecki2015-04-091-0/+4
| | | | | | | | It allows detecting data corruption for plain TRX as well. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45318
* brcm47xx: fix WRT300N devices magics for sysupgrade checkRafał Miłecki2015-04-091-1/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45317
* brcm47xx: switch to the otrx for verifying TRX imagesRafał Miłecki2015-04-092-17/+3
| | | | | | | | This adds checking CRC32 of provided firmware image. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45316
* kernel: remove ATHEROS_AR{231X,71XX} config symbols from the patchesGabor Juhos2015-04-085-5/+5
| | | | | | | | Those don't exist anymore. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45314
* brcm47xx: image: use new (& fixed) FILESYSTEM variable for trx commandRafał Miłecki2015-04-081-1/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45313
* bcm53xx: replace few BCM5301X patches with versions sent upstreamRafał Miłecki2015-04-088-33/+310
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45311
* brcm47xx: update legacy subtarget descriptionRafał Miłecki2015-04-081-3/+4
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45310
* brcm47xx: add fix "Data bus error" on CardBus ssb SoCsRafał Miłecki2015-04-082-1/+36
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45308
* brcm47xx: reverse 2 LEDs polarity on WRT320N v1Rafał Miłecki2015-04-081-2/+2
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45307
* kernel: backport ssb patches up to changes queued for 4.1Rafał Miłecki2015-04-072-0/+84
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45306
* generic/4.0: upgrade to 4.0-rc7Imre Kaloz2015-04-075-13/+13
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45305
* brcm47xx: define rest of LEDs & buttons for WRT320NRafał Miłecki2015-04-071-10/+31
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45304
* generic/3.18: upgrade to 3.18.11Imre Kaloz2015-04-072-123/+0
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45303
* mvebu: disable cpu idle on a38xImre Kaloz2015-04-072-0/+124
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45302
* ar71xx: add user-space support for RB911G-5HPacDGabor Juhos2015-04-074-0/+50
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45300
* ar71xx: add initial support for RB911G-5HPacDGabor Juhos2015-04-074-0/+289
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45299
* ar71xx: routerboot: export extended wlan data via sysfsGabor Juhos2015-04-071-0/+58
| | | | | | | | Export the data to make it accessible from user-space. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45298
* ar71xx: routerboot: add support for extended radio dataGabor Juhos2015-04-074-8/+67
| | | | | | | | | | | | | On newer Mikrotik boards, the radio calibration data is stored differently and uses LZO compression instead of RLE. Update the RouterBOOT helper code to support the new format. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45297
* ar71xx: select RLE_DECOMPRESS directly by the RouterBOOT helper codeGabor Juhos2015-04-074-15/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45296
* kernel: add support for the MX25L512E and SI25CD512 SPI flash chipsGabor Juhos2015-04-074-0/+86
| | | | | | | | These are used on some MikroTik boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 45295
* Upstream commits 43b68879de27b1993518687fbc6013da80cdcbfe and ↵Imre Kaloz2015-04-072-0/+104
| | | | | | | | | ce6031c89a35cffd5a5992b08377b77f49a004b9 improve the cpuidle driver on Armada XP. The latter commit improves performance at the slight expense of power consumption. Signed-off-by: Claudio Leite <leitec@staticky.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45294
* brcm47xx: drop old patch disabling cardbus mode on Netgear WNR834BRafał Miłecki2015-04-071-13/+0
| | | | | | | | | | | | | | | | | | First of all this patch was affecting other devices, not just Netgear WNR834B. E.g. Linksys WRT300N v1 also has boardtype 0x0472. This was breaking PCI on WRT300N, ssb couldn't detect core working in hostmode (due to mips_busprobe32 failing). Secondly this patch should not be needed for years now. From the analyze of #8861 it seems it was needed just to make devices at slots other than 0 discoverable. Setting cardbus to 0 was simply making ssb allow access to PCI config for devices other than bridge. With the upstream commit a6c8462 (ssb: fix cardbus slot in hostmode) we allow accessing device at slot 1 which should be enough for CardBus. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45293
* bcm53xx: image: share function checking TRX in provided firmwareRafał Miłecki2015-04-071-6/+18
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45292
* bcm53xx: display all errors (not just the 1st one) when checking imageRafał Miłecki2015-04-071-10/+8
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45291
* bcm53xx: compare provided firmware magic with device magicRafał Miłecki2015-04-071-2/+29
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45290
* brcm47xx: detect Linksys WRT320N v1Rafał Miłecki2015-04-071-0/+50
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45289
* brcm47xx: backport MIPS BCM47XX patches queued for 4.1Rafał Miłecki2015-04-0717-74/+1892
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45288
* brcm47xx: group MIPS BCM47XX backported patches by source kernelRafał Miłecki2015-04-078-0/+0
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45287
* ar71xx: fix new mktplinkfw image code - flags for sysupgrade vs factory were ↵Felix Fietkau2015-04-061-2/+2
| | | | | | | | swapped (fixes #19400) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45281
* x86: set ARCH_PACKAGES for the x86_64 subtarget (fixes #19425)Felix Fietkau2015-04-061-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45278
* ipq806x: another missing symbolJohn Crispin2015-04-051-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45277
* kernel: CONFIG_BRIDGE should not be overriddenJohn Crispin2015-04-053-3/+0
| | | | | | | | this breaks ebtables, netfilter, ... during fullbuilds Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45276
* arm64: remove CGROUPS overrideFlorian Fainelli2015-04-041-9/+0
| | | | | | | | | | SCHED_AUTOGROUP was turned on by default which forces the use of CGROUPS, conflicting with the options we offer from menuconfig, remove that. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45275
* mcs814x: switch to 3.18 kernelFlorian Fainelli2015-04-041-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45274
* mcs814x: add support for 3.18Florian Fainelli2015-04-0443-0/+4004
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45273
* xburst: mark the asoc modules as BROKEN until the upstream fixes get mergedJohn Crispin2015-04-031-3/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45267
* ipq806x: enable usb3 packages in default profileJohn Crispin2015-04-031-1/+2
| | | | | | | | | Default profile already enables usb2 so we'll do the same for usb3 now that we have support for it. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45262