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
John Crispin
8f39c35159
add userspace tool for gpio_dev
...
SVN-Revision: 10267
17 years ago
Felix Fietkau
d7b86662f7
add extra sanity checks in madwifi
...
SVN-Revision: 10266
17 years ago
Felix Fietkau
f6c094ac8a
add a patch for improved transmit signal strength in madwifi
...
SVN-Revision: 10264
17 years ago
John Crispin
0844d5fe49
add generic gpio char dev for CONFIG_GENERIC_GPIO archs
...
SVN-Revision: 10261
17 years ago
Felix Fietkau
929767622f
add some random madwifi fixes
...
SVN-Revision: 10260
17 years ago
Felix Fietkau
1fb5433154
upgrade madwifi, finally fix the annoying ap auto channel selection bug, default to automatic channel selection
...
SVN-Revision: 10259
17 years ago
John Crispin
dfa7ec4c25
make busybox have hwclocjk tool enable by default
...
SVN-Revision: 10255
17 years ago
Felix Fietkau
4ff87a6638
oops, applied the ipkg patch with the wrong patchlevel
...
SVN-Revision: 10253
17 years ago
Felix Fietkau
e84e3a5b03
missing optional parameters for restart and boot functions
...
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
17 years ago
Jens Muecke
3829f7b3f1
Updating libertas wireless driver to latest version.
...
SVN-Revision: 10235
17 years ago
Travis Kemen
f548e54b8d
add options for options xr, ar, turbo, mcast_rate Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
...
SVN-Revision: 10217
17 years ago
Travis Kemen
e743dd5c81
add option configure a custom netmask for dhcp clients Signed-off-by: Lorenz Schori <lorenz.schori@gmx.ch>
...
SVN-Revision: 10216
17 years ago
Felix Fietkau
aee68ecb03
upgrade broadcom-wl, fixes wpa2 issues. remove compat-ldso, not necessary anymore
...
SVN-Revision: 10207
17 years ago
Felix Fietkau
bb57348b94
fix multi-essid setting for broadcom-wl
...
SVN-Revision: 10206
17 years ago
Matteo Croce
94ccc26f42
update ar7 sangam tarball
...
SVN-Revision: 10203
17 years ago
Felix Fietkau
338e846c79
revert [10201] - the broadcom-wl md5sum was correct, the upload on mirror2 however was not. fixed now
...
SVN-Revision: 10202
17 years ago
Andy Boyett
e233aed2bd
broadcom-wl md5sum fixed, thanks ix.
...
SVN-Revision: 10201
17 years ago
Travis Kemen
e8bc160a02
disable use of sendfile() for httpd
...
SVN-Revision: 10200
17 years ago
Travis Kemen
2642f5c065
fix madwifi compile for iop32x
...
SVN-Revision: 10198
17 years ago
Andy Boyett
f9ddabb579
Fix iwconfig symlink generation, closes #3013
...
SVN-Revision: 10188
17 years ago
Matteo Croce
7a1e03489f
acx: fix X86 builds
...
SVN-Revision: 10183
17 years ago
Matteo Croce
6993d2138c
update the acx driver
...
SVN-Revision: 10178
17 years ago
John Crispin
a1833b272b
remove obseleted package
...
SVN-Revision: 10177
17 years ago
Gabor Juhos
31c7a323e6
kernel/modules: fix zd1211 dependancy ( closes : #2985 )
...
SVN-Revision: 10175
17 years ago
Tim Yardley
b55a670253
add broadcom b44 driver support
...
SVN-Revision: 10162
17 years ago
Florian Fainelli
d180d4e006
Fix compilation failures with spca5xx-le ( #2735 )
...
SVN-Revision: 10158
17 years ago
Florian Fainelli
679e42f910
Mark spca5xx-le as broken ( #2923 )
...
SVN-Revision: 10157
17 years ago
Gabor Juhos
6ea68a4b4e
pcmcia-core: fix a typo
...
SVN-Revision: 10154
17 years ago
Travis Kemen
2099ad591a
fix broken patch file from #2997
...
SVN-Revision: 10152
17 years ago
Tim Yardley
7eff5caa70
md5sum was left out
...
SVN-Revision: 10148
17 years ago
Tim Yardley
063e150eb9
updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
...
SVN-Revision: 10147
17 years ago
Florian Fainelli
a4ca693c7e
Add back Sitecom WL-105b support
...
SVN-Revision: 10142
17 years ago