aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This Patch adds PPS (Pulse per Second) Support to Openwrt 2.6.23Felix Fietkau2008-03-191-0/+2215
| | | | | | | | | | | | (its deprecated before 2.6.23). Its common to use PPS to sync your PC Clock with GPS or DCF77 clocks via NTPd. I've taken this Patch from http://wiki.enneenne.com/index.php/LinuxPPS_support Signed-off-by: Frithjof Hammer <openwrt@frithjof-hammer.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adding the possibility of local file cacheRalph Hempel2008-03-181-25/+33
| | | | | | | specify file://path_to_file_cache within localmirrors file to add new local file cache git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* put the dtc to the other host tools (thanks to Thomas)Ralph Hempel2008-03-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multiple update (cpy), Ralph Hempel2008-03-181-40/+124
| | | | | | | | | added index generation (allows to re-create the index without updating the complete package) possible to specify the feed(s) which should be updated added -h switch to most of the commands git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix broken init file and some cleanupTravis Kemen2008-03-182-8/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. ↵Travis Kemen2008-03-171-1/+1
| | | | | | J. Day <rpjday@crashcourse.ca> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix switch support on the Compex WP18/NP18AImre Kaloz2008-03-171-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix image generation on x86Imre Kaloz2008-03-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix compilation of fuse with 2.6.24Florian Fainelli2008-03-161-0/+246
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bumped wpa_supplicant to 0.5.10Andy Boyett2008-03-161-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm47xx: Fix GPIO data direction output bit assignmentMichael Büsch2008-03-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gpioctl: Allow build on bcm47xxMichael Büsch2008-03-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gpioctl get: Fix typo in the printf arguments.Michael Büsch2008-03-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [AR7]: fix serial patchMatteo Croce2008-03-131-24/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* at91: added new sim enable code as well as detection code to Hamish Guthrie2008-03-132-0/+262
| | | | | | | | differentiate between v1.0 and v1.5 hardware revisions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Check the return values of kmalloc()Michael Büsch2008-03-131-6/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make madwifi startup script aware of new iwpriv optionsJohn Crispin2008-03-131-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update cleanups of ssb-gigeMichael Büsch2008-03-131-37/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Removed binary file added in errorHamish Guthrie2008-03-131-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add back support for 2.6.21 kernels - add some required directories.Hamish Guthrie2008-03-133-1/+300
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Added a new mach idRod Whitby2008-03-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7-atm: patch was against an older tarball, fixear7-atm: patch was against ↵Matteo Croce2008-03-111-2/+2
| | | | | | an older tarball, fixedd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7-atm: apply patch wellMatteo Croce2008-03-111-585/+580
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7-atm: fix sysctl (closes #3122)Matteo Croce2008-03-111-27/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cpmac: patch to reimplement rx ring with EOQ markers to avoid reset storms ↵Matteo Croce2008-03-111-0/+178
| | | | | | (closes #2569) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add AG241 code pattern (fixes #1089)Matteo Croce2008-03-112-3/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ixp4xx-microcode compile on osxFelix Fietkau2008-03-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix apex compile on osx, suppress some build warningsFelix Fietkau2008-03-101-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build dtc for all powerpc targets (suggested by Kaloz)Felix Fietkau2008-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uclibc build on osxFelix Fietkau2008-03-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only build dtc for the target that uses itFelix Fietkau2008-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar7-atm: add an useful patch from #2561, tnx Axel GembeMatteo Croce2008-03-091-0/+585
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade x86 to 2.6.24Florian Fainelli2008-03-094-2/+900
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix bzImage copy with 2.6.24 kernelsFlorian Fainelli2008-03-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix rt2x00 compilation and upgrade to the current mainline version (2.6.24)Florian Fainelli2008-03-0927-5095/+6794
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10573 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [AR7]: Fix two of the three bugs in #3122Matteo Croce2008-03-081-28/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-071-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-073-0/+463
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this package should only be available for targets with generic gpio support, ↵John Crispin2008-03-071-1/+1
| | | | | | fixes #3132 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable partitions for unallocated redboot flash memory - it caused a null ↵Felix Fietkau2008-03-075-2/+3
| | | | | | pointer deref git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* made ppp usepeerdns configurable, fixes #3187John Crispin2008-03-071-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add PCnet32 ethernet support (#3195)Florian Fainelli2008-03-073-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make the syslog ring-buffer size configurable (#3204)Florian Fainelli2008-03-071-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the "depends BROKEN" for eabiFelix Fietkau2008-03-071-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add patches for maximum and minimum rate (thx, SeG)Felix Fietkau2008-03-072-0/+236
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: don't deliver broadcast frames to vaps that aren't upFelix Fietkau2008-03-071-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix channel change bugsFelix Fietkau2008-03-071-11/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include noise in stats structFelix Fietkau2008-03-071-6/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* debugging fixesFelix Fietkau2008-03-072-24/+222
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: napi polling fixesFelix Fietkau2008-03-073-45/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10550 3c298f89-4303-0410-b956-a3cf2f4a3e73