aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rename the <boardname>-<kernelversion> directories of base-files to just ↵Felix Fietkau2006-11-0322-255/+4
| | | | | | <boardname>, so that the broadcom stuff can share files across kernel versions. adding back <boardname>-<kernelversion> for version specific overrides is still possible git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port new diag driver to kamikazeFelix Fietkau2006-11-036-361/+1029
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add config option for autostart of network interfacesFelix Fietkau2006-11-032-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use irq sharing on the serial lineFelix Fietkau2006-11-031-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* export WAN variable so that firewall works (#907)Florian Fainelli2006-11-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixes module autoloading for Wireless devices (#906)Florian Fainelli2006-11-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix missing variable assignment (found by db90h)Felix Fietkau2006-11-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move out autotools touching stuff to a macroFlorian Fainelli2006-11-021-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add #870 patch, fixes compilation with newer kernel-headers, also fixes fc5 ↵Florian Fainelli2006-11-021-0/+71
| | | | | | compilation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Ok, third round, the right one, touch the file anyway, does not break other ↵Florian Fainelli2006-11-021-7/+8
| | | | | | packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update makefiles to use the autotools stuff put in the template, remove ↵Florian Fainelli2006-11-021-1/+0
| | | | | | bogus stamp-h.in touching git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Some more stuffFlorian Fainelli2006-11-021-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5385 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move out some generic code to prevent autotools from re-creating filesFlorian Fainelli2006-11-021-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove old control directoryFelix Fietkau2006-11-0158-235/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix dropbear keygenFelix Fietkau2006-11-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add USR5461 image generation and tool (#817), thanks to Dick Streefland !Florian Fainelli2006-11-013-1/+192
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small typoFelix Fietkau2006-10-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rootfs partition name for x86 imagesFelix Fietkau2006-10-311-3/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kernel config after r8169 changeFelix Fietkau2006-10-311-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update hostapd to latest upstream versionFelix Fietkau2006-10-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move wpa_supplicant to trunkFelix Fietkau2006-10-315-0/+671
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* export skb_attach symbol (#887)Florian Fainelli2006-10-311-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, forgot to remove references to libnotimplNicolas Thill2006-10-311-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move libnotimpl to /packages/libs, fix another typo in ./src/math.cNicolas Thill2006-10-312-107/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix unnecessary dropbear key generationFelix Fietkau2006-10-311-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a fix for tun/tap related crashes (backported by Carlos Sobrinho)Felix Fietkau2006-10-311-0/+102
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix vpi/vci setting for pppoaFelix Fietkau2006-10-301-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable pppoa for ar7Felix Fietkau2006-10-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rdc: disable pci serial, remove bluetooth (because usb is disabled)Felix Fietkau2006-10-301-44/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync dropbear init script with whiterussian, fix locking and add config ↵Felix Fietkau2006-10-293-13/+46
| | | | | | integration by Carlos Sobrinho git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reset CONFIG_SECTION when calling config_loadFelix Fietkau2006-10-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use target optimization flags for madwifi toolsNicolas Thill2006-10-271-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add target optimization flagsNicolas Thill2006-10-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add redboot parsing and rtl8169 fixes, enable r8169 and add the free ixp4xx ↵Imre Kaloz2006-10-278-57/+3322
| | | | | | ethernet driver - the later still needs fixes and testing for the gateway 7001 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵Imre 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 imagesFelix Fietkau2006-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5308 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert to hda2Felix Fietkau2006-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 hdaTim Yardley2006-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 ↵Tim Yardley2006-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 ↵Tim Yardley2006-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 yaffs2Felix Fietkau2006-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 ↵Felix Fietkau2006-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 partsFelix Fietkau2006-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 ↵Felix Fietkau2006-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 utilityFelix Fietkau2006-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 GoodenoughFelix Fietkau2006-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 scriptFelix Fietkau2006-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some minor cleanupTim Yardley2006-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 ↵Tim Yardley2006-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)Felix Fietkau2006-10-251-5/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5292 3c298f89-4303-0410-b956-a3cf2f4a3e73