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
Felix Fietkau
a91f7dcfd8
madwifi: refresh patches
...
SVN-Revision: 11316
2008-06-01 03:01:58 +00:00
Felix Fietkau
c05f60e0d0
madwifi: clean up scanning code, add support for changing scan lists
...
SVN-Revision: 11315
2008-06-01 03:00:59 +00:00
Felix Fietkau
17a7cfb3a7
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
...
SVN-Revision: 11314
2008-06-01 03:00:32 +00:00
Felix Fietkau
3e0c844379
clean up performance patch, add some head/tailroom calculation fixes (thx, benoit) fix some unused variables
...
SVN-Revision: 11313
2008-06-01 00:11:32 +00:00
Felix Fietkau
e97b3f0b95
madwifi build scripts cleanup
...
SVN-Revision: 11312
2008-06-01 00:11:14 +00:00
Felix Fietkau
90baadbedc
fix wpa_supplicant cflags
...
SVN-Revision: 11311
2008-06-01 00:10:26 +00:00
Steven Barth
80219efc2d
updated OpenSSL to 0.9.8h
...
SVN-Revision: 11309
2008-05-31 15:52:11 +00:00
Florian Fainelli
6fab96eb3e
Add Siemens SE505v2 detection to diag ( #3416 )
...
SVN-Revision: 11308
2008-05-31 12:32:05 +00:00
Florian Fainelli
b11e790e7a
Fix ATM usb device selection ( #3429 )
...
SVN-Revision: 11307
2008-05-31 12:14:02 +00:00
Felix Fietkau
5ad3720371
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>
SVN-Revision: 11288
2008-05-29 09:27:33 +00:00
Imre Kaloz
20fbb8b151
move the fconfig package into trunk
...
SVN-Revision: 11274
2008-05-27 13:21:12 +00:00
Nicolas Thill
ae879baa57
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)
...
SVN-Revision: 11272
2008-05-26 22:57:51 +00:00
Matteo Croce
7e9f396980
fixed mount path ( closes #3464 )
...
SVN-Revision: 11267
2008-05-25 20:03:00 +00:00
Florian Fainelli
29365f1d14
Fix compilation of lm77 module ( #3447 )
...
SVN-Revision: 11256
2008-05-24 14:16:23 +00:00
Florian Fainelli
85fa20921a
Fix mount utilites installation ( #3464 )
...
SVN-Revision: 11255
2008-05-24 13:37:36 +00:00
Felix Fietkau
554ddcf755
fix liblua symlink installation
...
SVN-Revision: 11245
2008-05-23 07:09:29 +00:00
Steven Barth
f3bc063753
Added missing header reference to InstallDev target
...
SVN-Revision: 11241
2008-05-22 20:26:23 +00:00
Felix Fietkau
d8d15cb1c0
fix lua compile issues on ixp4xx (EABI) by linking libgcc into liblua
...
SVN-Revision: 11240
2008-05-22 14:20:56 +00:00
Felix Fietkau
6fa85238f5
add updated lua patchset from Steven Barth (cyrus) as explained in http://lists.openwrt.org/pipermail/openwrt-devel/2008-May/002170.html
...
SVN-Revision: 11239
2008-05-22 14:20:36 +00:00
Peter Denison
f027ecb2cf
Stopgap compilation fixes for diag and switch under 2.6.25
...
SVN-Revision: 11231
2008-05-20 22:33:45 +00:00
Peter Denison
de5c50cfe4
Update iproute2 to version 2.6.25, and fixup patches
...
SVN-Revision: 11230
2008-05-20 22:17:26 +00:00
Matteo Croce
ac8bf03f8e
create /etc/fstab on boot ( closes #3458 )
...
SVN-Revision: 11225
2008-05-20 19:02:19 +00:00
Steven Barth
f2de1dec21
Merge branch 'openssl'
...
SVN-Revision: 11224
2008-05-20 18:12:08 +00:00
Matteo Croce
0a1c669ec1
fix some wrong paths
...
SVN-Revision: 11217
2008-05-19 22:08:46 +00:00
Matteo Croce
925ad245e0
avr32: add watchdog driver
...
SVN-Revision: 11192
2008-05-18 23:13:25 +00:00
Rod Whitby
6a79ee257d
sound: Remove atheros restriction, since atheros can have usb sound cards
...
SVN-Revision: 11168
2008-05-18 11:54:49 +00:00
Florian Fainelli
d543939042
Add support for OTI6858 and ARK3116 usb serial converters ( #3442 )
...
SVN-Revision: 11167
2008-05-18 11:21:28 +00:00
Felix Fietkau
eb2e08d894
ifndef is not supported inside make variable expansion
...
SVN-Revision: 11165
2008-05-17 20:13:29 +00:00
Rod Whitby
c715985c97
base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they moved from /sbin to /usr/sbin)
...
SVN-Revision: 11157
2008-05-17 00:13:05 +00:00
Yuji Mano
9788ab458c
update version
...
SVN-Revision: 11154
2008-05-16 18:56:04 +00:00
Rod Whitby
aff3215d29
modules/other.mk: Enable bluetooth for atheros
...
SVN-Revision: 11150
2008-05-16 16:35:04 +00:00
Florian Fainelli
99b6b35be3
Add support for Asus wl-520gc
...
SVN-Revision: 11145
2008-05-16 01:18:57 +00:00
Travis Kemen
3f8eaeb2c3
This patch adds a number of configuration options to the MadWifi package. You can now configure the HAL, bus, default rate control algorithm as well as the debug mode from within make menuconfig. The goal is to be able to support hardware profiles with different HALs without messing around with the Makefile directly. Signed-off-by: Axel Gembe <ago@bastart.eu.org>
...
SVN-Revision: 11140
2008-05-15 00:59:34 +00:00
Peter Denison
72d40dec08
Allow package/switch to compile against 2.6.25
...
SVN-Revision: 11138
2008-05-14 15:03:05 +00:00
Ralph Hempel
6d4c89c7f5
adding check for /proc/net/vlan/config (==vlan enabled kernel)
...
SVN-Revision: 11132
2008-05-13 09:21:17 +00:00
Peter Denison
06c7c04288
Fix typo in broadcom-diag LED output enable
...
SVN-Revision: 11125
2008-05-12 19:46:53 +00:00
Andy Boyett
e136c5203d
Fix kmod-ata-piix deps
...
SVN-Revision: 11121
2008-05-12 06:41:12 +00:00
Andy Boyett
bd06be4f73
Package nvidia sata driver
...
SVN-Revision: 11120
2008-05-12 06:40:54 +00:00
Andy Boyett
78b7201f2a
Package AHCI driver
...
SVN-Revision: 11119
2008-05-12 06:40:37 +00:00
Andy Boyett
0ff7ae2d6c
Package VIA sata driver
...
SVN-Revision: 11118
2008-05-12 06:40:18 +00:00
Nicolas Thill
94940b2265
disable ip6tables as well on 2.6.25 until we have working IMQ support
...
SVN-Revision: 11117
2008-05-11 22:41:49 +00:00
Nicolas Thill
70a8c455b0
fix fuse: use in-kernel module for 2.6.25+ kernels
...
SVN-Revision: 11116
2008-05-11 22:27:32 +00:00
Nicolas Thill
e93e293b41
add a macro to compare kernel patch versions and use it for crypto and watchdog changes in 2.6.24+ kernels ( closes : #3402 )
...
SVN-Revision: 11115
2008-05-11 20:56:51 +00:00
Nicolas Thill
2b05ed626c
add a package for the badblocks utility ( closes : #3404 )
...
SVN-Revision: 11107
2008-05-11 10:33:34 +00:00
Nicolas Thill
d7f96cfa50
fix typos in [11073]
...
SVN-Revision: 11094
2008-05-09 07:16:15 +00:00
Nicolas Thill
a7b3ffc182
cosmetic change: rename IPT_NAT_DEFAULT & IPT_NAT_EXTRA to IPT_NATHELPER & IPT_NATHELPER_EXTRA respectively, to better match package names
...
SVN-Revision: 11073
2008-05-08 11:32:46 +00:00
Nicolas Thill
50ee10f486
package/kernel fixes: - remove dup netfilter.mk includes - always define NF_KMOD so that proper KCONFIG entries are emitted for netfilter modules at DUMP time
...
SVN-Revision: 11072
2008-05-08 11:16:07 +00:00
Travis Kemen
162a814ef4
only ignore dhcp but still listen for dns closes #3406
...
SVN-Revision: 11062
2008-05-08 00:01:58 +00:00
Felix Fietkau
31a3a503cc
add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages
...
SVN-Revision: 11059
2008-05-07 16:45:00 +00:00
Yuji Mano
80e1190c4f
add missing udevextras package option - edd_id
...
SVN-Revision: 11053
2008-05-05 21:58:03 +00:00
Yuji Mano
7d9a522254
add ps3-dump-bootloader to package install
...
SVN-Revision: 11052
2008-05-05 21:49:24 +00:00
Felix Fietkau
ffc0827b65
fix lua compile configuration error
...
SVN-Revision: 11047
2008-05-04 17:48:26 +00:00
Nicolas Thill
b99ab355c1
remove dependency on zd1211-firmware, since it was removed in [11022]
...
SVN-Revision: 11040
2008-05-03 23:24:12 +00:00
John Crispin
1dce440fa5
revert borked commit
...
SVN-Revision: 11038
2008-05-03 20:28:13 +00:00
John Crispin
3141b38fd8
make etrax serial driver register its device nodes, so we get a console
...
SVN-Revision: 11037
2008-05-03 20:12:43 +00:00
Felix Fietkau
ae92bf4ae4
upgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected "-" in uci package names
...
SVN-Revision: 11030
2008-05-03 17:08:39 +00:00
John Crispin
b6b32f8131
remove old zd firmware
...
SVN-Revision: 11022
2008-05-03 15:10:51 +00:00
Nicolas Thill
3d4052492d
ppp/pptp fixes: - prevent ppp from logging to /etc/ppp/connect-errors ( closes : #2989 ) - add dependency on ppp and kmod-gre to pptp - bump release number
...
SVN-Revision: 11018
2008-05-03 12:11:35 +00:00
Matteo Croce
fe5b220467
acx100 fix by nabcore
...
SVN-Revision: 11011
2008-05-02 18:48:47 +00:00
Gabor Juhos
1b90498e69
IMQ is not yet available on 2.6.25
...
SVN-Revision: 11007
2008-05-02 11:29:53 +00:00
Nicolas Thill
11135c2a35
more use of the new GPIO_SUPPORT option
...
SVN-Revision: 10998
2008-05-02 00:30:39 +00:00
Gabor Juhos
3c05234962
kmod-ipt-iprange: fix build error on .25
...
SVN-Revision: 10992
2008-04-30 15:42:10 +00:00
Rod Whitby
d05cc5d68d
block.mk: Added ata-ixp4xx-cf module support for tw5334 board.
...
SVN-Revision: 10986
2008-04-30 05:16:17 +00:00
Gabor Juhos
ec5f168c66
import w1-gpio-custom driver from the Squidge ( http://squidge.sourceforge.net/ ) project
...
SVN-Revision: 10982
2008-04-29 18:31:43 +00:00
Gabor Juhos
275ae38814
kernel/modules: modify AutoLoad levels of the W1 modules
...
SVN-Revision: 10981
2008-04-29 18:13:32 +00:00
Gabor Juhos
4006f2fbdd
kernel/modules: make use the new GPIO_SUPPORT option
...
SVN-Revision: 10980
2008-04-29 17:21:08 +00:00