1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-23 03:35:30 +03:00
Commit Graph

3943 Commits

Author SHA1 Message Date
ymano
32f358d6ff Revert previous bad commit r11512
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-16 19:37:00 +00:00
ymano
ed4d6c7f42 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-16 19:14:13 +00:00
kaloz
5e79b9ecf4 libnl: backport memleak fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11500 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-16 12:43:16 +00:00
kaloz
0e8494d669 fix libnl compile with older kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-16 12:42:36 +00:00
nbd
097a961229 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
nbd
128434cb23 (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
nbd
c848213af9 (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
nbd
7f7d2044e4 (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
noz
f82fc98012 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
nbd
1257d52114 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
nbd
ac5eeb4502 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
nbd
bc7e8422ca 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
blogic
ce0a10b543 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
blogic
2964b01abc 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
351499a2e6 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
nbd
4a7c5241be 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
noz
6b106238fd 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
juhosg
096bb4f920 [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
nbd
6181dacb72 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
nbd
bfad2b5fea 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
blogic
171e1e3acd 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
kaloz
44703fc23b 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
nbd
d110b89b7b 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
nbd
adcea7e7fb 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
noz
18233555f4 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
noz
38f0bdeb17 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
noz
91b83af754 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
thepeople
de911eea1a 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
nbd
4c9bbc5dca 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
nbd
b146590a26 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
kaloz
fc35f54386 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
kaloz
42bda49cb1 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
nbd
3dd1e79387 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
cyrus
1f74b8f896 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
juhosg
77ac43966f [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
76047329b3 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
nbd
d2cb36d9c5 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
nbd
971cd6f6b3 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
nbd
c22b94546f 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
nbd
70d0796247 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
nbd
d2111ac59a 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
nbd
7afee719bf 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
nbd
ca44a0dc0e 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
nbd
96f59a9052 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
nbd
2168f4032e 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
cyrus
868fc521a6 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
a8f2d938ff 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
569c36ca7b 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
nbd
a2c5c63f00 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
kaloz
eddc130422 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