summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bring in floorf so that postgres server will compile by default, package to ↵Tim Yardley2006-10-261-1/+1
| | | | | | come later for server SVN-Revision: 5304
* add a configuration option to enable full c99 math in libm. this is needed ↵Tim Yardley2006-10-262-1/+11
| | | | | | for functions like floorf (which happens to be used in postgresql server as an example) SVN-Revision: 5302
* add protection against running cf2nand from yaffs2Felix Fietkau2006-10-261-0/+5
| | | | SVN-Revision: 5301
* add cf2nand script for copying a cf card installation to nand flash ↵Felix Fietkau2006-10-261-0/+61
| | | | | | automatically on rb532 SVN-Revision: 5300
* add lookup function for mtd partsFelix Fietkau2006-10-261-0/+7
| | | | SVN-Revision: 5299
* use lock to remove race conditions in bringing up ppp and dhcp that would ↵Felix Fietkau2006-10-263-5/+26
| | | | | | lead to multiple active processes SVN-Revision: 5298
* reduce the possibility of race conditions when using the lock utilityFelix Fietkau2006-10-261-4/+6
| | | | SVN-Revision: 5297
* Add NAND flash/YAFFS2 patches for RB532 by David Goodenough Read the kernel ↵Felix Fietkau2006-10-267-93/+11649
| | | | | | command line from an otherwise unused area of the kernel image (will be used for changing the command line on the fly when copying the system from CF to NAND) SVN-Revision: 5296
* fix dropbear init scriptFelix Fietkau2006-10-261-1/+1
| | | | SVN-Revision: 5295
* some minor cleanupTim Yardley2006-10-252-13/+13
| | | | SVN-Revision: 5294
* fix partition issue with x86, leveraging the default size on the second ↵Tim Yardley2006-10-251-6/+6
| | | | | | partition (all of the remaining drive) in order to get around size differences SVN-Revision: 5293
* ignore mtd erase errors (will probably be required for nand flash)Felix Fietkau2006-10-251-5/+2
| | | | SVN-Revision: 5292
* use gcc 4.1.1 for rb532 by defaultFelix Fietkau2006-10-251-1/+1
| | | | SVN-Revision: 5291
* make network scripts more robust, prevent multiple instances of pppd and ↵Felix Fietkau2006-10-244-21/+27
| | | | | | udhcpc for the same interface SVN-Revision: 5290
* code to bring in the following for x86: X86_GRUB_ROOTPART: configureable ↵Tim Yardley2006-10-242-1/+14
| | | | | | root partition for kernel options X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line SVN-Revision: 5289
* fix irq issue (ap70 eth1)Mike Baker2006-10-241-1/+4
| | | | SVN-Revision: 5288
* add netconfig fix for wl-500g premiumFelix Fietkau2006-10-242-4/+14
| | | | SVN-Revision: 5287
* add e1000 driver, remove references to LINUX_2_4_X86Felix Fietkau2006-10-242-6/+19
| | | | SVN-Revision: 5286
* turn target runtime check of mtd into a compile-time checkFelix Fietkau2006-10-242-19/+14
| | | | SVN-Revision: 5285
* add fix for samsung flash chipsFelix Fietkau2006-10-241-0/+38
| | | | SVN-Revision: 5284
* add extra autoload for ppp modulesFelix Fietkau2006-10-241-2/+4
| | | | SVN-Revision: 5283
* remove an obsolete functionFelix Fietkau2006-10-241-7/+0
| | | | SVN-Revision: 5280
* fix dependencies on the virtual kernel package (fixes #878)Felix Fietkau2006-10-241-1/+1
| | | | SVN-Revision: 5279
* convert ar7-atm to KernelPackage templateFelix Fietkau2006-10-241-18/+9
| | | | SVN-Revision: 5277
* convert ar7-net to KernelPackage templateFelix Fietkau2006-10-241-11/+6
| | | | SVN-Revision: 5276
* fix tiatm compileFelix Fietkau2006-10-241-0/+28
| | | | SVN-Revision: 5275
* fix typoFelix Fietkau2006-10-232-2/+2
| | | | SVN-Revision: 5270
* improve mtd image check - don't check trx header if the target partition is ↵Felix Fietkau2006-10-231-10/+15
| | | | | | not 'linux', don't display image check messages with -qq and -f, fixes #850 SVN-Revision: 5269
* fix a timeout on amd flash chips (patch from #874)Felix Fietkau2006-10-221-0/+39
| | | | SVN-Revision: 5262
* strip third arg (dir name) to Build/Configure/Default macroNicolas Thill2006-10-221-1/+1
| | | | SVN-Revision: 5261
* use getdents64 in the uClibc glob functionFelix Fietkau2006-10-221-0/+12
| | | | SVN-Revision: 5256
* add generic and via ide support to x86-2.6Felix Fietkau2006-10-221-2/+2
| | | | SVN-Revision: 5255
* add missing autoload optionsFelix Fietkau2006-10-221-0/+5
| | | | SVN-Revision: 5254
* remove obsolete fileFelix Fietkau2006-10-201-35/+0
| | | | SVN-Revision: 5251
* template.awk fix processing of certain config file formatsFelix Fietkau2006-10-201-3/+3
| | | | SVN-Revision: 5249
* fix squid and rp-pppoe (closes: #869)Nicolas Thill2006-10-206-21/+82
| | | | SVN-Revision: 5247
* move /usr/lib/parse-config.awk to /lib/config/template.awkFelix Fietkau2006-10-202-1/+1
| | | | SVN-Revision: 5244
* fix ar7-net compile errorFelix Fietkau2006-10-191-1/+1
| | | | SVN-Revision: 5243
* fix typoFelix Fietkau2006-10-191-1/+1
| | | | SVN-Revision: 5242
* fix gnupg compileFelix Fietkau2006-10-191-1/+1
| | | | SVN-Revision: 5240
* disable pcmcia on rb532Nicolas Thill2006-10-191-13/+1
| | | | SVN-Revision: 5239
* fix softdog kmod packaging on 2.6Nicolas Thill2006-10-191-0/+9
| | | | SVN-Revision: 5238
* enable download target only if PKG_SOURCE_URL is setFelix Fietkau2006-10-191-1/+1
| | | | SVN-Revision: 5237
* small fix for the sitefilesFelix Fietkau2006-10-191-1/+2
| | | | SVN-Revision: 5236
* fix bmon compileFelix Fietkau2006-10-191-0/+1
| | | | SVN-Revision: 5234
* add sitefiles similar to the ones from openembeddedFelix Fietkau2006-10-198-1/+157
| | | | SVN-Revision: 5232
* fix bluetooth module packagingFelix Fietkau2006-10-191-10/+18
| | | | SVN-Revision: 5230
* fix unnecessary kernel package recompileFelix Fietkau2006-10-191-10/+12
| | | | SVN-Revision: 5227
* cleanup/rewrite of the kernel build processFelix Fietkau2006-10-1917-183/+137
| | | | SVN-Revision: 5226
* remove bluetooth from ar7 configFelix Fietkau2006-10-191-23/+1
| | | | SVN-Revision: 5225