summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* do not use the wrapper scripts for exportable toolchains internally. on some ↵Felix Fietkau2009-11-192-0/+101
| | | | | | systems the wrapper scripts are broken, and their use should be opt-in SVN-Revision: 18454
* ar71xx: build images for ubnt bullet-m, rocket-m and nano-mFelix Fietkau2009-11-181-0/+43
| | | | SVN-Revision: 18451
* ar71xx: use a separate board id for rocket mFelix Fietkau2009-11-183-5/+10
| | | | SVN-Revision: 18450
* ar71xx: enable command-line mtd map parsingFelix Fietkau2009-11-183-0/+3
| | | | SVN-Revision: 18449
* ar71xx: add Ubiquiti Rocket M and Nanostation M supportMatteo Croce2009-11-183-33/+55
| | | | SVN-Revision: 18447
* fix grub image target dependencyImre Kaloz2009-11-181-1/+1
| | | | SVN-Revision: 18446
* atheros: add fstype to combined image file nameNicolas Thill2009-11-171-1/+1
| | | | SVN-Revision: 18443
* change x86 image generation handling to treat only olpc speciallyImre Kaloz2009-11-172-6/+5
| | | | SVN-Revision: 18441
* refresh 2.6.32 patches with -rc7Imre Kaloz2009-11-1712-19/+29
| | | | SVN-Revision: 18440
* replace our arm LZMA loader with the one that goes upstreamImre Kaloz2009-11-1715-1420/+1746
| | | | SVN-Revision: 18439
* ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the ↵Gabor Juhos2009-11-163-5/+96
| | | | | | WNDR3700 boards SVN-Revision: 18437
* ar71xx: register LEDs and buttons on the WNDR3700Gabor Juhos2009-11-162-1/+63
| | | | | | Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415) SVN-Revision: 18435
* ar71xx: use __init for ar{71,91}xx_usb_setupGabor Juhos2009-11-161-2/+2
| | | | SVN-Revision: 18434
* add migration code to automatically convert old to new switch config on ↵Jo-Philipp Wich2009-11-151-1/+35
| | | | | | first boot, this will be removed at some point in the future SVN-Revision: 18432
* change switch config to swconfig style format to remain consistent accross ↵Jo-Philipp Wich2009-11-151-4/+14
| | | | | | platforms SVN-Revision: 18425
* fix image create after the conversion to subtargetsFlorian Fainelli2009-11-151-1/+1
| | | | SVN-Revision: 18424
* Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The ↵Felix Fietkau2009-11-144-2/+63
| | | | | | | | toolchain will zipped and saved under $(TOPDIR)/bin directory. Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> SVN-Revision: 18419
* make fpu emulation support configurable through kernel_menuconfig by adding ↵Felix Fietkau2009-11-135-10/+10
| | | | | | a prompt for it SVN-Revision: 18414
* fix problem with 128MB ram.Hauke Mehrtens2009-11-134-0/+60
| | | | | | This patch is out of broadcoms official source code SVN-Revision: 18413
* ar71xx: add preliminary support for the Netgear WNDR3700Gabor Juhos2009-11-1310-0/+163
| | | | | | | Based on patches by Marco Porsch from: https://forum.openwrt.org/viewtopic.php?id=22311 SVN-Revision: 18411
* ar71xx: add profile for the TL-WR841ND v5 boardGabor Juhos2009-11-131-0/+11
| | | | SVN-Revision: 18409
* export __cpuc_flush_dcache_page for ARM targetsImre Kaloz2009-11-111-0/+33
| | | | SVN-Revision: 18375
* powerpc: use the in-kernel dtc compilerImre Kaloz2009-11-112-2/+2
| | | | SVN-Revision: 18374
* some more Kconfig symbol move..Imre Kaloz2009-11-1160-91/+24
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-1167-271/+60
| | | | SVN-Revision: 18370
* we don't support the 2.6.27 kernels for a long time nowImre Kaloz2009-11-1111-592/+0
| | | | SVN-Revision: 18369
* move CPUFREQ to generic configsImre Kaloz2009-11-1115-9/+6
| | | | SVN-Revision: 18368
* sort all target config filesImre Kaloz2009-11-1169-1351/+1351
| | | | SVN-Revision: 18367
* move CONFIG_CRASH_DUMP to the generic configsImre Kaloz2009-11-117-5/+2
| | | | SVN-Revision: 18366
* cleanup subtarget kernel configurations to contain only what is requiredFlorian Fainelli2009-11-104-1188/+0
| | | | SVN-Revision: 18359
* convert profiles to become subtargets, compile tested onlyFlorian Fainelli2009-11-1018-632/+1218
| | | | SVN-Revision: 18354
* add preliminary MPC83xx supportImre Kaloz2009-11-095-0/+2271
| | | | SVN-Revision: 18353
* backport a recent version of vsprintf to linux 2.6.28 to fix mac80211 wifi ↵Felix Fietkau2009-11-091-0/+888
| | | | | | interface detection SVN-Revision: 18352
* remove empty wl153 profile after r18349Florian Fainelli2009-11-081-0/+0
| | | | SVN-Revision: 18350
* also support pcmciaFlorian Fainelli2009-11-084-17/+22
| | | | SVN-Revision: 18349
* move headers to arch/x86/include/asm/, patch from sn9Florian Fainelli2009-11-085-19/+8
| | | | SVN-Revision: 18347
* make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9Florian Fainelli2009-11-082-4/+4
| | | | SVN-Revision: 18346
* Add some build fixes for kernel 2.6.21 and the infineon amazon target.Hauke Mehrtens2009-11-088-6/+224
| | | | | | | Now it compiles with the new toolchain. These are mostly backports from mainline linux and newer linux kernels from openwrt. SVN-Revision: 18345
* add again missing hunk in vmlinux.lds.SFlorian Fainelli2009-11-071-7/+24
| | | | SVN-Revision: 18337
* add missing hunk in the block2mtd patchFlorian Fainelli2009-11-071-15/+32
| | | | SVN-Revision: 18336
* merge upstream fixes on mdio loopFlorian Fainelli2009-11-071-0/+9
| | | | SVN-Revision: 18335
* refresh 2.6.31 patchesFlorian Fainelli2009-11-072-10/+8
| | | | SVN-Revision: 18334
* add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patchesFlorian Fainelli2009-11-073-5/+746
| | | | SVN-Revision: 18333
* the olpc config that was merged from the olpc port is a 2.6.30 configFlorian Fainelli2009-11-071-0/+0
| | | | SVN-Revision: 18332
* provide the correct flash mapping on non airlink devices, remove the ↵Florian Fainelli2009-11-063-23/+34
| | | | | | rootfs_type hacks, patch from sn9 SVN-Revision: 18327
* add the prereq-check on lzmaFlorian Fainelli2009-11-061-0/+4
| | | | SVN-Revision: 18326
* use host-side lzma decompression tool, lzma-4.32 from openwrt produces ↵Florian Fainelli2009-11-063-4/+11
| | | | | | non-working bzImages, switch to 2.6.30, strip down kernel configuration SVN-Revision: 18325
* strip down even more the kernel configurationFlorian Fainelli2009-11-051-3/+7
| | | | SVN-Revision: 18324
* remove the old alix led junk which was replaced by upstream codeFelix Fietkau2009-11-059-914/+4
| | | | SVN-Revision: 18320
* remove some other useless configuration itemsFlorian Fainelli2009-11-051-3/+2
| | | | SVN-Revision: 18314