Andy Boyett
3dbe2e1093
ebtables: Update to 2.0.8-2
...
SVN-Revision: 11556
2008-06-22 18:41:25 +00:00
Andy Boyett
0ddeec5cd5
gmp: Update to 4.2.2
...
SVN-Revision: 11555
2008-06-22 18:41:09 +00:00
Andy Boyett
82a7b76158
e2fsprogs: Update to 1.40.11
...
SVN-Revision: 11554
2008-06-22 18:40:53 +00:00
Andy Boyett
83d041b094
arptables: Update to 0.0.3-3
...
SVN-Revision: 11553
2008-06-22 18:40:30 +00:00
Florian Fainelli
61f7b17ef0
Add support for Connexant USB ADSL modemds ( #3553 )
...
SVN-Revision: 11549
2008-06-21 13:21:49 +00:00
Felix Fietkau
4d58c059f0
upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins)
...
SVN-Revision: 11548
2008-06-20 17:39:56 +00:00
Andy Boyett
652fa86fe7
grub: Natively build grub only on x86 linux hosts, cross compile everywhere else. - Closes #3560
...
SVN-Revision: 11542
2008-06-20 01:43:20 +00:00
Florian Fainelli
11d0725b61
Remove the sleep since we delayed bringing up the interface
...
SVN-Revision: 11534
2008-06-18 17:42:10 +00:00
Florian Fainelli
e2e80ab38a
Delay bringing up the interface because some cards requires setting the mode before bringing it up ( #3541 )
...
SVN-Revision: 11533
2008-06-18 17:09:02 +00:00
Andy Boyett
3e8ab1ed20
linux-uvc: Upgrade to revision 215
...
SVN-Revision: 11519
2008-06-17 05:39:05 +00:00
Andy Boyett
5a7529a58d
Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji Mano. - Fixes the use of CONFIG_UCI_PRECONFIG under git; git does not track empty directories.
...
SVN-Revision: 11517
2008-06-17 00:44:10 +00:00
Yuji Mano
0b5f602421
Revert previous bad commit r11512
...
SVN-Revision: 11513
2008-06-16 19:37:00 +00:00
Yuji Mano
5ee48c0b00
Add the PS3 specific utility bl-option, a helper sctipt to get and set bootloader options in flash memory.
...
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11512
2008-06-16 19:14:13 +00:00
Imre Kaloz
b3e20537ca
libnl: backport memleak fix
...
SVN-Revision: 11500
2008-06-16 12:43:16 +00:00
Imre Kaloz
593c2b7cec
fix libnl compile with older kernels
...
SVN-Revision: 11499
2008-06-16 12:42:36 +00:00
Felix Fietkau
f2e997ac38
remove some unused crap
...
SVN-Revision: 11472
2008-06-15 11:15:35 +00:00
Felix Fietkau
ddd809f9e5
(6/6) bcm57xx: package
...
This is the bcm57xx package. I have tested default vlan functions,
but I dont have the equipment to test more advanced setups. The default
vlan setup seems to be working fine. I also added the activate_gpio
parameter which will make the driver activate the switch via gpio before
probing for it.
I'm not sure which method is best for autoload. For the wrt350n, I
need the activate_gpio parameter. But its probably not a good idea
to add that to the autoload file. On a system without a bcm57xx switch,
isn't it a bad idea to mess with the gpios looking for the switch? Ideally,
wouldn't it be best to load the bcm57xx module from broadcom-diag, after
it has determined which router its on? I tried using 'request_module' from
there, but had no success. For now, I am relying on preinit to load
the bcm57xx module with activate_gpio param, after it has failed to load
switch_robo and switch_adm.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11471
2008-06-15 11:11:28 +00:00
Felix Fietkau
40990382e5
(4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered
...
This patch prevents switch-robo.c from attempting robo_probe on a port
that is already registered. robo_probe will adjust kernel reference counts
if it detects a switch on the port. If this patch wasn't applied, the
wrt350n would hang on reboot, waiting for the network driver reference count
to reach zero indefinitely.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11469
2008-06-15 11:10:27 +00:00
Felix Fietkau
f7e09198fe
(1/6) bcm57xx: init from diag
...
I've been working to finish up the bcm57xx module package nbd
posted a few months ago. I am no expert, just had some spare
time and some motivation. Here is the background:
https://dev.openwrt.org/ticket/2744
This first patch disables the bcm57xx gpio setup in broadcom-diag.
The switch needs to be initialized by the driver so the driver can
then reset the switch ASAP. If the switch isn't reset quickly enough,
it will forward packets between the WAN and LAN, which will cause
problems with modems that only allow one mac to access the internet.
Tested on wrt350n.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11466
2008-06-15 11:09:27 +00:00
Peter Denison
464ed48321
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
...
SVN-Revision: 11462
2008-06-13 21:05:26 +00:00
Felix Fietkau
7c029b0355
another patch fix
...
SVN-Revision: 11455
2008-06-13 08:56:06 +00:00
Felix Fietkau
ad9bc6ab09
fix a small comment
...
SVN-Revision: 11454
2008-06-13 07:30:21 +00:00
Felix Fietkau
01c61b0d64
fix ANI and make use of it in all modes except for monitor
...
SVN-Revision: 11453
2008-06-13 01:51:31 +00:00
John Crispin
456893e798
make ip-up scripts aware of network settings
...
SVN-Revision: 11446
2008-06-11 20:03:08 +00:00
John Crispin
0bf765b362
system now knows which timezone it is in
...
SVN-Revision: 11445
2008-06-11 19:59:16 +00:00
Florian Fainelli
6d88031192
Add syskonnect yukon2 support ( #2568 )
...
SVN-Revision: 11437
2008-06-11 15:51:23 +00:00
Felix Fietkau
62bef2bced
madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for future HALs
...
SVN-Revision: 11409
2008-06-09 10:17:36 +00:00
Peter Denison
ea8b4cb0d7
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501
...
SVN-Revision: 11407
2008-06-08 20:19:19 +00:00
Gabor Juhos
50a749e9a7
add button-hotplug driver, will be usable to check status of buttons connected to GPIO lines
...
SVN-Revision: 11401
2008-06-07 18:25:32 +00:00
Felix Fietkau
06447d5cfa
oops. accidentally committed the wrong patch version
...
SVN-Revision: 11395
2008-06-07 15:11:21 +00:00
Felix Fietkau
60e3586f6f
fix madwifi on linux 2.4
...
SVN-Revision: 11385
2008-06-06 23:53:03 +00:00
John Crispin
51b28d44a9
use default gateway for routes that have no gw specified, Signed off by: Brian J. Murrell
...
SVN-Revision: 11380
2008-06-06 18:49:23 +00:00
Imre Kaloz
7a72cfdd2a
add little endian arm wpa_supplicant config file
...
SVN-Revision: 11369
2008-06-05 17:15:12 +00:00
Felix Fietkau
036b397595
fix sysupgrade 'do_upgrade: not found' error
...
SVN-Revision: 11362
2008-06-04 23:20:56 +00:00
Felix Fietkau
b4d1c134da
upgrade uci to 0.4.2 - fixes some escaping and library issues
...
SVN-Revision: 11361
2008-06-04 22:43:26 +00:00
Peter Denison
b2a1f5e79b
Update b43 from compat-wireless-2008-05-26 codebase
...
SVN-Revision: 11358
2008-06-04 19:47:48 +00:00
Peter Denison
e8620fa5aa
Update mac80211 to compat-wireless-2008-05-26
...
SVN-Revision: 11357
2008-06-04 19:47:27 +00:00
Peter Denison
238a618093
Update libnl to compile on and after 2.6.25
...
SVN-Revision: 11356
2008-06-04 19:45:46 +00:00
Travis Kemen
b35e663111
add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>
...
SVN-Revision: 11355
2008-06-04 18:18:58 +00:00
Felix Fietkau
0b66a7d614
upgrade uci to 0.4.1 improves uci.foreach and uci.get_all in the lua binding no longer records changes for uci set with oldval == newval
...
SVN-Revision: 11354
2008-06-04 15:28:46 +00:00
Felix Fietkau
c8ed362edd
move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1
...
SVN-Revision: 11353
2008-06-04 15:12:44 +00:00
Imre Kaloz
7bb65fb9d7
add preliminary Marvell Orion support
...
SVN-Revision: 11352
2008-06-04 13:51:17 +00:00
Imre Kaloz
0244e57bb9
refresh madwifi patches using upstream style
...
SVN-Revision: 11351
2008-06-04 13:16:18 +00:00
Felix Fietkau
49499dfbd1
update uci to v0.4.0 - improves lua binding
...
SVN-Revision: 11348
2008-06-03 21:43:32 +00:00
Steven Barth
5da5342fda
Updated Dnsmasq to 2.42 ( #3498 )
...
SVN-Revision: 11339
2008-06-03 15:06:20 +00:00
Gabor Juhos
f9518d9a74
netfilter/iptables: enable IMQ on 2.6.25
...
SVN-Revision: 11335
2008-06-02 19:46:47 +00:00
Florian Fainelli
82247228ea
We do not need to make the experimental/install-experimental targets starting with 1.4.x version
...
SVN-Revision: 11325
2008-06-02 11:54:05 +00:00
Felix Fietkau
40720b6d20
madwifi: fix cflags for generic mips hal
...
SVN-Revision: 11319
2008-06-01 12:08:02 +00:00
Felix Fietkau
193949d2c6
fix madwifi menuconfig (thx, Othello)
...
SVN-Revision: 11318
2008-06-01 06:00:25 +00:00
Felix Fietkau
3f1f985692
add missing export
...
SVN-Revision: 11317
2008-06-01 03:40:10 +00:00