summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7
Commit message (Collapse)AuthorAgeFilesLines
...
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+8
| | | | SVN-Revision: 36278
* ar7: migrate to common led helper functionsFlorian Fainelli2013-02-181-33/+27
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35659
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-181-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* use a default kernel command-line to mount squashfs and jffs2Florian Fainelli2012-11-292-0/+6
| | | | | | | | This fixes bug #9055. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34424
* remove common symbols from 3.6 configsGabor Juhos2012-11-291-5/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34404
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* use physmap-flash part_probe_typesFlorian Fainelli2012-11-278-56/+48
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34398
* add AudioCodes AC495 SoCFlorian Fainelli2012-11-272-10/+16
| | | | | | | | | Found in the AudioCodes Tulip AC494 ATA. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34395
* move acx-mac80211 to the ar7 generic targetFlorian Fainelli2012-11-162-1/+3
| | | | | | | | None of the AC49x boards that we support actually have Wi-Fi. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34208
* push atm, br2684ctl and kmod-pppoa down the DSL ProfileFlorian Fainelli2012-11-163-4/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34206
* MIPS: add a build fix for arch/mips/boot/compressed/decompress.cFlorian Fainelli2012-11-121-12/+0
| | | | | | | | And get rid of the AR7 patch because at least the Alchemy SoC also needs it Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34170
* add support for Linux 3.6Florian Fainelli2012-11-1117-0/+1777
| | | | SVN-Revision: 34154
* move files directory to files-3.3Florian Fainelli2012-11-113-0/+0
| | | | SVN-Revision: 34153
* generate image for AC49xFlorian Fainelli2012-11-111-0/+15
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34149
* create AC49x subtargetFlorian Fainelli2012-11-113-0/+33
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34148
* create generic subtargetFlorian Fainelli2012-11-118-1/+17
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34147
* detect AC49x flash partitionsFlorian Fainelli2012-11-112-0/+255
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34146
* support AC49x bootloader environmentFlorian Fainelli2012-11-111-0/+20
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34145
* add AudioCodes AC49x platform support to kernelFlorian Fainelli2012-11-111-0/+82
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34144
* free memory below kernel offsetFlorian Fainelli2012-11-111-0/+15
| | | | | | | | | | Some bootloaders (e.g. PSPBoot on AC49x) have a load-offset, this frees that memory region so it is usable for Linux. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34143
* add Actiontec PK5000 LEDsFlorian Fainelli2012-10-131-0/+95
| | | | | | | | Also share them between the GT701 and the PK5000. Patch from Daniel Gimpelevich. SVN-Revision: 33756
* vlynq: rework probing and clocking setupFlorian Fainelli2012-10-131-12/+292
| | | | | | | | | Handle the different vlynq device versions, and make the vlynq code more in line with the original vlynq implementation. Patch from Daniel Gimpelevich. SVN-Revision: 33755
* remove the squashfs alignement defineFlorian Fainelli2012-10-131-1/+0
| | | | | | Patch from Daniel Gimpelevich. SVN-Revision: 33754
* handle LOADER_MAGIC2 in ar7partFlorian Fainelli2012-10-131-8/+70
| | | | | | This is required for Actiontec PK5000 devices. Path from Daniel Gimpelevich. SVN-Revision: 33753
* increase the flash resource size to its maximum valueFlorian Fainelli2012-10-131-0/+11
| | | | | | | | CFI detection will reduce the resource size to its real value. Patch from Daniel Gimpelevich. SVN-Revision: 33752
* reinstate the fixed PHY fallback for devices with undetectable switchesFlorian Fainelli2012-10-131-59/+35
| | | | | | | At least devices without a switch present on the MDIO bus still get a valid link and work as expected (such as the Linksys WAG54Gv2). SVN-Revision: 33751
* enable mvswitch driverFlorian Fainelli2012-10-133-32/+74
| | | | | | | | And fix the default network configuration to create the required VLANs. Patch from Daniel Gimpelevich. SVN-Revision: 33750
* use the second available LED to encore mode boot statesFlorian Fainelli2012-10-132-6/+21
| | | | | | Patch from Daniel Gimpelevich. SVN-Revision: 33749
* use wpad-mini instead of hostapdFlorian Fainelli2012-10-131-1/+1
| | | | SVN-Revision: 33744
* copy initramfs kernel to bin directoryFlorian Fainelli2012-10-111-0/+7
| | | | SVN-Revision: 33726
* generate vmlinux.srec and vmlinux.bin from srec2binFlorian Fainelli2012-10-111-0/+2
| | | | | | Useful for loading the kernel into RAM using ADAM2/PSPBoot. SVN-Revision: 33718
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
| | | | SVN-Revision: 31645
* kernel: rewrite the phy packet hook, put it in the network stack to avoid ↵Felix Fietkau2012-05-061-70/+0
| | | | | | having to keep non-upstream ethernet driver changes SVN-Revision: 31637
* AR7: don't mark as brokenJonas Gorski2012-05-061-1/+1
| | | | | | Linux 3.3.4 boots fine on my AR7 device. SVN-Revision: 31623
* ar7: remove 2.6.37 supportGabor Juhos2012-05-0511-727/+0
| | | | SVN-Revision: 31617
* ar7: switch to 3.3 and mark the target as brokenGabor Juhos2012-05-051-2/+2
| | | | SVN-Revision: 31616
* ar7: add 3.3 supportGabor Juhos2012-05-059-0/+601
| | | | SVN-Revision: 31615
* ar7: fix kernel_entry extractionGabor Juhos2012-05-051-3/+3
| | | | SVN-Revision: 31614
* fix titan gpio register sizeFlorian Fainelli2012-02-131-0/+33
| | | | SVN-Revision: 30502
* add additionnal debug symbols when kernel debugging is enabledFlorian Fainelli2011-07-171-0/+2
| | | | SVN-Revision: 27637
* base-files: diag.sh: added failsafe led definitionDaniel Dickinson2011-07-071-1/+9
| | | | SVN-Revision: 27502
* add GT701 LEDs support (#9382)Florian Fainelli2011-05-201-0/+53
| | | | SVN-Revision: 26952
* remove useless patchesFlorian Fainelli2011-05-062-29/+0
| | | | SVN-Revision: 26837
* fill maintainer infos for a couple of targetsFlorian Fainelli2011-05-061-0/+1
| | | | SVN-Revision: 26836
* ar7: remove patches/configs for old kernel versionsFelix Fietkau2011-04-1726-3303/+0
| | | | SVN-Revision: 26707
* kernel: Update to version 2.6.37.6Hauke Mehrtens2011-04-031-1/+1
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441