aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* kernel: add global menuconfig option to enable kexec supportFelix Fietkau2013-06-286-0/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37073
* orion: disable normal router support for the harddisk subtargetFelix Fietkau2013-06-281-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37069
* orion: disable CONFIG_VM_EVENT_COUNTERS by defaultFelix Fietkau2013-06-281-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37068
* orion: dynamically generate /etc/config/network, the LaCie 2big Network does ↵Felix Fietkau2013-06-282-30/+53
| | | | | | | | not use DSA Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37061
* orion: add support for the lacie 2big network deviceFelix Fietkau2013-06-283-5/+13
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37059
* ramips: fix ethernet driverJohn Crispin2013-06-282-295/+213
| | | | | | | | make sure the driver does not crash under load Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37058
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-2741-118/+117
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* ramips: fix rt2x00 ethernet compile bugJohn Crispin2013-06-271-22/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37043
* ramips: add missing symbols to rt288x configJohn Crispin2013-06-271-8/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37042
* ramips: fix ethernet stability issue introduced by recent kernel upgradeJohn Crispin2013-06-271-106/+100
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37041
* imx23: add new target for i.MX233-based boardsZoltan Herpai2013-06-276-0/+452
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37038
* kernel/generic: add missing regulator symbols for 3.9Zoltan Herpai2013-06-261-0/+20
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37036
* bcm63xx: fix DSL-274xB F1 default network configJonas Gorski2013-06-241-0/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37032
* ramips: move ESW reset to preinit on RT305x/RT5350John Crispin2013-06-242-12/+4
| | | | | | | | | | | RT305x/RT5350 SoCs require the switch to be reset before touching the ethernet interface, otherwise the driver will panic. As we already init the ethernet in preinit we therefor need to reset the switch before that. Signed-off-by: Felix Kaechele <felix@fetzig.org> SVN-Revision: 37027
* ramips: make rt3883 usb work properlyJohn Crispin2013-06-242-21/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37024
* ramips: revert gpio regulator dts updateJohn Crispin2013-06-246-73/+52
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37021
* ralink: update patchesJohn Crispin2013-06-23205-4325/+64276
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37016
* kernel: fix a reference counting bug in overlayfsFelix Fietkau2013-06-223-0/+30
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37014
* lantiq: Tune the XWAY subtarget cflagsJohn Crispin2013-06-216-1/+6
| | | | | | | | | This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2. Although the Danube has a Mips 24KEc core performs well with the above cflags. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 37006
* lantiq: set mips16 support.John Crispin2013-06-211-1/+1
| | | | | | | | | | | Set mips16 support in XWAY subtarget. This patch is based in changeset #36600 Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37005
* lantiq: Fix ARV7518 DTS definitionsJohn Crispin2013-06-211-6/+16
| | | | | | | | | | | Fix EBU leds by removing req2 and gnt2 from pinmux. Fix rfkill button gpio. Enable reset button. Fix power led activation status. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 37004
* base-files: input/button drivers get loaded before preinit by procdJohn Crispin2013-06-216-74/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37000
* base-files: diag does not need to insmod any drivers, procd already did it ↵John Crispin2013-06-217-12/+0
| | | | | | | | for us Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36999
* brcm47xx: dont manually insmod switch driversJohn Crispin2013-06-211-4/+0
| | | | | | Signed-off-by: John Crispin <bloic@openwrt.org> SVN-Revision: 36993
* ar71xx: drop procd_init console hackJohn Crispin2013-06-213-31/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36992
* increase kernel partition size to fix boot issuesImre Kaloz2013-06-213-9/+9
| | | | SVN-Revision: 36982
* brcm63xx: reduce the number of Ethernet DMA channels from 16 to 8Florian Fainelli2013-06-204-13/+8
| | | | | | | | | We currently used 16 DMA Ethernet channels, but the hardware only supports up to 8 (with 2 per enet and the remaining for USB slave). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36979
* linux-3.8: backport a leds-gpio.c crash fix (fixes #13721)Felix Fietkau2013-06-181-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36968
* brcm63xx: refresh 3.9 patchesFlorian Fainelli2013-06-1840-96/+96
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36958
* brcm63xx: provide a default sane MAC address for Cable Modem devicesFlorian Fainelli2013-06-181-0/+26
| | | | | | | | | | Cable modem devices currently poke at some random location in RAM and may end up having an invalid MAC address which is not suitable. Provide a default one which is sane. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36957
* brcm63xx: create initramfs HCS imagesFlorian Fainelli2013-06-171-0/+8
| | | | | | | | | Cable Modem devices cannot load an ELF file directly so we need to provide them with a HCS image even when targetting initramfs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36954
* brcm63xx: simplify HCS image creationFlorian Fainelli2013-06-171-7/+2
| | | | | | | | | $(KDIR)/vmlinux is already a binary image, there is no need to create another one. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36949
* brcm63xx: remove support for 3.8 kernelFlorian Fainelli2013-06-17142-16198/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36948
* brcm63xx: switch to 3.9 kernelFlorian Fainelli2013-06-171-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36947
* brcm63xx: fix missing antislash in BCM6345 ethernet patchFlorian Fainelli2013-06-172-2/+2
| | | | | | | | | This would cause build failure when disabling support for particular CPUs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36946
* kirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override (#13702)Felix Fietkau2013-06-151-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36937
* brcm47xx: run make kernel_oldconfig for 3.9 kernel configHauke Mehrtens2013-06-121-3/+6
| | | | SVN-Revision: 36928
* brcm47xx: remove support for kernel 3.6Hauke Mehrtens2013-06-1259-11381/+0
| | | | SVN-Revision: 36927
* brcm47xx: add initial support for kernel 3.9Hauke Mehrtens2013-06-1230-0/+3419
| | | | SVN-Revision: 36926
* linux: add ipv6 failed-policy routing action (by Jonas Gorski)Steven Barth2013-06-113-0/+789
| | | | SVN-Revision: 36911
* lantiq: Fixes to athxk EEPROM loadingJohn Crispin2013-06-107-59/+36
| | | | | | | | | | | | Use platform data array for storing ath5k EEPROM instead of creating another one. EEPROM size is 2048 words (2 bytes), so we must read 4096 bytes from flash. No need to keep the checksum fix now that the EEPROM is loaded completely. Add a manual eeprom swap for ath9k and keep the endian way. Use mac-offset property retrieved from the DTS. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 36901
* lantiq: make kernel_oldconfigJohn Crispin2013-06-101-6/+6
| | | | | | | | | Seems the existing kernel config for 3.8 was cp'ed from 3.7; this patch is the result of "make kernel_oldconfig" with defaults for new options. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36900
* lantiq: diag.sh with both red and green power LEDsJohn Crispin2013-06-101-0/+20
| | | | | | | | | | This provides a boot LED sequence suitable for devices with both red and green LEDs for power. This assumes no "default-on" settings in the device tree. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 36899
* ramips: add HAME MPR-A2 supportJohn Crispin2013-06-1011-3/+174
| | | | | | | | | | This patch adds support for HAME MPR-A2 router using a DTS file. The platform is Ralink RT5350. http://wiki.openwrt.org/toh/hame/mpr-a2 Signed-off-by: Dmitry Shmygov <shmygov@rambler.ru> SVN-Revision: 36898
* ramips: add support for belkin F7C027 wemo/homeautomatisation plugJohn Crispin2013-06-107-0/+151
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 36897
* lantiq: fix formating in .dts filesLuka Perkov2013-06-0817-45/+46
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36882
* ar71xx: disable routerboard support in the generic subtarget, enable it for ↵Felix Fietkau2013-06-072-11/+12
| | | | | | | | the nand subtarget only Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36879
* kernel/generic: add a few missing kernel config symbolsFelix Fietkau2013-06-071-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36878
* brcm63xx: add user-space support for Netgear CVG834GFlorian Fainelli2013-06-062-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36877
* brcm63xx: add kernel space and image support for the Netgear CVG834GFlorian Fainelli2013-06-0643-96/+218
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36876