aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* export STAGING_DIRFelix Fietkau2007-10-061-0/+1
| | | | SVN-Revision: 9160
* add clientid to udhcpc thanks pjamaTravis Kemen2007-10-061-1/+2
| | | | SVN-Revision: 9159
* add option for cleaning all ipkg info before the image buildFelix Fietkau2007-10-052-3/+12
| | | | SVN-Revision: 9151
* allow targets to select/deselect config symbolsFelix Fietkau2007-10-052-1/+19
| | | | SVN-Revision: 9150
* fix segfault with insmod on 2.4Felix Fietkau2007-10-051-20/+27
| | | | SVN-Revision: 9146
* add minimal uci supportEugene Konev2007-10-052-0/+200
| | | | SVN-Revision: 9145
* add rough vlynq supportEugene Konev2007-10-052-20/+556
| | | | SVN-Revision: 9144
* cleanup vlynq. drop vlynq-pciEugene Konev2007-10-0513-601/+264
| | | | SVN-Revision: 9143
* Edimax BR-6104K/KP specific fixes * add profile for Edimax BR-6104KP which ↵Gabor Juhos2007-10-054-7/+26
| | | | | | contains the experimental USB driver by default * generate CSYS style images which are uploadable via ADMBoot/TFTPBoot (saves 64KB of space) * update kernel configuration SVN-Revision: 9141
* RDC is not broken with trunkFlorian Fainelli2007-10-051-1/+1
| | | | SVN-Revision: 9140
* fix rtsp patchEugene Konev2007-10-051-29/+27
| | | | SVN-Revision: 9139
* Led is not active low by default, register the watchdogFlorian Fainelli2007-10-052-3/+3
| | | | SVN-Revision: 9138
* fix compile error with 2.4Felix Fietkau2007-10-051-13/+14
| | | | SVN-Revision: 9137
* Clean up the prom code / board detection (thanks Gabor), fix some warningsFlorian Fainelli2007-10-055-26/+48
| | | | SVN-Revision: 9136
* Finally fix the rb500 boot (#2436)Florian Fainelli2007-10-052-14/+14
| | | | SVN-Revision: 9133
* remove dashes from profile namesGabor Juhos2007-10-054-63/+63
| | | | SVN-Revision: 9132
* add upstream fixes for 1.7.2Felix Fietkau2007-10-052-0/+66
| | | | SVN-Revision: 9131
* Upgrade busybox to 1.7.2 - clean up insmod crap - add some ↵Felix Fietkau2007-10-0548-1303/+1965
| | | | | | lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches SVN-Revision: 9130
* added subtargets to x86John Crispin2007-10-047-0/+448
| | | | SVN-Revision: 9128
* fix quilt patch checkFelix Fietkau2007-10-041-1/+1
| | | | SVN-Revision: 9121
* separate series file fixup from quilt check to avoid series file breakages ↵Felix Fietkau2007-10-041-2/+6
| | | | | | after fixing a broken patch stack with quilt SVN-Revision: 9120
* Fix sangam DSL build with 2.6.23 kernelMatteo Croce2007-10-041-61/+80
| | | | SVN-Revision: 9119
* NAND driver cleanups, thanks to Alexandros C. Couloumbis for testing * use ↵Gabor Juhos2007-10-047-38/+292
| | | | | | generic NAND driver from now * add experimental support for RouterBOARD 150 NAND device SVN-Revision: 9118
* add ar7 2.6.23 patches and configEugene Konev2007-10-048-0/+577
| | | | SVN-Revision: 9115
* add generic 2.6.23 patches and configEugene Konev2007-10-0442-0/+47641
| | | | SVN-Revision: 9114
* fix target profiles, (closes: 2440)Gabor Juhos2007-10-031-4/+16
| | | | SVN-Revision: 9113
* upgrade acx and acx-mac80211, removed two patches now unneededMatteo Croce2007-10-036-294/+7
| | | | SVN-Revision: 9112
* fix busybox configuration submenuNicolas Thill2007-10-031-1/+1
| | | | SVN-Revision: 9103
* move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" optionsNicolas Thill2007-10-031-7/+7
| | | | SVN-Revision: 9102
* fix quilt integrationTim Yardley2007-10-021-1/+1
| | | | SVN-Revision: 9100
* fix target profilesFelix Fietkau2007-10-021-1/+1
| | | | SVN-Revision: 9099
* more cpmac cleanups (#2452): * don't use net_device::mem* * use ↵Eugene Konev2007-10-021-88/+73
| | | | | | net_device::stats * use per-device rx ring size configurable through ethtool * use more ethernet generics (get_stats, set_mac_address, change_mtu) SVN-Revision: 9098
* Use PCI for rdcFlorian Fainelli2007-10-021-1/+1
| | | | SVN-Revision: 9097
* RDC vendor id is unknownFlorian Fainelli2007-10-021-1/+1
| | | | SVN-Revision: 9096
* Build all firmware until we put back profilesFlorian Fainelli2007-10-021-1/+2
| | | | SVN-Revision: 9095
* Rewrite platform code to be smarterFlorian Fainelli2007-10-021-16/+33
| | | | SVN-Revision: 9094
* Add support for the network packet generatorFlorian Fainelli2007-10-021-0/+16
| | | | SVN-Revision: 9091
* make image names shortenGabor Juhos2007-10-022-7/+8
| | | | SVN-Revision: 9089
* fix gdb installationFelix Fietkau2007-10-011-2/+2
| | | | SVN-Revision: 9088
* add usb controller definitionEugene Konev2007-10-012-0/+34
| | | | SVN-Revision: 9087
* revert to vlynq bus clock divisor guessingNicolas Thill2007-10-011-1/+1
| | | | SVN-Revision: 9086
* prepare trxsplit to support sysupgradeGabor Juhos2007-10-015-48/+95
| | | | SVN-Revision: 9085
* split eeprom_93cx6 patch to make quilt happyGabor Juhos2007-10-012-116/+116
| | | | SVN-Revision: 9084
* fix path to the snapshot packages (snapshot build/upload needs to be fixed ↵Felix Fietkau2007-09-301-1/+1
| | | | | | as well) SVN-Revision: 9083
* don't enable rts/cts by default (thanks nabcore, #2400)Eugene Konev2007-09-301-4/+6
| | | | SVN-Revision: 9078
* Added patch from ↵Rod Whitby2007-09-301-0/+19
| | | | | | http://www.opensubscriber.com/message/jgarzik@pobox.com/7495139.html SVN-Revision: 9077
* Use the gpio-led driver, but do not enable it until we move to 2.6.23Florian Fainelli2007-09-291-0/+58
| | | | SVN-Revision: 9076
* Fix agmode selection (#2438)Florian Fainelli2007-09-291-1/+1
| | | | SVN-Revision: 9075
* Fix board_type allocation (again)Florian Fainelli2007-09-291-1/+1
| | | | SVN-Revision: 9074
* Fix board type allocationFlorian Fainelli2007-09-291-0/+1
| | | | SVN-Revision: 9071