aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Add CDMA/EVDO support to comgt packageFelix Fietkau2008-02-023-24/+47
| | | | | | | | | | | | | | | | | | | | | 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 Fietkau2008-01-3114-323/+284
| | | | | | 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 gpioctlAndy Boyett2008-01-301-1/+2
| | | | SVN-Revision: 10325
* fix a small race condition in the madwifi queue handlingFelix Fietkau2008-01-291-2/+15
| | | | SVN-Revision: 10312
* add missing #includeFelix Fietkau2008-01-281-6/+14
| | | | SVN-Revision: 10297
* more queue handling stuffFelix Fietkau2008-01-282-17/+56
| | | | SVN-Revision: 10296
* update madwifi to latest trunk, include a few more fixes/improvementsFelix Fietkau2008-01-2816-300/+398
| | | | SVN-Revision: 10294
* make the system have a daemon user by defaultJohn Crispin2008-01-281-0/+1
| | | | SVN-Revision: 10293
* only start crond if there are files in the crontabJohn Crispin2008-01-281-0/+1
| | | | SVN-Revision: 10292
* madwifi: nuke some weird code which is causing NULL nodes to appearFelix Fietkau2008-01-261-0/+15
| | | | SVN-Revision: 10274
* do not use kzalloc() in madwifi, for compatibility reasonsFelix Fietkau2008-01-261-0/+32
| | | | SVN-Revision: 10272
* madwifi: nuke some totally wrong code which was causing performance issuesFelix Fietkau2008-01-261-0/+118
| | | | SVN-Revision: 10270
* madwifi: use mrr even in legacy modeFelix Fietkau2008-01-261-0/+22
| | | | SVN-Revision: 10269
* add a patch for properly refreshing the bssidmaskFelix Fietkau2008-01-261-0/+15
| | | | SVN-Revision: 10268
* add userspace tool for gpio_devJohn Crispin2008-01-263-0/+143
| | | | SVN-Revision: 10267
* add extra sanity checks in madwifiFelix Fietkau2008-01-261-0/+61
| | | | SVN-Revision: 10266
* add a patch for improved transmit signal strength in madwifiFelix Fietkau2008-01-261-0/+39
| | | | SVN-Revision: 10264
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsJohn Crispin2008-01-261-1/+1
| | | | SVN-Revision: 10261
* add some random madwifi fixesFelix Fietkau2008-01-253-0/+101
| | | | SVN-Revision: 10260
* upgrade madwifi, finally fix the annoying ap auto channel selection bug, ↵Felix Fietkau2008-01-2510-250/+348
| | | | | | default to automatic channel selection SVN-Revision: 10259
* make busybox have hwclocjk tool enable by defaultJohn Crispin2008-01-251-1/+1
| | | | SVN-Revision: 10255
* oops, applied the ipkg patch with the wrong patchlevelFelix Fietkau2008-01-251-0/+35
| | | | SVN-Revision: 10253
* missing optional parameters for restart and boot functionsFelix Fietkau2008-01-251-3/+3
| | | | | | | | | | 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 Muecke2008-01-2424-1233/+1205
| | | | SVN-Revision: 10235
* add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz ↵Travis Kemen2008-01-171-0/+12
| | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10217
* add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz ↵Travis Kemen2008-01-171-1/+2
| | | | | | Schori <lorenz.schori@gmx.ch> SVN-Revision: 10216
* upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary ↵Felix Fietkau2008-01-164-307/+2
| | | | | | anymore SVN-Revision: 10207
* fix multi-essid setting for broadcom-wlFelix Fietkau2008-01-161-1/+1
| | | | SVN-Revision: 10206
* update ar7 sangam tarballMatteo Croce2008-01-151-1/+1
| | | | SVN-Revision: 10203
* revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 ↵Felix Fietkau2008-01-151-1/+1
| | | | | | however was not. fixed now SVN-Revision: 10202
* broadcom-wl md5sum fixed, thanks ix.Andy Boyett2008-01-151-1/+1
| | | | SVN-Revision: 10201
* disable use of sendfile() for httpdTravis Kemen2008-01-151-1/+1
| | | | SVN-Revision: 10200
* fix madwifi compile for iop32xTravis Kemen2008-01-151-0/+12
| | | | SVN-Revision: 10198
* Fix iwconfig symlink generation, closes #3013Andy Boyett2008-01-141-4/+8
| | | | SVN-Revision: 10188
* acx: fix X86 buildsMatteo Croce2008-01-141-0/+12
| | | | SVN-Revision: 10183
* update the acx driverMatteo Croce2008-01-126-1315/+5
| | | | SVN-Revision: 10178
* remove obseleted packageJohn Crispin2008-01-1210-2614/+0
| | | | SVN-Revision: 10177
* kernel/modules: fix zd1211 dependancy (closes: #2985)Gabor Juhos2008-01-111-13/+13
| | | | SVN-Revision: 10175
* add broadcom b44 driver supportTim Yardley2008-01-101-0/+13
| | | | SVN-Revision: 10162
* Fix compilation failures with spca5xx-le (#2735)Florian Fainelli2008-01-102-1/+22
| | | | SVN-Revision: 10158
* Mark spca5xx-le as broken (#2923)Florian Fainelli2008-01-101-1/+1
| | | | SVN-Revision: 10157
* pcmcia-core: fix a typoGabor Juhos2008-01-091-1/+1
| | | | SVN-Revision: 10154
* fix broken patch file from #2997Travis Kemen2008-01-091-2/+2
| | | | SVN-Revision: 10152
* md5sum was left outTim Yardley2008-01-081-1/+1
| | | | SVN-Revision: 10148
* updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵Tim Yardley2008-01-085-1481/+2974
| | | | | | patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel SVN-Revision: 10147
* Add back Sitecom WL-105b supportFlorian Fainelli2008-01-081-0/+17
| | | | SVN-Revision: 10142
* Hi all, here is a patch for package/ar7-atm. It fixes the bug #2377, which ↵Florian Fainelli2008-01-071-0/+12
| | | | | | | | | | | reports a WARNING: at kernel/softirq.c:138 local_bh_enable(). Make the TIATM driver use tasklet, instead of BH without the flag, the TIATM driver treats packets inside BH, which is wrong for most skbuff stuff. Use tasklet instead. Signed-off-by: <benoit.ganne@gmail.com> SVN-Revision: 10141
* export switch-core.h to $(STAGING_DIR)Felix Fietkau2008-01-061-1/+10
| | | | SVN-Revision: 10138
* update brcm-2.4 to 2.4.35.4, integrate new broadcom system code, update ↵Felix Fietkau2008-01-0631-2617/+8017
| | | | | | broadcom-wl to a contributed version (v4.150.10.5) - no bcm57xx support yet, will follow shortly SVN-Revision: 10137
* don't call deconfig in udhcpc when entering the renew phaseFelix Fietkau2008-01-061-0/+12
| | | | SVN-Revision: 10136