summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* get rid of per-profile base-filesGabor Juhos2007-09-2933-11/+6
| | | | SVN-Revision: 9069
* fix kernel config item for 3c95x/vortex network cards (closes: #2441)Nicolas Thill2007-09-291-1/+1
| | | | SVN-Revision: 9068
* disable acx & acx-mac80211 on atheros, renable check for CONFIG_MAC80211 in ↵Nicolas Thill2007-09-292-3/+5
| | | | | | KCONFIG in acx-mac80211 so that it does not get built on pre 2.6.22 SVN-Revision: 9065
* apply latex style patch posted on openwrt-devel@listsFelix Fietkau2007-09-292-7/+11
| | | | SVN-Revision: 9064
* fixes for refresh/update handlingFelix Fietkau2007-09-294-32/+45
| | | | SVN-Revision: 9063
* move a stampfile to make it easier to override the patch templateFelix Fietkau2007-09-294-2/+3
| | | | SVN-Revision: 9062
* refactor quilt patching codeFelix Fietkau2007-09-291-48/+46
| | | | SVN-Revision: 9061
* add a packaging method that installs files into a subdirectory of bin/ ↵Felix Fietkau2007-09-295-1/+42
| | | | | | instead of an ipkg SVN-Revision: 9060
* proper series file support for regular packagesFelix Fietkau2007-09-291-1/+6
| | | | SVN-Revision: 9059
* use $(TAR) instead of tarFelix Fietkau2007-09-291-2/+2
| | | | SVN-Revision: 9058
* Refactor downloading code into download.mk Support multiple file downloads ↵Felix Fietkau2007-09-297-34/+130
| | | | | | Support svn downloads SVN-Revision: 9057
* add missing file from [9055]Gabor Juhos2007-09-281-0/+294
| | | | SVN-Revision: 9056
* make morse LED trigger available for all platformsGabor Juhos2007-09-286-296/+2
| | | | SVN-Revision: 9055
* morse LED trigger cleanupsGabor Juhos2007-09-281-20/+30
| | | | SVN-Revision: 9054
* add morse LED trigger, will be used for diagnostic, update kernel configGabor Juhos2007-09-284-8/+310
| | | | SVN-Revision: 9053
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-2816-123/+123
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* some minor fixes, cleanups, package build abstractionFelix Fietkau2007-09-285-9/+23
| | | | SVN-Revision: 9051
* remove duplicate include statementFelix Fietkau2007-09-281-1/+0
| | | | SVN-Revision: 9050
* Use the generic NAND driverFlorian Fainelli2007-09-272-75/+134
| | | | SVN-Revision: 9049
* add initial diagnostic supportGabor Juhos2007-09-272-0/+98
| | | | SVN-Revision: 9048