aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: nuke fs_all variable in image/MakefileGabor Juhos2012-01-241-2/+0
| | | | SVN-Revision: 29880
* ar71xx: create interim kernel files in a separate dirGabor Juhos2012-01-241-66/+68
| | | | | | This reduces the size of the ImageBuilder tarball a lot. SVN-Revision: 29879
* ar71xx: prebuild all loaders in Image/Prepare stageGabor Juhos2012-01-241-2/+20
| | | | SVN-Revision: 29878
* ImageBuilder: respect the PROFILE parameterGabor Juhos2012-01-241-4/+5
| | | | | | Based on a patch from #10766 SVN-Revision: 29877
* ramips: scripts updatesGabor Juhos2012-01-236-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | In this patch: * rename Argus leds to avoid underscores * rename Belkin F5D8235 v1 leds from f5d8234 to f5d8235 * remove Belkin F5D8235 v1 status led defined as storage led (it was defined as usb led earlier, just in wrong place) - it should have router led as in v2 * add Argus, Sparklan and Belkin F5D8235 v2 status leds * add Belkin F5D8235 v1 and v2 usb leds * fix Belkin F5D8235 v2 network config generation and mac address axtraction * fix Sparklan board identification * add Sparklan usb led (this board doesn't have usb connector by default and the led is hidden also but if you are going to solder the connector then you'll see the led too) * add Sparklan network config generation and mac address extraction * fix empty string test in network script and... * ...sort case entries by the first board in the list Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29871
* ar71xx: 3.2: fix build errors if PCI is not enabledGabor Juhos2012-01-232-1/+19
| | | | SVN-Revision: 29870
* ar71xx: fix compiler warning if PCI is not enabledGabor Juhos2012-01-231-1/+1
| | | | SVN-Revision: 29869
* ar71xx: add initial support for 3.2Gabor Juhos2012-01-22200-0/+25484
| | | | | | | | | | | | | | | Tested on the following boards: ALFA AP96 TL-MR3220 v1 TL-WR1043ND v1 TL-WR2543ND v1 TL-WR703N v1 TL-WR741ND v1 TL-WR741ND v4 WNDR3700 v1 WZR-HP-G300NH SVN-Revision: 29868
* ar71xx: move arch specific files to files-2.6.39Gabor Juhos2012-01-22121-0/+0
| | | | SVN-Revision: 29867
* ar71xx: build ALFA AP96 images with default profile as wellGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29866
* generic: 3.2: allow to build myloader mtd parser for ATH79Gabor Juhos2012-01-221-1/+1
| | | | SVN-Revision: 29860
* generic: allow to build myloader mtd parser for 3.2+Gabor Juhos2012-01-221-3/+11
| | | | SVN-Revision: 29858
* ramips fix f5d8235-v1 diag LED supportGabor Juhos2012-01-221-1/+1
| | | | SVN-Revision: 29857
* ar71xx: wrt160nl_part: include module.h and fix compiler warningsGabor Juhos2012-01-221-3/+8
| | | | SVN-Revision: 29856
* ar71xx: tplinkpart: include module.hGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29855
* ar71xx: rename vsc7385 spi driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29853
* ar71xx: rename ap81 spi driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29852
* ar71xx: rename rb4xx spi driversGabor Juhos2012-01-225-3/+3
| | | | SVN-Revision: 29851
* ar71xx: rename the nxp_74hc153 driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29850
* ar71xx: change board id of the UniFi boardGabor Juhos2012-01-222-2/+2
| | | | SVN-Revision: 29849
* ar71xx: include linux/module.h in the micrel phy driverGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29848
* ramips: add sysled and sysupgrade to wr512-3gnGabor Juhos2012-01-222-1/+5
| | | | | | Patch from #10035. SVN-Revision: 29847
* generic: 3.2: don't disable lockdep for OOT modulesGabor Juhos2012-01-222-0/+95
| | | | SVN-Revision: 29846
* generic: rtl8366: add rtl8366_smi_write_reg_noack helperGabor Juhos2012-01-214-6/+28
| | | | | | | | | After issuing a soft reset on the RT8366{S,RB} switch, waiting for the last acknowlegement fails in rtl8366_smi_write_reg. Add a _noack version of the function and use that for issuing a soft reset. SVN-Revision: 29844
* brcm47xx: add support for pcie host controller on bcma based SoCs.Hauke Mehrtens2012-01-2111-18/+3794
| | | | | | This also adds minimal support for the BCMA43224 pcie wireless card. SVN-Revision: 29843
* ramips: sysupgrade for ESR-9753Gabor Juhos2012-01-201-0/+1
| | | | | | | | This patch add sysupgrade for Engenius ESR-9753 Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29824
* kernel: fix OCF for linux 3.2Jonas Gorski2012-01-198-10/+19
| | | | | | Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
* add missing kernel symbolsJo-Philipp Wich2012-01-192-0/+2
| | | | SVN-Revision: 29790
* Make the grub timeout configurable on x86 targetsJo-Philipp Wich2012-01-193-1/+11
| | | | | | Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 29786
* x86/config-3.2: add linux-3.2 symbols for x86Jo-Philipp Wich2012-01-192-0/+3
| | | | | | | | The following symbols are missing for x86, in sorted order. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 29783
* fix thinko in 102-ehci_hcd_ignore_oc patchFlorian Fainelli2012-01-184-8/+8
| | | | SVN-Revision: 29773
* gigaset 76xJohn Crispin2012-01-172-21/+17
| | | | | | | | | | | * fixes leds * adds all leds found on the sx763 board * removes board_config from flash layout because wireless data is stored in kernel (ath5k) * fix button handling Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 29763
* ramips: Rework ramips_eth to not require irqsave locking anymoreJohn Crispin2012-01-171-6/+9
| | | | | | | | | | | | | | | | | Previously the tx housekeeping was done in a spin_lock_irqsave critical section which causes irqs to be disabled during that time. Since the housekeeping is already prepared to be scheduled as a tasklet process the housekeeping only in softirq context and revise the locking between the tx path and the housekeeping tasklet by using a normal spin_lock which in most situations will be a NOP anyway. This makes sure that interrupts are only disabled for a short time since in the worst case the housekeeping might have to free up to 256 skbs. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 29762
* brcm47xx: add support for kernel 3.2Hauke Mehrtens2012-01-1547-0/+7484
| | | | SVN-Revision: 29756
* brcm47xx: run kernel_oldconfigHauke Mehrtens2012-01-151-2/+3
| | | | SVN-Revision: 29755
* add support for OMAP4 based boards, starting with the PandaBoardImre Kaloz2012-01-148-0/+658
| | | | SVN-Revision: 29753
* fixup arm xz support with recent changesImre Kaloz2012-01-141-1/+3
| | | | SVN-Revision: 29750
* add missing symbolsImre Kaloz2012-01-141-1/+14
| | | | SVN-Revision: 29749
* kernel: disable bridge igmp snooping in 3.2 as wellFelix Fietkau2012-01-141-1/+1
| | | | SVN-Revision: 29747
* kernel: disable bridge igmp snooping by default to avoid multicast issuesFelix Fietkau2012-01-146-6/+6
| | | | SVN-Revision: 29744
* kernel: ppc40x: ppc44x: add missing kernel config symbolJonas Gorski2012-01-143-0/+3
| | | | SVN-Revision: 29742
* brcm47xx: update usb driverHauke Mehrtens2012-01-132-99/+113
| | | | | | | | | | | | | | | | Add workarround for BCM5357 and BCM4749. This patch contains the following fixes from George Kashperko: * separate subroutines for controller initialization workarounds - following CodingStyle recommendations; * __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG; * fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being kmalloc'ed is never freed anywhere while platform_device_add_resources will kmemdup resources right away; * fix compilation error in ssb_hcd_resume - it will fail as soon as CONFIG_PM is selected. SVN-Revision: 29734
* rtl8366: fix rtl8366_smi_detect() after r29677Jo-Philipp Wich2012-01-131-0/+3
| | | | SVN-Revision: 29732
* brcm63xx: add support for linux 3.2Jonas Gorski2012-01-1339-0/+5195
| | | | SVN-Revision: 29731
* kernel: add support for linux 3.2.1Jonas Gorski2012-01-13125-0/+66387
| | | | SVN-Revision: 29730
* kernel: backport overlayfs v11 to 3.0 and 2.6.39Jonas Gorski2012-01-132-1868/+2307
| | | | | | Should fix whiteout issues and missing files when using extroot. SVN-Revision: 29727
* kernel: update linux 3.1 to 3.1.9Jonas Gorski2012-01-1323-60/+41
| | | | SVN-Revision: 29726
* kernel: update linux 3.0 to 3.0.17Jonas Gorski2012-01-1328-68/+48
| | | | SVN-Revision: 29725
* ar8216: use vlan configuration for connecting ports (forced to be untagged) ↵Felix Fietkau2012-01-121-1/+7
| | | | | | even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough SVN-Revision: 29719
* ar8216: do not strip vlan tags when running with vlan_enable=0Felix Fietkau2012-01-121-3/+6
| | | | SVN-Revision: 29718