summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵mb2008-02-171-3/+3
| | | | | | it into the "key" variable. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211 wifi script: Tell hostapd to use the nl80211 driver.mb2008-02-171-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use patches to add the nl80211 driver instead of copying the files.mb2008-02-1712-3781/+2968
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Whoops, forgot to add this file to the b43-update commit.mb2008-02-161-0/+392
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10472 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: allow AP and VLAN modesmb2008-02-161-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable nl80211 support in hostapd.mb2008-02-161-2/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add hostapd support for nl80211 (mac80211 stack)mb2008-02-168-0/+2990
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade b43 and mac80211.mb2008-02-15103-10167/+16995
| | | | | | | | | This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: remove obsolete patchjuhosg2008-02-151-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* push a couple of fixes upstream from Acinonyxthepeople2008-02-151-5/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* create the dhcp leasefile if it doesn't existthepeople2008-02-141-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix problems with the use of a passphrase, add option to use a key instead ↵thepeople2008-02-131-5/+13
| | | | | | of passphrase git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.3.0nbd2008-02-121-3/+3
| | | | | | | | | - fix for adding changes to empty config files - better error handling for invalid config pointers - create /tmp/.uci if it does not exist git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update acx100matteo2008-02-103-56/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* commit after running uci_set_defaultnbd2008-02-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't fail on uci_load() with nonexisting config files, but return the right ↵nbd2008-02-091-1/+7
| | | | | | return code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make uci_add() create anonymous sections if requested and store the new ↵nbd2008-02-091-1/+6
| | | | | | section name in a variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump uci to 0.2.5 - adds support for adding unnamed sectionsnbd2008-02-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* backport acx100 2.6.24 fixes from SVNmatteo2008-02-081-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix AR7 DSL with 2.6.24matteo2008-02-081-28/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a fix for memleaks caused by failed memory allocationsnbd2008-02-081-0/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add ap mode specific improvements to the calibration process. ↵nbd2008-02-082-39/+155
| | | | | | reported to produce a noticeable increase in rx/tx strength git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a typo in kmod-crypto-testnico2008-02-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround for watchdog path changesnico2008-02-061-8/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a workaround for crypto modules renamed in 2.6.24nico2008-02-061-7/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable radar detection by default until it is fixednbd2008-02-051-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uci - fixes a bug in parse_uci_tuplenbd2008-02-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a stupid copy&paste mistakenbd2008-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow more ttyUSB<N> devices to use the 3g script (#3098)florian2008-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wpa_supplicant for madwifiblogic2008-02-051-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix another crashnbd2008-02-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.2.2 - fixes uci invocations from hotplugnbd2008-02-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an extra safety checknbd2008-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10389 3c298f89-4303-0410-b956-a3cf2f4a3e73
* import uci v0.2.1 - fixes a merge-import bugnbd2008-02-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong path to uci (thx, phr3ak)nbd2008-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uci v0.2 - implements batch mode and a command for listing changes to a ↵nbd2008-02-051-4/+6
| | | | | | package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move /etc/config/firewall to /etc/firewall.config to prevent it from ↵nbd2008-02-042-4/+4
| | | | | | interfering with uci - yes, this beast really needs a rewrite :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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