summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* omap24xx: Don't automatically mount maemo fsmb2011-01-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm8668] fix firstboot with new MTD map driverflorian2011-01-273-88/+313
| | | | | | | | | | | | | | my-mkimage previously did not include the fs_mark of deadc0de because upon formatting of jffs2 partition, U-Boot's CRC validation would not allow the image to boot. This new MTD map will shrink the kernel+rootfs+fs_mark image and recalculate the CRC, so that only the kernel is part of the image validation. This also improves boot time, since less is copied from FLASH->RAM. This is mostly from brcm47xx, just with u-boot image vs TRX partitions. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm8668] clean up mach-adm8668 includesflorian2011-01-277-494/+58
| | | | | | | | | This patch cleans up the include directory, as they were from vendors 2.4 GPL source. Now only what's used is there. Signed-off-by: Scott Nicholas <scott.nicholas@scottn.us> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] add default network/leds config (#6759)florian2011-01-272-0/+64
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25171 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] zyxel: use acx-mac80211 driver by defaultflorian2011-01-271-2/+2
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix p-334wt buildflorian2011-01-271-1/+1
| | | | | | Signed-off-by: Alexey Torkhov <atorkhov@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Support ext4 as rootfsmb2011-01-271-65/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] move Netus G20 into a subtarget and rework toplevel config and makefilejow2011-01-274-6/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] prepare TQMa9263 subtargetjow2011-01-272-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] add TQMa9263 board setupjow2011-01-271-0/+229
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] prepare TQ-Components TQMa9263 kernel supportjow2011-01-272-0/+109
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Fix serial console for .37mb2011-01-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25161 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Update to .37mb2011-01-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/mips]: we don't support gcc 4.1.xkaloz2011-01-278-88/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Refresh 2.6.37 patchesmb2011-01-275-81/+83
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/leon]: fix LD namekaloz2011-01-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/leon]: add preliminary LEON supportkaloz2011-01-2729-0/+2217
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] give some credits to Tanguy Bouzeloc in the spi driverflorian2011-01-271-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: register watchdog device on the rt288x boardsjuhosg2011-01-262-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add watchdog device for RT288xjuhosg2011-01-263-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: register watchdog device on the rt305x boardsjuhosg2011-01-267-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add watchdog device for RT305xjuhosg2011-01-263-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: add watchdog driverjuhosg2011-01-264-0/+383
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: implement clock API for RT288xjuhosg2011-01-267-45/+152
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: implement clock API for RT305Xjuhosg2011-01-267-41/+148
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: remove extern and __init from function prototypesjuhosg2011-01-267-31/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add rtl8366s initvals for the DIR-825 boardjuhosg2011-01-261-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: rtl8366s: allow initial register values to be passed via platform_datajuhosg2011-01-262-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create firmware image for the WNDR3700v2 boardjuhosg2011-01-261-0/+2
| | | | | | Patch-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the WNDR3700v2 boardjuhosg2011-01-267-10/+158
| | | | | | Based on a patch by Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Add kernel patch to expose omap3 die id via sysfshcg2011-01-261-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/soekris: Add defconfig for soekris net4801 and net4826nbd2011-01-264-0/+52
| | | | | | | | | Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/soekris: Add script to detect soekris modelnbd2011-01-261-0/+19
| | | | | | | | Add script to detect soekris board of net4801 and net4826. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: remove en25pxx support patch, it is in mainline since 2.6.36juhosg2011-01-255-45/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/orion]: drop 2.6.32 support (next target is 2.6.38)kaloz2011-01-256-192/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: when bridging, do not forward EAP frames to other ports, only ↵nbd2011-01-257-0/+105
| | | | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/orion]: add missing symbol for 2.6.38kaloz2011-01-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/orion]: upgrade to 2.6.37kaloz2011-01-243-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/2.6.38]: refresh patcheskaloz2011-01-242-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/2.6.38]: replace the mips_boot patch with one that makes ↵kaloz2011-01-243-11/+40
| | | | | | BOOT_RAW selectable, and enable it in the generic config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this missing header patch is way too old for any sane software to depend on itkaloz2011-01-241-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove mips gcc4 inline patch - fixed upstreamkaloz2011-01-241-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* platform specific patches don't belong here - take #2kaloz2011-01-2440-1013/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* platform specific patches don't belong herekaloz2011-01-246-267/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic]: refresh 2.6.38 patches with -rc2kaloz2011-01-248-18/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-01-235-113/+203
| | | | | | | | | | * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names have the same style * move code around git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] adds machtype for ARV7518PWblogic2011-01-232-2/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] remove deadcode from [25072]blogic2011-01-231-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] blogic2011-01-239-145/+258
| | | | | | | | | | | | | * fix pci support for more than 1 device * fixes ioport mappings * adds support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [geos]blogic2011-01-221-1/+1
| | | | | | | | | | * Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow got reordered. The unconditional default trumps later settings. contributed by Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25068 3c298f89-4303-0410-b956-a3cf2f4a3e73