Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | update uci to 0.1.1 - accepts options without value or with an empty value ↵ | Felix Fietkau | 2008-02-04 | |
| | | | | | | as valid SVN-Revision: 10381 | |||
* | change learning settings for NPE-C as well | Felix Fietkau | 2008-02-04 | |
| | | | | SVN-Revision: 10379 | |||
* | switch ixp4xx microcode - use one that does not have the "learning" mode, ↵ | Felix Fietkau | 2008-02-04 | |
| | | | | | | which can interfere with stp and bridging operation SVN-Revision: 10378 | |||
* | fix copy&paste bug | Felix Fietkau | 2008-02-03 | |
| | | | | SVN-Revision: 10368 | |||
* | Here comes the new UCI. Enjoy :) | Felix Fietkau | 2008-02-03 | |
| | | | | SVN-Revision: 10367 | |||
* | package uuidgen | Felix Fietkau | 2008-02-02 | |
| | | | | | | | | | | Package uuidgen utility. It is useful for other filesystem utilities and miniupnpd. There is no need to change the release. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name> SVN-Revision: 10350 | |||
* | Add CDMA/EVDO support to comgt package | Felix Fietkau | 2008-02-02 | |
| | | | | | | | | | | | | | | | | | | | | | This patch adds a chat script and makes some modifications to /lib/network/3g.sh to enable seamless use of CDMA/EVDO modems in addition to the existing GPRS/UMTS support. Modifications to 3g.sh are: - Added 'chat' variable to point at the appropriate script - Added 'evdo' and 'cdma' as acceptable 'service' values, and skip the whole gcom initialization bit - Changed pppd connection speed from 460800 to more widely supported 115200; in my experience, this is not your actual connection speed, but at what speed pppd sends setup commands to the interface. This kinda eliminates the need for /etc/ppp/3g.connect - I think I've replaced that functionality, but in a slightly more standardized method, using the 'connect' variable understood by PPP. Signed-off-by: RB<aoz.syn@gmail.com> SVN-Revision: 10347 | |||
* | pull madwifi forward to the latest upstream version - should fix some dual ↵ | Felix Fietkau | 2008-01-31 | |
| | | | | | | radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG) SVN-Revision: 10334 | |||
* | Add 2.6 kernel dependency to gpioctl | Andy Boyett | 2008-01-30 | |
| | | | | SVN-Revision: 10325 | |||
* | fix a small race condition in the madwifi queue handling | Felix Fietkau | 2008-01-29 | |
| | | | | SVN-Revision: 10312 | |||
* | add missing #include | Felix Fietkau | 2008-01-28 | |
| | | | | SVN-Revision: 10297 | |||
* | more queue handling stuff | Felix Fietkau | 2008-01-28 | |
| | | | | SVN-Revision: 10296 | |||
* | update madwifi to latest trunk, include a few more fixes/improvements | Felix Fietkau | 2008-01-28 | |
| | | | | SVN-Revision: 10294 | |||
* | make the system have a daemon user by default | John Crispin | 2008-01-28 | |
| | | | | SVN-Revision: 10293 | |||
* | only start crond if there are files in the crontab | John Crispin | 2008-01-28 | |
| | | | | SVN-Revision: 10292 | |||
* | madwifi: nuke some weird code which is causing NULL nodes to appear | Felix Fietkau | 2008-01-26 | |
| | | | | SVN-Revision: 10274 | |||
* | do not use kzalloc() in madwifi, for compatibility reasons | Felix Fietkau | 2008-01-26 | |
| | | | | SVN-Revision: 10272 | |||
* | madwifi: nuke some totally wrong code which was causing performance issues | Felix Fietkau | 2008-01-26 | |
| | | | | SVN-Revision: 10270 | |||
* | madwifi: use mrr even in legacy mode | Felix Fietkau | 2008-01-26 | |
| | | | | SVN-Revision: 10269 | |||
* | add a patch for properly refreshing the bssidmask | Felix Fietkau | 2008-01-26 | |
| | | | | SVN-Revision: 10268 | |||
* | add userspace tool for gpio_dev | John Crispin | 2008-01-26 | |
| | | | | SVN-Revision: 10267 | |||
* | add extra sanity checks in madwifi | Felix Fietkau | 2008-01-26 | |
| | | | | SVN-Revision: 10266 | |||
* | add a patch for improved transmit signal strength in madwifi | Felix Fietkau | 2008-01-26 | |
| | | | | SVN-Revision: 10264 | |||
* | add generic gpio char dev for CONFIG_GENERIC_GPIO archs | John Crispin | 2008-01-26 | |
| | | | | SVN-Revision: 10261 | |||
* | add some random madwifi fixes | Felix Fietkau | 2008-01-25 | |
| | | | | SVN-Revision: 10260 | |||
* | upgrade madwifi, finally fix the annoying ap auto channel selection bug, ↵ | Felix Fietkau | 2008-01-25 | |
| | | | | | | default to automatic channel selection SVN-Revision: 10259 | |||
* | make busybox have hwclocjk tool enable by default | John Crispin | 2008-01-25 | |
| | | | | SVN-Revision: 10255 | |||
* | oops, applied the ipkg patch with the wrong patchlevel | Felix Fietkau | 2008-01-25 | |
| | | | | SVN-Revision: 10253 | |||
* | missing optional parameters for restart and boot functions | Felix Fietkau | 2008-01-25 | |
| | | | | | | | | | | Add missing optional parameters in remaining rc functions. It fixes my previous implementation of parametrized rc functions [8106], ticket #3063, thanks argovela-at-yahoo-com for reporting. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name> SVN-Revision: 10245 | |||
* | Updating libertas wireless driver to latest version. | Jens Muecke | 2008-01-24 | |
| | | | | SVN-Revision: 10235 | |||
* | add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz ↵ | Travis Kemen | 2008-01-17 | |
| | | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10217 | |||
* | add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz ↵ | Travis Kemen | 2008-01-17 | |
| | | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10216 | |||
* | upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary ↵ | Felix Fietkau | 2008-01-16 | |
| | | | | | | anymore SVN-Revision: 10207 | |||
* | fix multi-essid setting for broadcom-wl | Felix Fietkau | 2008-01-16 | |
| | | | | SVN-Revision: 10206 | |||
* | update ar7 sangam tarball | Matteo Croce | 2008-01-15 | |
| | | | | SVN-Revision: 10203 | |||
* | revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 ↵ | Felix Fietkau | 2008-01-15 | |
| | | | | | | however was not. fixed now SVN-Revision: 10202 | |||
* | broadcom-wl md5sum fixed, thanks ix. | Andy Boyett | 2008-01-15 | |
| | | | | SVN-Revision: 10201 | |||
* | disable use of sendfile() for httpd | Travis Kemen | 2008-01-15 | |
| | | | | SVN-Revision: 10200 | |||
* | fix madwifi compile for iop32x | Travis Kemen | 2008-01-15 | |
| | | | | SVN-Revision: 10198 | |||
* | Fix iwconfig symlink generation, closes #3013 | Andy Boyett | 2008-01-14 | |
| | | | | SVN-Revision: 10188 | |||
* | acx: fix X86 builds | Matteo Croce | 2008-01-14 | |
| | | | | SVN-Revision: 10183 | |||
* | update the acx driver | Matteo Croce | 2008-01-12 | |
| | | | | SVN-Revision: 10178 | |||
* | remove obseleted package | John Crispin | 2008-01-12 | |
| | | | | SVN-Revision: 10177 | |||
* | kernel/modules: fix zd1211 dependancy (closes: #2985) | Gabor Juhos | 2008-01-11 | |
| | | | | SVN-Revision: 10175 | |||
* | add broadcom b44 driver support | Tim Yardley | 2008-01-10 | |
| | | | | SVN-Revision: 10162 | |||
* | Fix compilation failures with spca5xx-le (#2735) | Florian Fainelli | 2008-01-10 | |
| | | | | SVN-Revision: 10158 | |||
* | Mark spca5xx-le as broken (#2923) | Florian Fainelli | 2008-01-10 | |
| | | | | SVN-Revision: 10157 | |||
* | pcmcia-core: fix a typo | Gabor Juhos | 2008-01-09 | |
| | | | | SVN-Revision: 10154 | |||
* | fix broken patch file from #2997 | Travis Kemen | 2008-01-09 | |
| | | | | SVN-Revision: 10152 | |||
* | md5sum was left out | Tim Yardley | 2008-01-08 | |
| | | | | SVN-Revision: 10148 |