summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add support for the D-Link DWL-3150Florian Fainelli2007-08-041-1/+15
| | | | SVN-Revision: 8335
* removed volatile register derefs from amazon setup codeJohn Crispin2007-08-042-65/+23
| | | | SVN-Revision: 8334
* rewrite of the amazon irq codeJohn Crispin2007-08-042-219/+106
| | | | SVN-Revision: 8333
* fix reset function in USB driverGabor Juhos2007-08-031-7/+11
| | | | SVN-Revision: 8332
* USB driver fixes * fix compiler warning in adm5120-hcd.c * allocate ↵Gabor Juhos2007-08-032-11/+11
| | | | | | mem_resource with the correct size * fix driver name in the platform device structure SVN-Revision: 8331
* Add some more documentationFlorian Fainelli2007-08-033-0/+65
| | | | SVN-Revision: 8330
* Fix the jffs2 images with rdc devices (thanks to Daniel Gimpelevich)Florian Fainelli2007-08-031-0/+1
| | | | SVN-Revision: 8329
* Make jffs2 images work with rdc, add a sitecom wl-153 profile and kernel ↵Florian Fainelli2007-08-037-24/+81
| | | | | | config, fix rt61 installation (thanks to Daniel Gimpelevich) SVN-Revision: 8328
* add a fix for skb_put_over in beacon handling codeFelix Fietkau2007-08-031-0/+42
| | | | SVN-Revision: 8325
* fix image installationFelix Fietkau2007-08-032-4/+7
| | | | SVN-Revision: 8324
* fix kmod packages that don't use KCONFIGFelix Fietkau2007-08-021-1/+1
| | | | SVN-Revision: 8323
* Some adm5120-hcd cleanupsFlorian Fainelli2007-08-021-59/+103
| | | | SVN-Revision: 8320
* add firmware generation tool for ZyXEL boardsGabor Juhos2007-08-023-0/+1212
| | | | SVN-Revision: 8318
* Add a zyxel prestige profile for the adm5120eb target, build the hcd driver ↵Florian Fainelli2007-08-024-2/+29
| | | | | | as a module SVN-Revision: 8317
* fix kmod packaging for packages where some KCONFIG symbols are set to yFelix Fietkau2007-08-021-1/+1
| | | | SVN-Revision: 8316
* madwifi: bgscan is a bit broken. disable by defaultFelix Fietkau2007-08-021-1/+1
| | | | SVN-Revision: 8315
* add definitions for RouterBOARD 150, no NAND driver yetGabor Juhos2007-08-021-3/+19
| | | | SVN-Revision: 8314
* madwifi: bump release versionFelix Fietkau2007-08-011-1/+1
| | | | SVN-Revision: 8311
* madwifi: remove stuck beacon workaround (does not work properly). add a ↵Felix Fietkau2007-08-012-102/+83
| | | | | | workaround for MIB interrupt flooding SVN-Revision: 8310
* add support for board specific vlan matrix, should fix #2132Gabor Juhos2007-08-0112-53/+123
| | | | SVN-Revision: 8309
* add missing kconfig symbolFelix Fietkau2007-08-011-1/+1
| | | | SVN-Revision: 8308
* Use the end variable instead of limit (#2142)Florian Fainelli2007-08-011-1/+1
| | | | SVN-Revision: 8307
* ax25 need to compile mkissFlorian Fainelli2007-08-011-1/+1
| | | | SVN-Revision: 8306
* Remove buggy i2c-gpio driverFlorian Fainelli2007-08-011-12/+0
| | | | SVN-Revision: 8305
* Add CONFIG_HID to not set by defaultFlorian Fainelli2007-08-011-0/+1
| | | | SVN-Revision: 8304
* fix ar7 dsl driver panic (closes: #2140, thanks to Matteo Croce)Nicolas Thill2007-08-011-30/+28
| | | | SVN-Revision: 8303