summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: add profiles and build images for old PowerCloud System devicesGabor Juhos2012-11-132-1/+76
| | | | | | | | | | | [juhosg: - use 'PowerCloud Systems' instead of 'PCS' in the profiles - sort SingleProfile instances in image/Makefile] Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34195
* generic: refresh 3.6 patchesGabor Juhos2012-11-131-5/+0
| | | | SVN-Revision: 34194
* fix badly named patch fileFlorian Fainelli2012-11-131-0/+0
| | | | SVN-Revision: 34193
* switch to kernel 3.6.6Florian Fainelli2012-11-131-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34192
* fix CBUS UART registrationFlorian Fainelli2012-11-132-0/+67
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34191
* ar71xx: add profile and build image for the TL-WA7510N boardGabor Juhos2012-11-132-0/+12
| | | | | | | | | [juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34190
* ar71xx: user space support for the TL-WA7510NGabor Juhos2012-11-132-0/+4
| | | | | | | | | [juhosg: separated from the http://patchwork.openwrt.org/patch/2820/ patch] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34188
* ar71xx: add support for TP-Link TL-WA7510NGabor Juhos2012-11-133-11/+71
| | | | | | | | | | | | | | | | | | | | It is mostly the same as TL-WA901N. WLAN and LAN are working. LAN LED is working. WLAN signal strength LEDs are not working yet. http://wiki.openwrt.org/toh/tp-link/tl-wa7510n?s[]=wa7510n [juhosg: - cleanup commit message - move non kernel related stuff into separate changes - rename and refresh 615-MIPS-ath79-TL-WA7510N-v1-support patch - merge WA7510N support into the mach-tl-wa901nd.c file - add 3.6 support] Signed-off-by: Stefan Helmert <helst_listen@aol.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34187
* ar71xx: refresh patchesGabor Juhos2012-11-132-7/+7
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34186
* fixes ar9 / dgn3500 supportJohn Crispin2012-11-132-2/+28
| | | | SVN-Revision: 34180
* previous commit pushed 1 file too many ;)John Crispin2012-11-121-3/+3
| | | | SVN-Revision: 34179
* move ethernet hw init to init/uninit functionsJohn Crispin2012-11-122-20/+32
| | | | | | | | | This should fix the stalled irq problem seen by several people. This is not the real fix, but rather moves the bug to the un/init patch of the driver. The real bug still needs to be fixed, but this workaround should be suffcient to make the ethernet stable. SVN-Revision: 34177
* brcm47xx: remove double definition of kmod-tg3 added in r34150Hauke Mehrtens2012-11-122-2/+2
| | | | SVN-Revision: 34176
* brcm47xx: fix cfe config detection on WGT634U broken in r33920Hauke Mehrtens2012-11-121-9/+10
| | | | | | Thanks Russell Senior for reporting this. SVN-Revision: 34175
* cns3xxx: merge gpio patchesLuka Perkov2012-11-122-206/+35
| | | | SVN-Revision: 34174
* cns3xxx: fix build failure after r34168Luka Perkov2012-11-121-0/+16
| | | | SVN-Revision: 34173
* MIPS: add a build fix for arch/mips/boot/compressed/decompress.cFlorian Fainelli2012-11-122-12/+71
| | | | | | | | 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
* reorder, rename and refresh patchesImre Kaloz2012-11-1222-36/+25
| | | | SVN-Revision: 34169
* split spi patch, follow mainline file namingImre Kaloz2012-11-122-469/+450
| | | | SVN-Revision: 34168
* split the i2c patch, merge the retry fixupImre Kaloz2012-11-123-462/+396
| | | | SVN-Revision: 34167
* move redboot boardconfig patch into target folderJohn Crispin2012-11-124-60/+0
| | | | SVN-Revision: 34166
* add support for the Tonze AP-422/425Imre Kaloz2012-11-115-2/+295
| | | | SVN-Revision: 34165
* refresh patchImre Kaloz2012-11-111-2/+0
| | | | SVN-Revision: 34164
* generate single images for tftp flashing as well as sysupgrade images for ↵Imre Kaloz2012-11-111-12/+33
| | | | | | boards with old u-boot SVN-Revision: 34163
* cns3xxx: convert dwc_otg patches to filesLuka Perkov2012-11-1120-22807/+22735
| | | | SVN-Revision: 34162
* cns3xxx: convert ethernet patches to filesLuka Perkov2012-11-1110-2090/+1400
| | | | SVN-Revision: 34161
* bcm63xx: switch to 3.6.6Jonas Gorski2012-11-111-1/+1
| | | | SVN-Revision: 34160
* move fixed mapping of internal devices into vmalloc regionImre Kaloz2012-11-111-0/+76
| | | | SVN-Revision: 34158
* advertise squashfs featureFlorian Fainelli2012-11-111-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34157
* add support for Linux 3.6Florian Fainelli2012-11-113-0/+171
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34156
* split kernel config between generic, au1500 and au1550Florian Fainelli2012-11-113-5/+9
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34155
* 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
* brcm47xx: remove ssb-gige packageHauke Mehrtens2012-11-114-16/+3
| | | | | | | CONFIG_SSB_DRIVER_GIGE is set in the target config of the brcm47xx target, so it will always be activated and the kmod-ssb-gige is not needed any more. The kmod-ssb-gige package is not generated in an build as it does not contain any files and the makes the image builder fail when generating a image integrating this package. SVN-Revision: 34150
* 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
* x86/generic: don't disable usbfs (#12452)Jo-Philipp Wich2012-11-101-1/+0
| | | | SVN-Revision: 34139
* bcm63xx: fix compilation with kmod-ohci enabled with 3.6Jonas Gorski2012-11-101-2/+3
| | | | | | | | | | | Fixes the following error: drivers/usb/host/ohci-bcm63xx.c: In function 'ohci_bcm63xx_start': drivers/usb/host/ohci-bcm63xx.c:33:3: error: implicit declaration of function 'err' [-Werror=implicit-function-declaration] Reported-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 34138
* bcm63xx: add two missing usb patches to 3.6Jonas Gorski2012-11-1010-12/+100
| | | | SVN-Revision: 34137
* bcm63xx: fix Ethernet DMA for 636x and 6328 for 3.6Jonas Gorski2012-11-101-15/+52
| | | | SVN-Revision: 34136
* cns3xxx: clean up pcie patchesImre Kaloz2012-11-094-118/+25
| | | | | | | | | Combine two pcie patches (2nd patch undid the 1st patch) together and refresh the other affected patches Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 34132
* add more profilesJohn Crispin2012-11-092-10/+25
| | | | SVN-Revision: 34131
* a few more dts files (WIP)John Crispin2012-11-094-24/+407
| | | | SVN-Revision: 34130
* add mtd split and atm patchJohn Crispin2012-11-094-1/+311
| | | | SVN-Revision: 34129
* x86: use $(strip) for the at_keyboard checkFelix Fietkau2012-11-091-1/+1
| | | | SVN-Revision: 34127