summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* kirkwood: ib62x0 fix rebootluka2012-06-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* xburst: remove an obsolete CompareKernelPatchVer callnbd2012-06-071-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix 553-board_96348w3.patch patch wrt gpio-keys-polledflorian2012-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg)nbd2012-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a few more tracing related symbolsnbd2012-06-061-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix PHY setup on TL-MR3020 (fixes #11572)nbd2012-06-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add a helper function for setting up PHY4 swapping on ar933xnbd2012-06-063-15/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target: do not make target/*/install depend on target/*/compile - removes ↵nbd2012-06-061-4/+1
| | | | | | one redundant kernel build dir call on target/install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: only build all loader images if the image builder is enabled - saves ↵nbd2012-06-061-1/+1
| | | | | | some time on make target/install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix alarm led color for board 96348A-122florian2012-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add 96348w3 board (#10764)florian2012-06-063-3/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] update livebox board support (#8677)florian2012-06-061-62/+200
| | | | | | | | | | | | | | Merge most fixes from #8677: - add basic hardware detection of Livebox Blue 5g revisions - register leds and gpio buttons - fix boot address location - properly parse mac addresses Plus some more fixes: - make board_livebox.c more in line with board_bcm963xx.c git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix leds naming for all bcm63xx boardsflorian2012-06-0626-166/+429
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: make tracing support configurablenbd2012-06-061-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] backport upstream spi-bcm63xx fixesflorian2012-06-063-0/+381
| | | | | | | | * message pump conversion * not using stopping state * setting spi driver mode bits git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic/3.3] backport spi message queue infrastructureflorian2012-06-061-0/+603
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] increase led number in patch 301-led_count.patchflorian2012-06-064-33/+11
| | | | | | So that board patches are only touching board-related code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32076 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] clean up generic image buildingblogic2012-06-051-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix board patches so that new boards are withing appropriate ifdefflorian2012-06-0539-111/+133
| | | | | | | Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel/3.3] refresh generic patchesflorian2012-06-055-15/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32059 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix bisectability of patch 303-spi-board-info.patchflorian2012-06-051-1/+9
| | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] bump to 3.3.8blogic2012-06-0538-38/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: reorganize targetluka2012-06-0514-787/+693
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: update to 2012.04.01luka2012-06-042-69/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix ethernet on 96328avng and 963281TANjogo2012-06-047-15/+19
| | | | | | The internal switch did not get registered. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] adds unset Kbuild symbolblogic2012-06-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* malta: remove 3.2 patchesjuhosg2012-06-021-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* malta: use common kernel configjuhosg2012-06-022-319/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* xburst: add missing config symboljuhosg2012-06-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [imagebuilder] add $(SUBTARGET) to the filename if availableblogic2012-05-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] adds patch to make Tantos (psb6970) switch buildable againblogic2012-05-303-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: build images for 6328 reference boards with various flash sizesjogo2012-05-3011-28/+232
| | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: readd accidentially dropped network config for SPW303Vjogo2012-05-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: add revision specific PHY fixups for AR8327juhosg2012-05-292-8/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_privjuhosg2012-05-292-31/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: ar8216: add chip_is_ar8{216,236,316,327} helpersjuhosg2012-05-291-8/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default LED setup for the DB120 boardjuhosg2012-05-291-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cns21xx: use the generic uci-default functions for initial LED setupjuhosg2012-05-292-42/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lantiq: use the generic uci-default functions for initial LED setupjuhosg2012-05-291-99/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: use the generic uci-default functions for initial LED setupjuhosg2012-05-291-38/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: use the generic uci-default functions for initial LED setupjuhosg2012-05-291-41/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the generic uci-default functions for initial LED setupjuhosg2012-05-291-152/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kirkwood: use uci-defaults to configure different boardsjuhosg2012-05-296-30/+107
| | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: WAN LED for D-Link DIR-300-B1juhosg2012-05-292-0/+38
| | | | | | | | | | | | | | | | | | Add led devices for D-Link DIR-300-B1 WAN LED. Note that the GPIO state is also ANDed with the esw switch port 4 LED state, which is why I've set the amber LED to default-on. Closes: https://dev.openwrt.org/ticket/11326 Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> [ juhosg: - fix comment style in mach-dir-300-revb.c, - remove the PPP specific LED setup, not everyone uses a PPP connection on the WAN interface] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: do not override the mdio clock for ar9330. the override value ↵nbd2012-05-281-2/+0
| | | | | | (obtained from an atheros driver) seems to break ethernet functionality git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: improve rx performance of the ethernet driver by using build_skb to ↵nbd2012-05-282-41/+49
| | | | | | deliver a cache-hot skb to the network stack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix MII clock settings for various chips, improves ethernet ↵nbd2012-05-274-5/+30
| | | | | | stability on AR934x git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix suppressing -s for linking modules when profiling is enablednbd2012-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix TL-WR1041 image sizejuhosg2012-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: rt3883: add device registration code for the SPI controllerjuhosg2012-05-272-0/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31922 3c298f89-4303-0410-b956-a3cf2f4a3e73