Felix Fietkau
1a598982c4
remove some unused crap
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15 11:15:35 +00:00
Felix Fietkau
567993fa4c
(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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11471 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15 11:11:28 +00:00
Felix Fietkau
ec81fa9d4e
(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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11469 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15 11:10:27 +00:00
Felix Fietkau
7886efab9d
(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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-15 11:09:27 +00:00
Peter Denison
ef3c293536
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11462 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-13 21:05:26 +00:00
Felix Fietkau
8697eb8993
another patch fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-13 08:56:06 +00:00
Felix Fietkau
c42badd5fb
fix a small comment
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11454 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-13 07:30:21 +00:00
Felix Fietkau
22e0367add
fix ANI and make use of it in all modes except for monitor
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-13 01:51:31 +00:00
John Crispin
15e807bd2f
make ip-up scripts aware of network settings
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-11 20:03:08 +00:00
John Crispin
e9f32f8648
system now knows which timezone it is in
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-11 19:59:16 +00:00
Florian Fainelli
a814dc2cbf
Add syskonnect yukon2 support ( #2568 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-11 15:51:23 +00:00
Felix Fietkau
233eb1df59
madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for future HALs
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-09 10:17:36 +00:00
Peter Denison
f29e8a8442
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens.
...
Fixes #3501
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-08 20:19:19 +00:00
Gabor Juhos
87e2cd94ad
[package] add button-hotplug driver, will be usable to check status of buttons connected to GPIO lines
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-07 18:25:32 +00:00
Felix Fietkau
35429cda0d
oops. accidentally committed the wrong patch version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11395 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-07 15:11:21 +00:00
Felix Fietkau
894c20123f
fix madwifi on linux 2.4
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11385 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-06 23:53:03 +00:00
John Crispin
3824708fd4
use default gateway for routes that have no gw specified, Signed off by: Brian J. Murrell
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11380 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-06 18:49:23 +00:00
Imre Kaloz
89057be20d
add little endian arm wpa_supplicant config file
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-05 17:15:12 +00:00
Felix Fietkau
0174cbc49a
fix sysupgrade 'do_upgrade: not found' error
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 23:20:56 +00:00
Felix Fietkau
cb4cd56ead
upgrade uci to 0.4.2 - fixes some escaping and library issues
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 22:43:26 +00:00
Peter Denison
86e3679130
Update b43 from compat-wireless-2008-05-26 codebase
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 19:47:48 +00:00
Peter Denison
47e2253544
Update mac80211 to compat-wireless-2008-05-26
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 19:47:27 +00:00
Peter Denison
58e840db37
Update libnl to compile on and after 2.6.25
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 19:45:46 +00:00
Travis Kemen
c7120414d1
add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com>
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 18:18:58 +00:00
Felix Fietkau
484d10d3d2
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11354 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 15:28:46 +00:00
Felix Fietkau
b5f3c226b5
move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 15:12:44 +00:00
Imre Kaloz
588d69a7c7
add preliminary Marvell Orion support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 13:51:17 +00:00
Imre Kaloz
95866983ca
refresh madwifi patches using upstream style
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 13:16:18 +00:00
Felix Fietkau
db266ab45f
update uci to v0.4.0 - improves lua binding
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-03 21:43:32 +00:00
Steven Barth
ae7e759c81
Updated Dnsmasq to 2.42 ( #3498 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-03 15:06:20 +00:00
Gabor Juhos
6aa05063a5
[package] netfilter/iptables: enable IMQ on 2.6.25
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-02 19:46:47 +00:00
Florian Fainelli
bb1b2a0111
We do not need to make the experimental/install-experimental targets starting with 1.4.x version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-02 11:54:05 +00:00
Felix Fietkau
ed893cab23
madwifi: fix cflags for generic mips hal
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 12:08:02 +00:00
Felix Fietkau
a14c2d47bb
fix madwifi menuconfig (thx, Othello)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 06:00:25 +00:00
Felix Fietkau
ee548d3c10
add missing export
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:40:10 +00:00
Felix Fietkau
390ae88a94
madwifi: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:01:58 +00:00
Felix Fietkau
01f2def2c1
madwifi: clean up scanning code, add support for changing scan lists
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:00:59 +00:00
Felix Fietkau
61ab116341
madwifi: update to sam leffler's latest hal
...
fixes LED on wisoc
fixes rx sensitivity issues
improves throughput on all cards/devices
enhances link stability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11314 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 03:00:32 +00:00
Felix Fietkau
9e14a5acc0
clean up performance patch, add some head/tailroom calculation fixes (thx, benoit)
...
fix some unused variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11313 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 00:11:32 +00:00
Felix Fietkau
0853b35bdd
madwifi build scripts cleanup
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11312 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 00:11:14 +00:00
Felix Fietkau
5b88244a33
fix wpa_supplicant cflags
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-01 00:10:26 +00:00
Steven Barth
9a7d1bd0a0
updated OpenSSL to 0.9.8h
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-31 15:52:11 +00:00
Florian Fainelli
c772f96e27
Add Siemens SE505v2 detection to diag ( #3416 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11308 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-31 12:32:05 +00:00
Florian Fainelli
7e7b7dc9e0
Fix ATM usb device selection ( #3429 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-31 12:14:02 +00:00
Felix Fietkau
fdf2b65b60
This Makefile patch adds support for the "Privacy Extensions",
...
"IP-in-IPv6 tunnel", "Multiple Routing Tables" and "source address
based routing" in the 2.6 Kernel.
Signed-off-by: "Alina Friedrichsen" <x-alina-ml@gmx.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-29 09:27:33 +00:00
Imre Kaloz
3da8505e09
move the fconfig package into trunk
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-27 13:21:12 +00:00
Nicolas Thill
5e9198cbbe
remove hacks to disable modules on some targets now that we do have proper PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-26 22:57:51 +00:00
Matteo Croce
5643ef5b44
fixed mount path ( closes #3464 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-25 20:03:00 +00:00
Florian Fainelli
5273d35d82
Fix compilation of lm77 module ( #3447 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-24 14:16:23 +00:00
Florian Fainelli
3c49678535
Fix mount utilites installation ( #3464 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-24 13:37:36 +00:00