Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compile libnl with -ffunction-sections to make binaries that use genl smaller | Felix Fietkau | 2008-06-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 11600 | ||||
* | x86: don't attempt to compile grub on darwin | Felix Fietkau | 2008-06-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 11599 | ||||
* | adds rt_tables to files installed by ip ipkg | John Crispin | 2008-06-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 11598 | ||||
* | ebtables: Update to 2.0.8-2 | Andy Boyett | 2008-06-22 | 2 | -18/+12 |
| | | | | SVN-Revision: 11556 | ||||
* | gmp: Update to 4.2.2 | Andy Boyett | 2008-06-22 | 2 | -88/+10 |
| | | | | SVN-Revision: 11555 | ||||
* | e2fsprogs: Update to 1.40.11 | Andy Boyett | 2008-06-22 | 1 | -4/+5 |
| | | | | SVN-Revision: 11554 | ||||
* | arptables: Update to 0.0.3-3 | Andy Boyett | 2008-06-22 | 2 | -29/+3 |
| | | | | SVN-Revision: 11553 | ||||
* | Add support for Connexant USB ADSL modemds (#3553) | Florian Fainelli | 2008-06-21 | 1 | -0/+14 |
| | | | | SVN-Revision: 11549 | ||||
* | upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins) | Felix Fietkau | 2008-06-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 11548 | ||||
* | grub: Natively build grub only on x86 linux hosts, cross compile everywhere ↵ | Andy Boyett | 2008-06-20 | 1 | -4/+10 |
| | | | | | | else. - Closes #3560 SVN-Revision: 11542 | ||||
* | Remove the sleep since we delayed bringing up the interface | Florian Fainelli | 2008-06-18 | 1 | -1/+0 |
| | | | | SVN-Revision: 11534 | ||||
* | Delay bringing up the interface because some cards requires setting the mode ↵ | Florian Fainelli | 2008-06-18 | 1 | -1/+1 |
| | | | | | | before bringing it up (#3541) SVN-Revision: 11533 | ||||
* | linux-uvc: Upgrade to revision 215 | Andy Boyett | 2008-06-17 | 1 | -2/+4 |
| | | | | SVN-Revision: 11519 | ||||
* | Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji ↵ | Andy Boyett | 2008-06-17 | 1 | -0/+1 |
| | | | | | | Mano. - Fixes the use of CONFIG_UCI_PRECONFIG under git; git does not track empty directories. SVN-Revision: 11517 | ||||
* | Revert previous bad commit r11512 | Yuji Mano | 2008-06-16 | 1 | -11/+6 |
| | | | | SVN-Revision: 11513 | ||||
* | Add the PS3 specific utility bl-option, a helper sctipt to get and set ↵ | Yuji Mano | 2008-06-16 | 1 | -6/+11 |
| | | | | | | | | bootloader options in flash memory. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11512 | ||||
* | libnl: backport memleak fix | Imre Kaloz | 2008-06-16 | 1 | -0/+40 |
| | | | | SVN-Revision: 11500 | ||||
* | fix libnl compile with older kernels | Imre Kaloz | 2008-06-16 | 1 | -0/+80 |
| | | | | SVN-Revision: 11499 | ||||
* | remove some unused crap | Felix Fietkau | 2008-06-15 | 12 | -2361/+0 |
| | | | | SVN-Revision: 11472 | ||||
* | (6/6) bcm57xx: package | Felix Fietkau | 2008-06-15 | 40 | -0/+27527 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | (4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered | Felix Fietkau | 2008-06-15 | 3 | -1/+19 |
| | | | | | | | | | | | | 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 | ||||
* | (1/6) bcm57xx: init from diag | Felix Fietkau | 2008-06-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove ssb headers from mac80211 to avoid conflict with in-kernel ones | Peter Denison | 2008-06-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 11462 | ||||
* | another patch fix | Felix Fietkau | 2008-06-13 | 1 | -7/+7 |
| | | | | SVN-Revision: 11455 | ||||
* | fix a small comment | Felix Fietkau | 2008-06-13 | 1 | -7/+7 |
| | | | | SVN-Revision: 11454 | ||||
* | fix ANI and make use of it in all modes except for monitor | Felix Fietkau | 2008-06-13 | 1 | -5/+280 |
| | | | | SVN-Revision: 11453 | ||||
* | make ip-up scripts aware of network settings | John Crispin | 2008-06-11 | 1 | -2/+1 |
| | | | | SVN-Revision: 11446 | ||||
* | system now knows which timezone it is in | John Crispin | 2008-06-11 | 3 | -1/+6 |
| | | | | SVN-Revision: 11445 | ||||
* | Add syskonnect yukon2 support (#2568) | Florian Fainelli | 2008-06-11 | 1 | -0/+21 |
| | | | | SVN-Revision: 11437 | ||||
* | madwifi: remove unnecessary part of the 349-reset.patch, add an ANI fix for ↵ | Felix Fietkau | 2008-06-09 | 2 | -9/+13 |
| | | | | | | future HALs SVN-Revision: 11409 | ||||
* | Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. ↵ | Peter Denison | 2008-06-08 | 1 | -1/+1 |
| | | | | | | Fixes #3501 SVN-Revision: 11407 | ||||
* | add button-hotplug driver, will be usable to check status of buttons ↵ | Gabor Juhos | 2008-06-07 | 4 | -0/+374 |
| | | | | | | connected to GPIO lines SVN-Revision: 11401 | ||||
* | oops. accidentally committed the wrong patch version | Felix Fietkau | 2008-06-07 | 1 | -4/+8 |
| | | | | SVN-Revision: 11395 | ||||
* | fix madwifi on linux 2.4 | Felix Fietkau | 2008-06-06 | 1 | -0/+13 |
| | | | | SVN-Revision: 11385 | ||||
* | use default gateway for routes that have no gw specified, Signed off by: ↵ | John Crispin | 2008-06-06 | 1 | -4/+2 |
| | | | | | | Brian J. Murrell SVN-Revision: 11380 | ||||
* | add little endian arm wpa_supplicant config file | Imre Kaloz | 2008-06-05 | 1 | -0/+139 |
| | | | | SVN-Revision: 11369 | ||||
* | fix sysupgrade 'do_upgrade: not found' error | Felix Fietkau | 2008-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 11362 | ||||
* | upgrade uci to 0.4.2 - fixes some escaping and library issues | Felix Fietkau | 2008-06-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 11361 | ||||
* | Update b43 from compat-wireless-2008-05-26 codebase | Peter Denison | 2008-06-04 | 22 | -1673/+3090 |
| | | | | SVN-Revision: 11358 | ||||
* | Update mac80211 to compat-wireless-2008-05-26 | Peter Denison | 2008-06-04 | 2 | -10/+21 |
| | | | | SVN-Revision: 11357 | ||||
* | Update libnl to compile on and after 2.6.25 | Peter Denison | 2008-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 11356 | ||||
* | add wpa-eap uci configs Signed-off-by: David Bird <david@coova.com> | Travis Kemen | 2008-06-04 | 1 | -1/+18 |
| | | | | SVN-Revision: 11355 | ||||
* | upgrade uci to 0.4.1 improves uci.foreach and uci.get_all in the lua binding ↵ | Felix Fietkau | 2008-06-04 | 1 | -2/+2 |
| | | | | | | no longer records changes for uci set with oldval == newval SVN-Revision: 11354 | ||||
* | move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1 | Felix Fietkau | 2008-06-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 11353 | ||||
* | add preliminary Marvell Orion support | Imre Kaloz | 2008-06-04 | 1 | -0/+3 |
| | | | | SVN-Revision: 11352 | ||||
* | refresh madwifi patches using upstream style | Imre Kaloz | 2008-06-04 | 43 | -505/+543 |
| | | | | SVN-Revision: 11351 | ||||
* | update uci to v0.4.0 - improves lua binding | Felix Fietkau | 2008-06-03 | 1 | -3/+3 |
| | | | | SVN-Revision: 11348 | ||||
* | Updated Dnsmasq to 2.42 (#3498) | Steven Barth | 2008-06-03 | 3 | -12/+10 |
| | | | | SVN-Revision: 11339 | ||||
* | netfilter/iptables: enable IMQ on 2.6.25 | Gabor Juhos | 2008-06-02 | 2 | -4/+2 |
| | | | | SVN-Revision: 11335 | ||||
* | We do not need to make the experimental/install-experimental targets ↵ | Florian Fainelli | 2008-06-02 | 1 | -1/+2 |
| | | | | | | starting with 1.4.x version SVN-Revision: 11325 |