summaryrefslogtreecommitdiff
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* sunxi: bump target to 3.13.1Zoltan Herpai2014-02-061-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39511
* sunxi: various 3.13 usb changes - disable USB_DEBUG - rename reset compat ↵Zoltan Herpai2014-02-062-1/+47
| | | | | | | | property Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39510
* switch to 3.13.1Imre Kaloz2014-02-061-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39509
* add 3.13 supportImre Kaloz2014-02-0614-0/+1581
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39508
* sunxi: sun6i-a31 changes - push remaining sun6i patches for 3.13 - enable ↵Zoltan Herpai2014-02-053-0/+79
| | | | | | | | Colombus A31 devboard (compile-tested only) Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39487
* atheros: change LINUX_VERSON from 3.8.13 to 3.10.28Hauke Mehrtens2014-02-051-1/+1
| | | | | | | | | The 3.10.x infrastructure has been present for some time, and seems to run fine here. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 39483
* mxs: initial 3.13 supportZoltan Herpai2014-02-057-0/+3336
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39476
* mxs: update duckbill DTS to fix includeZoltan Herpai2014-02-051-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39475
* sunxi: fix USB voltage on pcDuinoZoltan Herpai2014-02-051-4/+4
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39472
* sunxi: initial 3.13 supportZoltan Herpai2014-02-0592-0/+8924
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39471
* brcm47xx: new patch adding arch workarounds.cHauke Mehrtens2014-02-044-5/+77
| | | | | | | | | It was recently sent to linux-mips for comments. It adds workaround for WNR3500L to enable USB port. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 39469
* brcm47xx: use upstream patch removing WGT634U codeHauke Mehrtens2014-02-042-5/+27
| | | | | | | | It does the same, it just reorders things Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 39468
* brcm47xx: move OpenWrt arch patches a bit furtherHauke Mehrtens2014-02-043-0/+0
| | | | | | | | This allows picking more upstreamed stuff Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 39467
* bcm53xx: update the bcm53xx patchesHauke Mehrtens2014-02-046-272/+285
| | | | | | | | | This does not add any new features, just some changes to the patches and a first try to use dt to set the irqs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39466
* kernel: bgmac: update bgmac to a version from kernel 3.14-rc1Hauke Mehrtens2014-02-0416-1487/+1909
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39465
* kernel: ssb: update ssb to a version from kernel 3.14-rc1Hauke Mehrtens2014-02-044-72/+1083
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39464
* kernel: bcma: update bcma to a version from kernel 3.14-rc1Hauke Mehrtens2014-02-048-507/+1019
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39463
* kernel: add missing changes to 220-gc_sections.patch that were accidentally ↵Felix Fietkau2014-02-041-0/+75
| | | | | | | | dropped during porting to 3.13 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39458
* add missing symbolZoltan Herpai2014-01-311-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39439
* sunxi: boot changes - Added uEnv.txt to facilitate automatic boot. - ↵Zoltan Herpai2014-01-311-1/+1
| | | | | | | | | Cosmetic fix in u-boot Makefile - Don't force command line arguments Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39438
* ar71xx: dragino2: add missing sysupgrade support.Gabor Juhos2014-01-302-0/+4
| | | | | | | | | | | | | | The original dragino2 board support was missing some changes from the upstream svn repository (http://svn.dragino.com/dragino2) that supported sysupgrade. [juhosg: change subject] Signed-off-by: Karl Palsson <karlp@remake.is> Patchwork: http://patchwork.openwrt.org/patch/4801/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39429
* kernel/3.1x: yaffs: fix handling of small-page NAND devicesGabor Juhos2014-01-286-0/+1062
| | | | | | | | | | | Since the yaffs code update (r39084), it is not possible to install OpenWrt on RouterBoards with small-page NAND chips. Fix the yaffs code to make it work again. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39409
* add missing symbolZoltan Herpai2014-01-271-0/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39406
* mxs: make config and patches versionedZoltan Herpai2014-01-276-0/+0
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39405
* brcm63xx: fix warning in Redboot codeFlorian Fainelli2014-01-271-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39404
* x86: remove 3.6 supportGabor Juhos2014-01-262-413/+0
| | | | | | | | | The 3.6 kernel isn't used by any of the x86 subtargets, so remove it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39403
* ar71xx: swconfig: use the local helper to set LED brightness on link downGabor Juhos2014-01-261-1/+1
| | | | | | | | | | | | Use the 'swconfig_trig_set_brightness' function to set the brightness value of the LED when the link goes down. This ensures that the last brighness value is saved into a local variable which is used to track the actual LED status. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39402
* ar71xx: wpe72: set active_low flag for the reset buttonGabor Juhos2014-01-261-0/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39401
* ar71xx: wp543: set active_low flag for the buttonsGabor Juhos2014-01-261-0/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39400
* kernel: update 3.10 to 3.10.28Gabor Juhos2014-01-2646-201/+157
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39399
* ar71xx: image: reserve 4 erase blocks on the TP-Link devicesGabor Juhos2014-01-251-0/+6
| | | | | | | | | This ensures that the generated images will have enough erase blocks for JFFS2. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39397
* ar71xx: archer c7: define LEDs connected to the AR8327 switchGabor Juhos2014-01-251-0/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39395
* ar71xx: image: move WNDAP360 macroGabor Juhos2014-01-251-3/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39394
* kernel/3.8: update pci_disable_usb_common_quirks patchGabor Juhos2014-01-251-12/+12
| | | | | | | | | Fix build errors caused by undefined 'usb_disable_xhci_ports' symbol. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39393
* ar71xx: fix bad RX sensitivity on newer TL-WDR4300 boardsGabor Juhos2014-01-241-0/+6
| | | | | | | | | | | | | On recent TL-WDR4300 boards the external LNAs of the 2.4GHz interface are connected to GPIO lines. Because these GPIO lines are disabled by default, the RX sensitivity of the device is quite bad. Setup the GPIOs of the external LNAs to fix the issue. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39392
* ar71xx: image: generate sysupgrade images for the Compex boardsGabor Juhos2014-01-241-2/+4
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39391
* ar71xx: add sysupgrade support for the Compex boardsGabor Juhos2014-01-241-1/+24
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39390
* ar71xx: image: use a single firmware partition on Compex devicesGabor Juhos2014-01-241-4/+10
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39389
* ar71xx: enable MTD_SPLIT_LZMA_FW optionGabor Juhos2014-01-241-0/+1
| | | | | | | | It will be used for Compex devices. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39388
* kernel/3.1x: add split code for LZMA compressed kernel based firmwaresGabor Juhos2014-01-249-4/+171
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39387
* ar71xx: image: detect partition sizes in the Image/Build/Ath macroGabor Juhos2014-01-241-27/+30
| | | | | | | | | Get the size of the mtd partitions directly from the MTD layout and remove the superfluous macro parameters. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39384
* ar71xx: image: fix size verification in the CatFiles macroGabor Juhos2014-01-241-5/+13
| | | | | | | | | | | | | | | The macro checks the size of the rootfs image even if the second parameter of the macro contains the size of an eraseblock. It is wrong because the size of the kernel image will be adjusted to the next eraseblock and the resulting image might be too large. Fix the macro to check the size of the final image instead of the rootfs image. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39383
* Revert "kernel: create firmware partition from MyLoader partition parser"Gabor Juhos2014-01-241-13/+2
| | | | | | | | | | | | | | | This reverts r38197. The automatically created firmware partition includes the partition_table partition. Apart from the partition table, this partition contains sensitive data on some Compex devices which data can be destroyed when the firmware partition gets modified. Revert the change to prevent that. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39382
* ar71xx: ap83: define mtd layout via command lineGabor Juhos2014-01-232-1/+46
| | | | | | | | | Also use the RKuImage macro becasue the original firmware starts with the rootfs. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39379
* ar71xx: ap81: define mtd layout via command lineGabor Juhos2014-01-232-1/+51
| | | | | | | | | Also use the RKuImage macro becasue the original firmware starts with the rootfs. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39378
* ar71xx: image: show size limit in warning messagesGabor Juhos2014-01-231-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39376
* ar71xx: add initramfs image support for Compex devicesGabor Juhos2014-01-231-0/+11
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39375
* ar71xx: wp543: use KEY_RESET code for the sw4 buttonGabor Juhos2014-01-231-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39374
* ar71xx: create wndr3700 network config from uci-defaultsLuka Perkov2014-01-233-97/+40
| | | | | | | | | Since that was the last configuration in defconfig directory we can drop the defconfig init script too. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39373
* kernel/3.10: update pci_disable_usb_common_quirks patchGabor Juhos2014-01-231-12/+12
| | | | | | | | | Fix build errors caused by undefined 'usb_disable_xhci_ports' symbol. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39369