summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix ar7 image installation (patch by sw, fixes #2197)Felix Fietkau2007-08-101-1/+1
| | | | SVN-Revision: 8393
* USB driver fixes * fix allocation of the ED/TD descriptors * remove some ↵Gabor Juhos2007-08-101-10/+8
| | | | | | unused fields from admhcd struct SVN-Revision: 8391
* Revert the command line appending, was causing some devices not to bootFlorian Fainelli2007-08-101-1/+2
| | | | SVN-Revision: 8390
* ixp4xx-2.6/nslu2: Added support for building 16MB imagesRod Whitby2007-08-101-0/+5
| | | | SVN-Revision: 8388
* slugimage: Added support for 16MiB flash chipsRod Whitby2007-08-101-3/+16
| | | | SVN-Revision: 8387
* minor usb driver cleanupGabor Juhos2007-08-101-137/+138
| | | | SVN-Revision: 8385
* Fix gdb installation, thanks to Alfred HeggestadFlorian Fainelli2007-08-091-1/+1
| | | | SVN-Revision: 8383
* Fix the bcm96358 PRIDFlorian Fainelli2007-08-081-1/+1
| | | | SVN-Revision: 8381
* Use the dmz led as diagnostic ledFlorian Fainelli2007-08-083-8/+22
| | | | SVN-Revision: 8380
* rdc can be built with gcc4 as well, my mistakeFlorian Fainelli2007-08-081-1/+1
| | | | SVN-Revision: 8379
* More rdc fixes, thanks to Daniel GimpelevichFlorian Fainelli2007-08-085-9/+48
| | | | SVN-Revision: 8378
* LED driver fixes * add LED definitions for the BR-6104K boards from #2153 * ↵Gabor Juhos2007-08-071-56/+82
| | | | | | sort board definitions alphabetically SVN-Revision: 8377
* add support for special LED brightness valuesGabor Juhos2007-08-071-1/+4
| | | | SVN-Revision: 8376
* These patches moved to generic-2.6Florian Fainelli2007-08-072-11964/+0
| | | | SVN-Revision: 8375
* Remove the eeprom patches, but move the git-newsetup to generic, so that the ↵Florian Fainelli2007-08-075-440/+11964
| | | | | | x86 target can benefit from them SVN-Revision: 8374
* fix kernel-headers download (#2179)Felix Fietkau2007-08-071-7/+10
| | | | SVN-Revision: 8373
* Also add eeprom 93cx6 to generic-2.6Florian Fainelli2007-08-073-0/+440
| | | | SVN-Revision: 8372
* Update rdc-2.6 description and fix the firmware for sitecom devicesFlorian Fainelli2007-08-071-3/+4
| | | | SVN-Revision: 8371
* Remove empty fileFlorian Fainelli2007-08-071-0/+0
| | | | SVN-Revision: 8370
* Fix the mac80211 installation, remove the in-kernel mac80211 package, thanks ↵Florian Fainelli2007-08-072-13/+9
| | | | | | to Daniel Gimpelevich SVN-Revision: 8369
* Upgrade hostapd to 0.5.8, thanks to Daniel GimpelevichFlorian Fainelli2007-08-073-6/+23
| | | | SVN-Revision: 8368
* Upgrade rt2x00 to a more recent snapshot, master mode now working, thanks to ↵Florian Fainelli2007-08-0729-852/+2069
| | | | | | Daniel Gimpelevich SVN-Revision: 8367
* Fix the gpio handling and flash resource declaration, thanks to Daniel ↵Florian Fainelli2007-08-076-20/+19
| | | | | | Gimpelevich SVN-Revision: 8366
* Enable kexec for x86 as well (#2141)Florian Fainelli2007-08-071-0/+1
| | | | SVN-Revision: 8365
* Revert 8353, can cause more bad than goodFlorian Fainelli2007-08-071-1/+1
| | | | SVN-Revision: 8364
* update svn and git ignore settingsFelix Fietkau2007-08-071-1/+1
| | | | SVN-Revision: 8363
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-0745-345/+316
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* Prevent the ioctl from handling even unsupported ioctlsFlorian Fainelli2007-08-061-2/+2
| | | | SVN-Revision: 8360
* Allow rdc-2.6 to kexecFlorian Fainelli2007-08-062-2/+3
| | | | SVN-Revision: 8359
* More led driver fixesFlorian Fainelli2007-08-061-2/+2
| | | | SVN-Revision: 8358
* Remove the LED code from the network driverFlorian Fainelli2007-08-061-22/+0
| | | | SVN-Revision: 8357
* Still broken for nowFlorian Fainelli2007-08-061-1/+1
| | | | SVN-Revision: 8356
* More rdc-2.6 fixes by Daniel Gimpelevich, thanks !Florian Fainelli2007-08-0611-34/+144
| | | | SVN-Revision: 8355
* Put back some code from the 2.4 driver, supposed to boot network perfsFlorian Fainelli2007-08-061-12/+23
| | | | SVN-Revision: 8354
* Disable NAPI by default (#1671)Florian Fainelli2007-08-061-1/+1
| | | | SVN-Revision: 8353
* remove case sensitivity from the board name checkingGabor Juhos2007-08-063-3/+3
| | | | SVN-Revision: 8352
* add special values for GPIO lines in switchGabor Juhos2007-08-062-22/+38
| | | | SVN-Revision: 8351
* Fix the option dns usages (#2174)Florian Fainelli2007-08-061-0/+2
| | | | SVN-Revision: 8350
* Add generic gpio support to rdc, convert the led driver to be a platform ↵Florian Fainelli2007-08-068-845/+261
| | | | | | driver, need to convert the flash driver as well SVN-Revision: 8348
* added improved watchdog driver for amazonJohn Crispin2007-08-053-261/+256
| | | | SVN-Revision: 8346
* rdc-2.6 must be built with gcc-3.4.6, if not it will not boot at allFlorian Fainelli2007-08-051-1/+1
| | | | SVN-Revision: 8345
* cleaned up amazon serial and prom codeJohn Crispin2007-08-053-236/+183
| | | | SVN-Revision: 8344
* fix a race condition with dynamic interfaces and firewallingFelix Fietkau2007-08-042-3/+1
| | | | SVN-Revision: 8343
* document config_foreach, close #2162Felix Fietkau2007-08-041-0/+19
| | | | SVN-Revision: 8342
* fix a few overfull hboxes, remove some redundant stuffFelix Fietkau2007-08-043-20/+12
| | | | SVN-Revision: 8341
* wifi docs: fix a few typos and inconsistencies, add examplesFelix Fietkau2007-08-041-14/+68
| | | | SVN-Revision: 8340
* add a missing variable assignmentFelix Fietkau2007-08-041-0/+1
| | | | SVN-Revision: 8339
* tab/whitespace fixFelix Fietkau2007-08-041-5/+5
| | | | SVN-Revision: 8338
* Allow installing gcj/gnu classpath,for those interestedFlorian Fainelli2007-08-041-1/+6
| | | | SVN-Revision: 8337
* Fix the typoFlorian Fainelli2007-08-041-1/+1
| | | | SVN-Revision: 8336