Gabor Juhos
4e45a1d1ac
iptables: remove obsolete patch
...
SVN-Revision: 10464
17 years ago
Travis Kemen
8cd2c6a4cd
push a couple of fixes upstream from Acinonyx
...
SVN-Revision: 10463
17 years ago
Travis Kemen
cf1cf9a8fd
create the dhcp leasefile if it doesn't exist
...
SVN-Revision: 10460
17 years ago
Travis Kemen
80f0eec0aa
fix problems with the use of a passphrase, add option to use a key instead of passphrase
...
SVN-Revision: 10450
17 years ago
Felix Fietkau
3b2d9a13ee
upgrade uci to 0.3.0 - fix for adding changes to empty config files - better error handling for invalid config pointers - create /tmp/.uci if it does not exist
...
SVN-Revision: 10447
17 years ago
Matteo Croce
43e70d58c6
update acx100
...
SVN-Revision: 10439
17 years ago
Felix Fietkau
1963209708
commit after running uci_set_default
...
SVN-Revision: 10434
17 years ago
Felix Fietkau
c86404e5a1
don't fail on uci_load() with nonexisting config files, but return the right return code
...
SVN-Revision: 10433
17 years ago
Felix Fietkau
e1bb6ae6be
make uci_add() create anonymous sections if requested and store the new section name in a variable
...
SVN-Revision: 10432
17 years ago
Felix Fietkau
dd90a2cadd
bump uci to 0.2.5 - adds support for adding unnamed sections
...
SVN-Revision: 10431
17 years ago
Matteo Croce
cf02f1c6b2
backport acx100 2.6.24 fixes from SVN
...
SVN-Revision: 10425
17 years ago
Matteo Croce
bbc597e9be
fix AR7 DSL with 2.6.24
...
SVN-Revision: 10423
17 years ago
Felix Fietkau
d5c5246c32
add a fix for memleaks caused by failed memory allocations
...
SVN-Revision: 10417
17 years ago
Felix Fietkau
f4012149b6
madwifi: add ap mode specific improvements to the calibration process. reported to produce a noticeable increase in rx/tx strength
...
SVN-Revision: 10416
17 years ago
Nicolas Thill
1725614fc0
fix a typo in kmod-crypto-test
...
SVN-Revision: 10406
17 years ago
Nicolas Thill
78be22e32d
add a workaround for watchdog path changes
...
SVN-Revision: 10403
17 years ago
Nicolas Thill
f497e4c1c7
add a workaround for crypto modules renamed in 2.6.24
...
SVN-Revision: 10402
17 years ago
Felix Fietkau
cf4ea1eed0
disable radar detection by default until it is fixed
...
SVN-Revision: 10401
17 years ago
Felix Fietkau
bb84ed507e
update uci - fixes a bug in parse_uci_tuple
...
SVN-Revision: 10400
17 years ago
Felix Fietkau
bbc3a023ca
fix a stupid copy&paste mistake
...
SVN-Revision: 10399
17 years ago
Florian Fainelli
752737ff5b
Allow more ttyUSB<N> devices to use the 3g script ( #3098 )
...
SVN-Revision: 10396
17 years ago
John Crispin
2630cb3800
fix wpa_supplicant for madwifi
...
SVN-Revision: 10392
17 years ago
Felix Fietkau
b7dc7f320f
fix another crash
...
SVN-Revision: 10391
17 years ago
Felix Fietkau
75bc43fc95
upgrade to uci 0.2.2 - fixes uci invocations from hotplug
...
SVN-Revision: 10390
17 years ago
Felix Fietkau
49080689d9
add an extra safety check
...
SVN-Revision: 10389
17 years ago
Felix Fietkau
2e4ccd2aad
import uci v0.2.1 - fixes a merge-import bug
...
SVN-Revision: 10388
17 years ago
Felix Fietkau
7089be5ad8
fix wrong path to uci (thx, phr3ak)
...
SVN-Revision: 10387
17 years ago
Felix Fietkau
f2f0fef9b1
add uci v0.2 - implements batch mode and a command for listing changes to a package
...
SVN-Revision: 10386
17 years ago
Felix Fietkau
c89de79512
move /etc/config/firewall to /etc/firewall.config to prevent it from interfering with uci - yes, this beast really needs a rewrite :)
...
SVN-Revision: 10383
17 years ago
Felix Fietkau
04caf0a56c
upgrade uci 0.1.2, which accepts more characters in the section type validation
...
SVN-Revision: 10382
17 years ago
Felix Fietkau
c5c1f8f1c2
update uci to 0.1.1 - accepts options without value or with an empty value as valid
...
SVN-Revision: 10381
17 years ago
Felix Fietkau
c0ffd0231b
change learning settings for NPE-C as well
...
SVN-Revision: 10379
17 years ago
Felix Fietkau
1e9231f939
switch ixp4xx microcode - use one that does not have the "learning" mode, which can interfere with stp and bridging operation
...
SVN-Revision: 10378
17 years ago
Felix Fietkau
1f224fac8a
fix copy&paste bug
...
SVN-Revision: 10368
17 years ago
Felix Fietkau
0cf1a58282
Here comes the new UCI. Enjoy :)
...
SVN-Revision: 10367
17 years ago
Felix Fietkau
6fc52b0aba
package uuidgen
...
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
17 years ago
Felix Fietkau
738d610209
Add CDMA/EVDO support to comgt package
...
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
17 years ago
Felix Fietkau
02cabf5948
pull madwifi forward to the latest upstream version - should fix some dual radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG)
...
SVN-Revision: 10334
17 years ago
Andy Boyett
36d6e448f2
Add 2.6 kernel dependency to gpioctl
...
SVN-Revision: 10325
17 years ago
Felix Fietkau
e6cd9ebff6
fix a small race condition in the madwifi queue handling
...
SVN-Revision: 10312
17 years ago
Felix Fietkau
aa243819e9
add missing #include
...
SVN-Revision: 10297
17 years ago
Felix Fietkau
a79d8cc2df
more queue handling stuff
...
SVN-Revision: 10296
17 years ago
Felix Fietkau
d9ad14d717
update madwifi to latest trunk, include a few more fixes/improvements
...
SVN-Revision: 10294
17 years ago
John Crispin
5f713d6adb
make the system have a daemon user by default
...
SVN-Revision: 10293
17 years ago
John Crispin
6df5a9cf17
only start crond if there are files in the crontab
...
SVN-Revision: 10292
17 years ago
Felix Fietkau
99bda2bbe0
madwifi: nuke some weird code which is causing NULL nodes to appear
...
SVN-Revision: 10274
17 years ago
Felix Fietkau
aedc7243b0
do not use kzalloc() in madwifi, for compatibility reasons
...
SVN-Revision: 10272
17 years ago
Felix Fietkau
c9d3be59ae
madwifi: nuke some totally wrong code which was causing performance issues
...
SVN-Revision: 10270
17 years ago
Felix Fietkau
0751ec93ff
madwifi: use mrr even in legacy mode
...
SVN-Revision: 10269
17 years ago
Felix Fietkau
90ff19aa07
add a patch for properly refreshing the bssidmask
...
SVN-Revision: 10268
17 years ago