summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel: warn users to use the new (dedicated) firmware splitterRafał Miłecki2014-12-144-6/+16
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43700
* toolchain: do not include libatomic.so in the libc packageFelix Fietkau2014-12-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43699
* nvram: remove libnvram.so, it is unused and incompatible to the broadcom API ↵Felix Fietkau2014-12-132-38/+4
| | | | | | | | anyway Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43698
* kernel: move old firmware uimage splitter into separated patchRafał Miłecki2014-12-1314-134/+202
| | | | | | | | | This will allow us to drop it in the future. This patch doesn't change the final mtdpart.c, it remains the same. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43696
* scripts/config: fix segfault introduced in r43652Felix Fietkau2014-12-132-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43695
* build: ensure tools are built before building the toolchainFelix Fietkau2014-12-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43693
* realview: drop old kernel configsFelix Fietkau2014-12-132-499/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43692
* au1000: remove leftover 3.3 kernel configFelix Fietkau2014-12-131-139/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43691
* au1000: remove linux 3.10 supportFelix Fietkau2014-12-133-145/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43690
* rb532: remove linux 3.10 supportFelix Fietkau2014-12-135-262/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43689
* at91: remove linux 3.10 supportFelix Fietkau2014-12-135-328/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43688
* brcm2708: remove linux 3.10 supportFelix Fietkau2014-12-13196-441523/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43687
* ixp4xx: remove linux 3.10 supportFelix Fietkau2014-12-1341-9656/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43686
* lantiq: remove linux 3.10 supportFelix Fietkau2014-12-1351-17713/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43685
* mpc85xx: remove linux 3.10 supportFelix Fietkau2014-12-1311-1437/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43684
* netlogic: fix XLR network driver buildFlorian Fainelli2014-12-131-0/+63
| | | | | | | | Backport an upstream submission to fix xlr_net Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43682
* ramips:Add support for Aigale Ai-BR100John Crispin2014-12-138-0/+137
| | | | | | | | | Aigale Ai-BR100 is a router with mt7620a soc. There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led. Signed-off-by: 郭传鈜 <gch981213@gmail.com> SVN-Revision: 43681
* mxs: indention and whitespace fixesJohn Crispin2014-12-131-37/+37
| | | | | | | | Align this file with the style of most other modules.mk. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43680
* ar71xx: add an extra check on board_name for ath10k firmware patchsJohn Crispin2014-12-131-6/+14
| | | | | | | | | It moves firmware patch code behind an extra check on board_name. Otherwise it will calculate firmware checksum for unaffected boards. It also reduce boottime by a md5 calculation and removes error message on boot if firmware not found. SVN-Revision: 43679
* oxnas: fix gpio-fan on kd20John Crispin2014-12-132-1/+3
| | | | | | | | define speed-map and include kmod-hwmon-gpiofan in kd20 profile Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43678
* oxnas: also make use of the GPIO poweroff driverJohn Crispin2014-12-133-0/+13
| | | | | | | | Works great to power-off the kd20 ;) Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43677
* kernel/generic: remove some left-over garbage from ledtrig patchJohn Crispin2014-12-132-2/+2
| | | | | | | | cosmetics. clean a style issue introduced by r43674. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43676
* oxnas: use libata ledtrig support for kd20 hdd ledsJohn Crispin2014-12-124-0/+5
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43675
* kernel/generic: add ledtrig support to libataJohn Crispin2014-12-122-0/+324
| | | | SVN-Revision: 43674
* oxnas: clean up default package selectionJohn Crispin2014-12-121-8/+2
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43673
* kernel.mk: Handle the x86_64 LINUX_KARCH caseFelix Fietkau2014-12-121-1/+1
| | | | | | | | | x64 is handled by the x86 architecture in Linux, add a case for it in LINUX_KARCH. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> SVN-Revision: 43672
* kernel.mk: Refactor LINUX_KARCH affectationFelix Fietkau2014-12-121-4/+11
| | | | | | | | | Switch to a dumber implementation that will be easier to maintain in the long run, with only if statements instead of having nested subst calls. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> SVN-Revision: 43671
* kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS fileJohn Crispin2014-12-121-0/+13
| | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de> SVN-Revision: 43670
* gcc: don't clobber stamp-bits with a symlink to itselfFelix Fietkau2014-12-123-0/+35
| | | | | | | | | | | | | | | | | Several versions of gcc have an issue in libstdc++v3 where the build may clobber stamp-bits with a link to itself. This doesn't manifest itself on all systems. On several Ubuntu systems, this doesn't appear to be a problem, but it is an issue on Fedora 16 systems. To fix the issue, we'll simply filter out stamp-bits from the symlinks to be generated. Note: gcc 4.4.7 is unaffected by this issue, so no fix is necessary there. Signed-off-by: John Szakmeister <john@szakmeister.net> SVN-Revision: 43669
* ar8216: enable cpu port to receive arp and broadcast frames for ar8236Felix Fietkau2014-12-122-0/+12
| | | | | | Signed-off-by: Weijie Gao <hackpascal@gmail.com> SVN-Revision: 43668
* ralink: fix lenovo y1 wan port mappingJohn Crispin2014-12-121-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43667
* iwinfo: bump to latest git HEADJohn Crispin2014-12-121-2/+2
| | | | | | | | http://patchwork.ozlabs.org/patch/420128/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43666
* oxnas: build S-ATA driver as a moduleJohn Crispin2014-12-124-6/+19
| | | | | | From: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43665
* ralink: make uartf functional on AWM002John Crispin2014-12-121-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43664
* oxnas: use u-boot.bin in KDIRJohn Crispin2014-12-121-2/+2
| | | | | | | | This fixes building *u-boot-initramfs.bin images using ImageBuilder Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43663
* uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIRJohn Crispin2014-12-121-0/+2
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43662
* sunxi: fix led on bananapiZoltan Herpai2014-12-121-4/+4
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43661
* igmpproxy: do not attempt to ifstatus error messages as jsonFelix Fietkau2014-12-121-1/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43660
* igmpproxy: do not start instance if no upstream interface is availableFelix Fietkau2014-12-121-1/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43659
* igmpproxy: fix init script indentationFelix Fietkau2014-12-121-4/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43658
* mxs: allow bootloader to pass kernel cmdlineZoltan Herpai2014-12-121-1/+3
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43657
* mxs: change mxs-lradc module to depend on kmod-iio-core instead of hardcodingZoltan Herpai2014-12-121-4/+3
| | | | | | | Signed-off-by: Harald Geyer <harald@ccbib.org> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43656
* scripts/config: remove debug statementJo-Philipp Wich2014-12-121-1/+0
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43655
* scripts/download.pl: add support for adding mirrors through an environment ↵Felix Fietkau2014-12-121-0/+3
| | | | | | | | variable Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43654
* busybox: include config files relative to the main Config.in (#18522)Jo-Philipp Wich2014-12-121-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43653
* scripts/config: support includes relative to the currently processed fileJo-Philipp Wich2014-12-122-0/+21
| | | | | | | | | | | | | When the initial glob() attempt on a path specified with "source" statement yields no result, then retry the globbing on the same path with the directory part of the currently processed file prepended. This allows us to reference Config.in files relative to their parent instead of relative to the top dir. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43652
* mxs: add i2c and spi packages to profilesZoltan Herpai2014-12-123-3/+6
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43651
* mxs: fix automatic status led detectionZoltan Herpai2014-12-121-2/+2
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43650
* mxs: update dts file for DuckbillZoltan Herpai2014-12-121-13/+34
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43649
* mxs: i2c changes - add package for i2c module - remove i2c debugZoltan Herpai2014-12-122-4/+16
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 43648