summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* brcm47xx: fix switch handlingHauke Mehrtens2013-07-144-34/+35
| | | | | | | | | | | | | | | | This fixes some problems with the switch handling * It now send the messages again to indicate a button for failsafe mode should be pressed * it does not leak packages between wan and lan any more * the switch works again in normal mode The Ethernet connection has to be up when the switch driver switch-robo is insmoded therefor we just do it again. Explicitly set enable_vlan to prevent leaking packages. This should close #13869, #13868 and #13716 SVN-Revision: 37286
* kernel: disable the yaffs2 /proc code to make it compile on linux 3.10 (#13848)Felix Fietkau2013-07-141-0/+45
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37285
* brcm47xx: do not load the kernel modules needed for Ethernet manuallyHauke Mehrtens2013-07-142-15/+0
| | | | | | | add the boot flag to make the kernel modules needed for Ethernet and diag load on startup. SVN-Revision: 37284
* kernel: implement automatic rootfs split from the firmware partition in ↵Felix Fietkau2013-07-142-77/+180
| | | | | | | | linux 3.10 (disabled by default) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37283
* kernel/base-files: clean up old code related to refreshing mtd partitions, ↵Felix Fietkau2013-07-142-145/+4
| | | | | | | | it is no longer used anywhere Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37282
* brcm47xx: do not change nvram without user interactionHauke Mehrtens2013-07-141-14/+0
| | | | SVN-Revision: 37281
* kernel: refresh patches for kernel 3.8.13Hauke Mehrtens2013-07-135-88/+69
| | | | SVN-Revision: 37276
* kernel: update to kernel 3.10.1 and refresh patchesHauke Mehrtens2013-07-137-25/+28
| | | | SVN-Revision: 37275
* kernel: update to kernel 3.9.10 and refresh patchesHauke Mehrtens2013-07-137-26/+29
| | | | SVN-Revision: 37274
* ar71xx: fix ar933x watchdog clock (#13866)Felix Fietkau2013-07-132-0/+30
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37273
* brcm47xx: proc gets mounted without this patchHauke Mehrtens2013-07-131-5/+0
| | | | SVN-Revision: 37272
* brcm47xx: remove obsolete hotplug stuffHauke Mehrtens2013-07-132-11/+0
| | | | SVN-Revision: 37271
* bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCsHauke Mehrtens2013-07-1215-0/+1428
| | | | | | | | | | | This was only tested on a Netgear R6250, but it could also work on other devices when the correct images are generated. It is only possible to boot into a ram disk, no Ethernet, Wifi, flash, USB is supported. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37268
* ar71xx: add carambola2 supportJohn Crispin2013-07-1110-147/+456
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37260
* lantiq: revert 36778 as it breaks irq assignment to pci devicesJohn Crispin2013-07-111-10/+2
| | | | | | | Reported-by: Matti Laakso Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37258
* kernel: add a patch that reduces module size by removing non-essential ↵Felix Fietkau2013-07-116-0/+603
| | | | | | | | information (reduces default rootfs size by ~5k after lzma) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37255
* kernel: disable CONFIG_RD_LZMA by default, it will be selected when actually ↵Felix Fietkau2013-07-116-6/+6
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37253
* kernel: disable CONFIG_CLS_U32_PERF by default, it is usually not neededFelix Fietkau2013-07-116-6/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37252
* ar71xx: set priority of ath79_wdt to 1John Crispin2013-07-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37251
* ar71xx: fix TPLINK/TPLINKOLD initramfs images typosFlorian Fainelli2013-07-101-3/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37237
* brcm2708: drop support for 3.3 kernelFlorian Fainelli2013-07-1010-86421/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37236
* brcm2708: package the i2c master driver moduleFlorian Fainelli2013-07-101-0/+18
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37235
* brcm2708: package the SPI master controller driverFlorian Fainelli2013-07-101-0/+19
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37234
* kernel: add a bunch of missing LCD Kconfig optionsFlorian Fainelli2013-07-101-0/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37233
* brcm2708: package the HW random moduleFlorian Fainelli2013-07-101-0/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37232
* ar71xx: fix Netgear initramfs imagesFlorian Fainelli2013-07-101-3/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37230
* ar71xx: fix some more issues with initramfs imagesFlorian Fainelli2013-07-101-12/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37229
* ar71xx: make implicit alignment in struct pptp_addr explicit to fix ABI ↵Felix Fietkau2013-07-102-4/+24
| | | | | | | | breakage caused by the unaligned access hacks patch Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37223
* brcm2708: update maintainershipFlorian Fainelli2013-07-091-2/+2
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37220
* brcm2708: switch to 3.10 kernelFlorian Fainelli2013-07-091-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37219
* brcm2708: add support for 3.10 kernelFlorian Fainelli2013-07-0917-0/+91057
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37218
* kernel: add missing configuration symbols used on ARM platformsFlorian Fainelli2013-07-091-0/+4
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37217
* kernel: update PATCHES with a stricter policyFlorian Fainelli2013-07-091-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37216
* ar71xx: add linux 3.10Felix Fietkau2013-07-0968-1/+6686
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37214
* kernel: debloat the lzma compress/decompress code some moreFelix Fietkau2013-07-093-261/+1869
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37211
* kernel: do not accept sysrq characters via serial portFelix Fietkau2013-07-096-0/+75
| | | | | | | | | many boards have a disconnected TTL level serial which can generate some garbage that can lead to spurious false sysrq detects. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37210
* kernel: add missing config symbolJonas Gorski2013-07-091-0/+1
| | | | | | | | Should fix buildbot builds of ixp4xx. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37208
* imx23: add gpio_sysfs supportZoltan Herpai2013-07-081-0/+2
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37207
* ralink: vlan offloading is causing problems. disable itJohn Crispin2013-07-081-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37203
* ralink: unbreak ralink i2c supportJohn Crispin2013-07-081-15/+23
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37202
* ralink: add i2c-ralink kmod infoJohn Crispin2013-07-081-0/+15
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37200
* linux: refresh kernel configs with kconfig.plGabor Juhos2013-07-082-5/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37195
* ar71xx: disable JTAG on TL-WR841N-v8/MR3420v2Gabor Juhos2013-07-081-0/+3
| | | | | | | | | It also fixes USB Power on MR3420v2. Signed-off-by: Dmytro <dioptimizer@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37194
* ar71xx: fix partition layout on Netgear WNDAP360Gabor Juhos2013-07-081-2/+2
| | | | | | | Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37193
* ar71xx: fix for wrong eth0 mac assignment on Netgear WNDAP360Gabor Juhos2013-07-081-1/+3
| | | | | | | Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37192
* lantiq: etop enable gbit port0Luka Perkov2013-07-082-40/+46
| | | | | | | Signed-off-by: Antonios Vamporakis <vamporakis@yahoo.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37191
* kernel: disable zisofs and zlib by default, reduces kernel size after lzma ↵Felix Fietkau2013-07-066-18/+18
| | | | | | | | by ~10k Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37187
* imx23: fix kernel module dependenciesFelix Fietkau2013-07-061-1/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37181
* lantiq: add device tree support for arv4519pwLuka Perkov2013-07-053-1/+193
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37178
* ar71xx: merge patches [611-*,621-*] into 610-*Luka Perkov2013-07-0413-412/+130
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37176