aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove +1 as it isn't needed since 16619Travis Kemen2010-03-181-1/+1
| | | | SVN-Revision: 20259
* include wpad-mini and mac80211_hwsim by defaultFlorian Fainelli2010-03-171-0/+2
| | | | SVN-Revision: 20256
* add missing configuration symbolsFlorian Fainelli2010-03-173-0/+3
| | | | SVN-Revision: 20255
* sdk: fix up paths for $(ARCH_SUFFIX)Felix Fietkau2010-03-171-1/+1
| | | | SVN-Revision: 20254
* refresh patchesLars-Peter Clausen2010-03-174-20/+27
| | | | SVN-Revision: 20253
* The lcm driver currently does not use any of the backlight api, so remove ↵Lars-Peter Clausen2010-03-162-2/+1
| | | | | | CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871 SVN-Revision: 20248
* ar71xx: fix semantics error in the __ar71xx_gpio_get_value function.Gabor Juhos2010-03-161-1/+1
| | | | | | * Thanks to Pascal Dornier SVN-Revision: 20247
* ifxmips - adds cf0001 swizzel patch, by/signed off Veli-Matti Valtonen (maligor)John Crispin2010-03-162-0/+25
| | | | SVN-Revision: 20246
* adm5120: use 2.6.32.10 kernelAlexandros C. Couloumbis2010-03-161-1/+1
| | | | SVN-Revision: 20245
* revert last commitAlexandros C. Couloumbis2010-03-161-1/+1
| | | | SVN-Revision: 20244
* adm5120: use 2.6.33.1 kernelAlexandros C. Couloumbis2010-03-161-1/+1
| | | | SVN-Revision: 20243
* ar71xx: optimize GPIO codeGabor Juhos2010-03-161-21/+24
| | | | SVN-Revision: 20242
* new kernel checksums: 2.6.32.10 2.6.33.1Markus Wigge2010-03-161-0/+6
| | | | SVN-Revision: 20241
* fix yenta_socket driverMarkus Wigge2010-03-162-0/+96
| | | | | | | Disable some calls the WRT54G3G implementation does not like and enable interrupts to allow hotplugging. SVN-Revision: 20240
* fix PCI resouce allocation for SSB PCI host bridgeMarkus Wigge2010-03-162-0/+106
| | | | | | | | | | | | | | | | | | | | The defined offset is wrong and the fixup-code overrides it later on so that it never gets used for most PCI devices. Unfortunately the yenta-socket allocates its own resources and crashes because of the wrong mem_offset. It seems that the offset and fixup code came from 2.4 where resource allocation was handled differently. This patch removes the unneeded parts and thus enables the yenta_socket on the WRT54G3G platform. It was tested on Asus WL500G-Premium (v1 and v2), Linksys WRT54G3G, Netgear WGT634U Signed-off-by: Michael Buesch <mb@bu3sch.de> SVN-Revision: 20239
* rb532: don't use bridge by defaultAlexandros C. Couloumbis2010-03-161-1/+0
| | | | SVN-Revision: 20238
* rb532: sync patches. Use 2.6.33.1 kernelAlexandros C. Couloumbis2010-03-168-1/+799
| | | | SVN-Revision: 20237
* generic-2.6: sync patches to 2.6.33.1Alexandros C. Couloumbis2010-03-162-11/+11
| | | | SVN-Revision: 20236
* actually fix linux-atmTravis Kemen2010-03-152-4/+221
| | | | SVN-Revision: 20233
* base-files: reload switch settings on /etc/init.d/network start as wellFelix Fietkau2010-03-151-5/+4
| | | | SVN-Revision: 20232
* ar71xx: fix defconfig script to work with ImageBuilderGabor Juhos2010-03-151-2/+2
| | | | | | * patch from #5722 SVN-Revision: 20231
* ar71xx: create separated and smaller sysupgrade files for the DIR-615 and ↵Gabor Juhos2010-03-151-2/+10
| | | | | | similar boards SVN-Revision: 20230
* ar71xx: build firmware image for the Fry's FR-54RTR boardGabor Juhos2010-03-151-0/+5
| | | | SVN-Revision: 20229
* ar71xx: don't break the existing network configuration in the wget2nand scriptGabor Juhos2010-03-151-4/+0
| | | | SVN-Revision: 20228
* ar71xx: change DIR-600-A1 image generation template, will be usable for ↵Gabor Juhos2010-03-151-22/+22
| | | | | | other boards SVN-Revision: 20227
* orion: drop DECLARE_MAC_BUF usage from the DT2 support fileGabor Juhos2010-03-151-5/+4
| | | | | | | * fixes build error on 2.6.33 * closes #6863 SVN-Revision: 20226
* fixup linux-atm package after the broken patch earlierTravis Kemen2010-03-152-223/+8
| | | | SVN-Revision: 20225
* hostap-driver: Fix package installationVasilis Tsiligiannis2010-03-151-1/+0
| | | | SVN-Revision: 20224
* Updated post r19769, integrates the missing dl_method bzr hunk from #6370, ↵Travis Kemen2010-03-141-12/+16
| | | | | | uses the export subcommand for the vcs' that provide a usable version (hg archive doesn't work remotely, git archive isn't enabled on github), from #6700 SVN-Revision: 20222
* /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) ↵Travis Kemen2010-03-142-9/+71
| | | | | | | | where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem). /etc/init.d/ppp automatically starts pptp session on boot., from #6720 SVN-Revision: 20221
* if readethers is set to true make sure /etc/ethers exists, closes #6740Travis Kemen2010-03-141-0/+3
| | | | SVN-Revision: 20220
* this patch allow to set -g option 1. -g allow to make a more secure ssh ↵Travis Kemen2010-03-141-3/+8
| | | | | | | | | server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess). Matthieu from #6736 SVN-Revision: 20219
* fix error output of brctl if bridging is not supported.Felix Fietkau2010-03-141-1/+1
| | | | | | | | | | | | The following error is displayed during network configuration on any device that has DEVICE_TYPE set to something else then router, or has brctl functionality disabled through some other method: "brctl: SIOCGIFBR: Package not installed" This is due to the unbridge function being called, which uses "brctl show" to determine if the interface is bridged. Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> SVN-Revision: 20218
* config-2.6.32: Add mising symbolLars-Peter Clausen2010-03-141-0/+1
| | | | SVN-Revision: 20217
* linux-atm: Update to stable version 2.5.1 from upstream projectTravis Kemen2010-03-149-88889/+364
| | | | | | | | | | | | | | | | | This commit integrates the upstream version of the linux-atm tools version 2.5.1. It simplify the patchset but keeps the debian-patches, prevent the usage of libflex on the target, and let the package compiles every tools. The Makefile only installs atmarp & atmarpd, but some useful debug programs are also included (like aread/awrite, atmdump,...) in the makefile, but commented by default. Signed-off-by: Obinou <obconseil@gmail.com> SVN-Revision: 20216
* add an arch suffix for handling different variants of arm/mips for the ↵Felix Fietkau2010-03-141-4/+21
| | | | | | toolchain/target directories SVN-Revision: 20215
* fix missing nls support for 2.6.33Travis Kemen2010-03-141-1/+1
| | | | SVN-Revision: 20214
* atheros: fix FIS directory parsing on Top Boot flash chipsGabor Juhos2010-03-144-0/+288
| | | | SVN-Revision: 20213
* jzcodec: Fix supported formats.Lars-Peter Clausen2010-03-141-2/+5
| | | | SVN-Revision: 20210
* also fix invalid hunks in 2.6.33 patchFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20209
* add 2.6.34 supportFlorian Fainelli2010-03-145-0/+97
| | | | SVN-Revision: 20208
* fix invalid hunks in 060-block2mtd_init.patch fileFlorian Fainelli2010-03-141-8/+0
| | | | SVN-Revision: 20207
* export rescan_partitions to prevent linking failures in block2mtd (#6741)Florian Fainelli2010-03-143-0/+46
| | | | SVN-Revision: 20205
* refresh 2.6.32 patches, fix livebox support (#6821)Florian Fainelli2010-03-1421-257/+114
| | | | SVN-Revision: 20204
* fix kernel-headers build for umlFlorian Fainelli2010-03-141-1/+1
| | | | SVN-Revision: 20203
* atheros: sync kernel configsGabor Juhos2010-03-144-30/+26
| | | | SVN-Revision: 20202
* atheros: add early-printk supportGabor Juhos2010-03-1412-20/+292
| | | | SVN-Revision: 20201
* remove empty patch fileTravis Kemen2010-03-141-0/+0
| | | | SVN-Revision: 20200
* kernel: refresh lzo patch for 2.6.33Gabor Juhos2010-03-141-5/+3
| | | | SVN-Revision: 20199
* atheros: refresh 2.6.33 patchesGabor Juhos2010-03-141-87/+45
| | | | SVN-Revision: 20198