summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* upgrade uci 0.1.2, which accepts more characters in the section type validationnbd2008-02-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uci to 0.1.1 - accepts options without value or with an empty value ↵nbd2008-02-041-3/+5
| | | | | | as valid git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change learning settings for NPE-C as wellnbd2008-02-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch ixp4xx microcode - use one that does not have the "learning" mode, ↵nbd2008-02-041-2/+2
| | | | | | which can interfere with stp and bridging operation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix copy&paste bugnbd2008-02-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Here comes the new UCI. Enjoy :)nbd2008-02-0319-87/+269
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package uuidgennbd2008-02-021-0/+19
| | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add CDMA/EVDO support to comgt packagenbd2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pull madwifi forward to the latest upstream version - should fix some dual ↵nbd2008-01-3114-323/+284
| | | | | | radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add 2.6 kernel dependency to gpioctlagb2008-01-301-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small race condition in the madwifi queue handlingnbd2008-01-291-2/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10312 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing #includenbd2008-01-281-6/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more queue handling stuffnbd2008-01-282-17/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update madwifi to latest trunk, include a few more fixes/improvementsnbd2008-01-2816-300/+398
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the system have a daemon user by defaultblogic2008-01-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only start crond if there are files in the crontabblogic2008-01-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: nuke some weird code which is causing NULL nodes to appearnbd2008-01-261-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not use kzalloc() in madwifi, for compatibility reasonsnbd2008-01-261-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: nuke some totally wrong code which was causing performance issuesnbd2008-01-261-0/+118
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: use mrr even in legacy modenbd2008-01-261-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a patch for properly refreshing the bssidmasknbd2008-01-261-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add userspace tool for gpio_devblogic2008-01-263-0/+143
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add extra sanity checks in madwifinbd2008-01-261-0/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a patch for improved transmit signal strength in madwifinbd2008-01-261-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsblogic2008-01-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some random madwifi fixesnbd2008-01-253-0/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade madwifi, finally fix the annoying ap auto channel selection bug, ↵nbd2008-01-2510-250/+348
| | | | | | default to automatic channel selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make busybox have hwclocjk tool enable by defaultblogic2008-01-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, applied the ipkg patch with the wrong patchlevelnbd2008-01-251-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* missing optional parameters for restart and boot functionsnbd2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updating libertas wireless driver to latest version.ryd2008-01-2424-1233/+1205
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10235 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz ↵thepeople2008-01-171-0/+12
| | | | | | Schori <lorenz.schori@gmx.ch> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz ↵thepeople2008-01-171-1/+2
| | | | | | Schori <lorenz.schori@gmx.ch> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary ↵nbd2008-01-164-307/+2
| | | | | | anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix multi-essid setting for broadcom-wlnbd2008-01-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10206 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update ar7 sangam tarballmatteo2008-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 ↵nbd2008-01-151-1/+1
| | | | | | however was not. fixed now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl md5sum fixed, thanks ix.agb2008-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable use of sendfile() for httpdthepeople2008-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi compile for iop32xthepeople2008-01-151-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix iwconfig symlink generation, closes #3013agb2008-01-141-4/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx: fix X86 buildsmatteo2008-01-141-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update the acx drivermatteo2008-01-126-1315/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obseleted packageblogic2008-01-1210-2614/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: fix zd1211 dependancy (closes: #2985)juhosg2008-01-111-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add broadcom b44 driver supportpavlov2008-01-101-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix compilation failures with spca5xx-le (#2735)florian2008-01-102-1/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Mark spca5xx-le as broken (#2923)florian2008-01-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] pcmcia-core: fix a typojuhosg2008-01-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix broken patch file from #2997thepeople2008-01-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10152 3c298f89-4303-0410-b956-a3cf2f4a3e73