Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add generic arm machine registry update | Imre Kaloz | 2008-04-09 | 2 | -8/+426 |
| | | | | SVN-Revision: 10779 | ||||
* | ar7: remove useless chunks from a patch | Matteo Croce | 2008-04-09 | 2 | -49/+14 |
| | | | | SVN-Revision: 10778 | ||||
* | madwifi: remove reset delay - seems like it's not necessary anymore | Felix Fietkau | 2008-04-09 | 1 | -55/+1 |
| | | | | SVN-Revision: 10777 | ||||
* | Add the firmware generation for the AG241v2b device (#3315) | Florian Fainelli | 2008-04-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 10776 | ||||
* | Disable drivers that we do not package within the mac80211 package ↵ | Florian Fainelli | 2008-04-09 | 2 | -0/+143 |
| | | | | | | (everything except rt2x00) SVN-Revision: 10775 | ||||
* | fix the 3g interface configuration | Felix Fietkau | 2008-04-09 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | The first problem is the "chat" command which misses "-E", so the environment variable addressed inside the script is never used and the script breaks. The second problem is the that you cannot assume an Option card when you did "not discover a Novatel". In my case the script tried to set the mode with the Option AT-command which failed on the Huawei stick. Unfortunaltely I don't have a correct command for that device, so I just want to start the connection without any mode set before thus using the defaults. Signed-off-by: Markus Wigge <mwigge@marcant.net> SVN-Revision: 10774 | ||||
* | forward port redboot rootfs partition space expansion patch to 2.6.24 | Felix Fietkau | 2008-04-08 | 1 | -0/+32 |
| | | | | SVN-Revision: 10773 | ||||
* | upgrade uci to 0.3.1 - fixes a parser problem | Felix Fietkau | 2008-04-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 10772 | ||||
* | modules/gpio-buttons: fix build error on older kernels | Gabor Juhos | 2008-04-08 | 1 | -13/+16 |
| | | | | SVN-Revision: 10771 | ||||
* | ssb-mips: Fix IRQ routing on the MIPS core. | Michael Büsch | 2008-04-08 | 1 | -6/+7 |
| | | | | SVN-Revision: 10770 | ||||
* | fix a dependency bug | Felix Fietkau | 2008-04-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 10769 | ||||
* | GPIO code updates, make the cf-mips driver compile against this gpio version | Florian Fainelli | 2008-04-07 | 4 | -166/+106 |
| | | | | SVN-Revision: 10768 | ||||
* | add a polled GPIO buttons input driver | Gabor Juhos | 2008-04-07 | 6 | -0/+365 |
| | | | | SVN-Revision: 10766 | ||||
* | refresh config | Gabor Juhos | 2008-04-07 | 2 | -6/+2 |
| | | | | SVN-Revision: 10765 | ||||
* | fix use of uci_set_state in network scripts (thx, netprince) | Felix Fietkau | 2008-04-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 10763 | ||||
* | ar7: remove volatiles definitely | Matteo Croce | 2008-04-07 | 1 | -35/+32 |
| | | | | SVN-Revision: 10762 | ||||
* | vlynq: revert volatiles until we find a good way to remove them | Matteo Croce | 2008-04-07 | 1 | -10/+10 |
| | | | | SVN-Revision: 10760 | ||||
* | fix a bug in the GPIO code | Gabor Juhos | 2008-04-07 | 1 | -3/+3 |
| | | | | SVN-Revision: 10759 | ||||
* | ar7: use SLUB allocator, it gives slighty more TCP throughput | Matteo Croce | 2008-04-07 | 1 | -0/+3 |
| | | | | SVN-Revision: 10758 | ||||
* | ar7: remove useless volatiles | Matteo Croce | 2008-04-07 | 3 | -17/+20 |
| | | | | SVN-Revision: 10757 | ||||
* | add support for the IXDPG425 | Imre Kaloz | 2008-04-07 | 3 | -2/+43 |
| | | | | SVN-Revision: 10756 | ||||
* | Use the 2008-04-07 snapshot, also mirrored to downloads.openwrt.org | Florian Fainelli | 2008-04-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 10755 | ||||
* | Use an update r6040 driver | Florian Fainelli | 2008-04-07 | 1 | -100/+139 |
| | | | | SVN-Revision: 10754 | ||||
* | Migrate rt2x00 to the compat-wireless version | Florian Fainelli | 2008-04-07 | 35 | -22584/+139 |
| | | | | SVN-Revision: 10753 | ||||
* | ar7: remove unneeded packed and array initialization | Matteo Croce | 2008-04-07 | 3 | -6/+6 |
| | | | | SVN-Revision: 10752 | ||||
* | fix the route to the pptp server when using pptp as wan interface | Felix Fietkau | 2008-04-07 | 1 | -1/+11 |
| | | | | SVN-Revision: 10751 | ||||
* | add timer fix by mmp from http://forum.openwrt.org/viewtopic.php?id=14841 | Felix Fietkau | 2008-04-07 | 1 | -0/+53 |
| | | | | SVN-Revision: 10750 | ||||
* | upgrade to broadcom-wl 4.150.10.5.2 | Felix Fietkau | 2008-04-07 | 7 | -1476/+13 |
| | | | | SVN-Revision: 10749 | ||||
* | fixed wrong path in diff | Matteo Croce | 2008-04-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 10748 | ||||
* | cpmac: fix race condition (closes #3019) | Matteo Croce | 2008-04-06 | 1 | -13/+15 |
| | | | | SVN-Revision: 10747 | ||||
* | Fix layer7 user-space iptables compilation (#3307) | Florian Fainelli | 2008-04-06 | 1 | -1/+2 |
| | | | | SVN-Revision: 10745 | ||||
* | revert iproute2 to the old version until the new one is fixed (#3026) | Felix Fietkau | 2008-04-06 | 5 | -2974/+1481 |
| | | | | SVN-Revision: 10744 | ||||
* | This rt2x00 version only compiles for 2.6.24 (#3211) | Florian Fainelli | 2008-04-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 10743 | ||||
* | Switch to compat-wireless | Florian Fainelli | 2008-04-06 | 66 | -27939/+13 |
| | | | | SVN-Revision: 10742 | ||||
* | Fix typo | Florian Fainelli | 2008-04-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 10741 | ||||
* | rt2500 cvs will not build on 2.6.24 | Florian Fainelli | 2008-04-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 10740 | ||||
* | Add leds support for the CAS-771/771w | Florian Fainelli | 2008-04-06 | 1 | -0/+14 |
| | | | | SVN-Revision: 10739 | ||||
* | Switch to the rt2x00 rt2500 pci version | Florian Fainelli | 2008-04-06 | 1 | -2/+2 |
| | | | | SVN-Revision: 10738 | ||||
* | 2.6.24 rt2x00 version needs more objects to produce the library | Florian Fainelli | 2008-04-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 10737 | ||||
* | fix error message in scripts/feeds when indexes are missing | Felix Fietkau | 2008-04-05 | 1 | -1/+7 |
| | | | | SVN-Revision: 10736 | ||||
* | fix Cellvision images | Gabor Juhos | 2008-04-05 | 2 | -17/+21 |
| | | | | SVN-Revision: 10735 | ||||
* | generic-2.6/config-2.6.23: add config entry for SENSORS_LM70 | Andy Boyett | 2008-04-04 | 1 | -0/+1 |
| | | | | SVN-Revision: 10733 | ||||
* | Install libuci and headers in staging_dir | Andy Boyett | 2008-04-04 | 1 | -1/+8 |
| | | | | SVN-Revision: 10732 | ||||
* | fix reboot on ar5315 | John Crispin | 2008-04-03 | 1 | -6/+2 |
| | | | | SVN-Revision: 10729 | ||||
* | add generic led support to atheros target | John Crispin | 2008-04-03 | 3 | -5/+52 |
| | | | | SVN-Revision: 10728 | ||||
* | fix typo(2) in watchdog init script | Matteo Croce | 2008-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 10727 | ||||
* | fix typo in watchdog init script | Matteo Croce | 2008-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 10726 | ||||
* | add gpio support to atheros, fixes #1861, thanks Othello | John Crispin | 2008-04-03 | 18 | -20/+532 |
| | | | | SVN-Revision: 10724 | ||||
* | Clean files in scripts/config (#3011) | Florian Fainelli | 2008-04-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 10723 | ||||
* | clean up reject files after copying target/linux/*/files to the kernel tree | Felix Fietkau | 2008-04-03 | 1 | -1/+4 |
| | | | | SVN-Revision: 10722 |