summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵kaloz2006-10-278-6/+17
| | | | | | 4.1 patch for arm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5310 3c298f89-4303-0410-b956-a3cf2f4a3e73
* extend X86_GRUB_ROOTPART selection to jffs2 imagesnbd2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to hda2nbd2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this should have been sda not hdapavlov2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bring in floorf so that postgres server will compile by default, package to ↵pavlov2006-10-261-1/+1
| | | | | | come later for server git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a configuration option to enable full c99 math in libm. this is needed ↵pavlov2006-10-262-1/+11
| | | | | | for functions like floorf (which happens to be used in postgresql server as an example) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add protection against running cf2nand from yaffs2nbd2006-10-261-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add cf2nand script for copying a cf card installation to nand flash ↵nbd2006-10-261-0/+61
| | | | | | automatically on rb532 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add lookup function for mtd partsnbd2006-10-261-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use lock to remove race conditions in bringing up ppp and dhcp that would ↵nbd2006-10-263-5/+26
| | | | | | lead to multiple active processes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reduce the possibility of race conditions when using the lock utilitynbd2006-10-261-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add NAND flash/YAFFS2 patches for RB532 by David Goodenoughnbd2006-10-267-93/+11649
| | | | | | | Read the kernel 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix dropbear init scriptnbd2006-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some minor cleanuppavlov2006-10-252-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix partition issue with x86, leveraging the default size on the second ↵pavlov2006-10-251-6/+6
| | | | | | partition (all of the remaining drive) in order to get around size differences git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ignore mtd erase errors (will probably be required for nand flash)nbd2006-10-251-5/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use gcc 4.1.1 for rb532 by defaultnbd2006-10-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make network scripts more robust, prevent multiple instances of pppd and ↵nbd2006-10-244-21/+27
| | | | | | udhcpc for the same interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* code to bring in the following for x86:pavlov2006-10-242-1/+14
| | | | | | | | | X86_GRUB_ROOTPART: configureable root partition for kernel options X86_GRUB_BOOTOPTS: configureable parameters to be added to the boot line git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix irq issue (ap70 eth1)mbm2006-10-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5288 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add netconfig fix for wl-500g premiumnbd2006-10-242-4/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add e1000 driver, remove references to LINUX_2_4_X86nbd2006-10-242-6/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* turn target runtime check of mtd into a compile-time checknbd2006-10-242-19/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fix for samsung flash chipsnbd2006-10-241-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5284 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add extra autoload for ppp modulesnbd2006-10-241-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove an obsolete functionnbd2006-10-241-7/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5280 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix dependencies on the virtual kernel package (fixes #878)nbd2006-10-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* convert ar7-atm to KernelPackage templatenbd2006-10-241-18/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5277 3c298f89-4303-0410-b956-a3cf2f4a3e73
* convert ar7-net to KernelPackage templatenbd2006-10-241-11/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix tiatm compilenbd2006-10-241-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5275 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typonbd2006-10-232-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve mtd image check - don't check trx header if the target partition is ↵nbd2006-10-231-10/+15
| | | | | | not 'linux', don't display image check messages with -qq and -f, fixes #850 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a timeout on amd flash chips (patch from #874)nbd2006-10-221-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip third arg (dir name) to Build/Configure/Default macronico2006-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use getdents64 in the uClibc glob functionnbd2006-10-221-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic and via ide support to x86-2.6nbd2006-10-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing autoload optionsnbd2006-10-221-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete filenbd2006-10-201-35/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* template.awk fix processing of certain config file formatsnbd2006-10-201-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix squid and rp-pppoe (closes: #869)nico2006-10-206-21/+82
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move /usr/lib/parse-config.awk to /lib/config/template.awknbd2006-10-202-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar7-net compile errornbd2006-10-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typonbd2006-10-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix gnupg compilenbd2006-10-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable pcmcia on rb532nico2006-10-191-13/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix softdog kmod packaging on 2.6nico2006-10-191-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable download target only if PKG_SOURCE_URL is setnbd2006-10-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* small fix for the sitefilesnbd2006-10-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix bmon compilenbd2006-10-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sitefiles similar to the ones from openembeddednbd2006-10-198-1/+157
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5232 3c298f89-4303-0410-b956-a3cf2f4a3e73