Florian Fainelli
22aa7c6406
Support encrypted WDS connections ( #2463 )
...
SVN-Revision: 12251
2008-08-09 00:18:25 +00:00
Felix Fietkau
753e5b492d
add support for appending a file to jffs2 during reflash on the fly
...
SVN-Revision: 12250
2008-08-08 22:43:19 +00:00
Florian Fainelli
e71cdf8127
package iproute2 has problems building on recent BSD-derived platforms because some programs to be run on the host use malloc.h in an incompatible way.
...
package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin,
however the fix can be made to work on other BSD platforms
by changing the patch as below.
I think a similar approach should work for other BSD-derived platforms,
replacing the
#ifndef __APPLE__
with
#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...)
or perhaps even with just
#ifdef __linux__
if the set of platforms where malloc.h is ok is small or restricted
to just linux
In any case, the patch is below. (#3869 )
Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
SVN-Revision: 12249
2008-08-08 21:49:17 +00:00
Felix Fietkau
c05eb4ba63
add basic interface alias support. for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example:
...
config alias test
option interface lan
option ipaddr 192.168.1.1
option netmask 255.255.0.0
SVN-Revision: 12241
2008-08-07 15:28:48 +00:00
Florian Fainelli
9c8bb0241f
Add 11gdt, 11adt, 11ast and fh modes ( #3824 )
...
SVN-Revision: 12240
2008-08-07 15:28:07 +00:00
Gabor Juhos
db4d23b457
add 2.6.26 specific files
...
SVN-Revision: 12239
2008-08-07 13:50:02 +00:00
Steven Barth
6b6d027172
added support for the timer-trigger to uci LED support
...
SVN-Revision: 12236
2008-08-07 11:01:46 +00:00
Mike Baker
1139608784
allow ctrl-c to trigger preinit
...
SVN-Revision: 12231
2008-08-07 07:17:03 +00:00
Felix Fietkau
e9ea28b0af
use $(FPIC) in a few places where it matters
...
SVN-Revision: 12225
2008-08-06 22:10:29 +00:00
Florian Fainelli
ce8903f1ce
kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
...
SVN-Revision: 12223
2008-08-06 20:20:02 +00:00
Gabor Juhos
6c0474b383
ebtables: useless without kmod-eptables
...
SVN-Revision: 12214
2008-08-06 15:28:49 +00:00
Felix Fietkau
4d795ca98f
spca5xx-le does not work with linux 2.6.26+
...
SVN-Revision: 12194
2008-08-06 01:21:02 +00:00
Felix Fietkau
b4727d665e
fix qc-usb compile on atheros
...
SVN-Revision: 12185
2008-08-05 23:20:42 +00:00
Felix Fietkau
dde1f5fb54
fix ov51x-jpeg compile
...
SVN-Revision: 12183
2008-08-05 22:56:34 +00:00
Felix Fietkau
0cc7199e71
install libshared into the staging dir (required by wrt-radauth)
...
SVN-Revision: 12181
2008-08-05 22:32:26 +00:00
Felix Fietkau
e0b43982fb
fix nw802-2.4 compile
...
SVN-Revision: 12180
2008-08-05 22:31:32 +00:00
Felix Fietkau
7bb55d1b91
madwifi: fix crash on ad-hoc interface init
...
SVN-Revision: 12161
2008-08-05 20:53:39 +00:00
Felix Fietkau
c2cf1d04c9
mark mac80211 as broken on avr32
...
SVN-Revision: 12147
2008-08-05 18:02:34 +00:00
Florian Fainelli
d3dd2b6ae5
Fix ipkg compilation with ccache, thanks sn9
...
SVN-Revision: 12137
2008-08-05 14:04:23 +00:00
Florian Fainelli
1b0318158d
Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
...
SVN-Revision: 12136
2008-08-05 13:42:36 +00:00
Gabor Juhos
3527e7a649
modules/gpio_dev: move to drivers/char/ on older kernels as well, and create a package for it
...
SVN-Revision: 12133
2008-08-05 09:52:23 +00:00
Felix Fietkau
cf8eecaad5
some more fixes for wds sta separation
...
SVN-Revision: 12127
2008-08-05 07:19:07 +00:00
Travis Kemen
56172a1eba
update opkg to 4564, fixes a couple of memory leaks
...
SVN-Revision: 12115
2008-08-05 00:48:44 +00:00
John Crispin
dd3f4dd178
move json-c to packages feed
...
SVN-Revision: 12114
2008-08-05 00:34:30 +00:00
John Crispin
936f53e69c
EOF for fonera-mp3 packages
...
SVN-Revision: 12113
2008-08-05 00:33:04 +00:00
John Crispin
13bbd5932b
move foxboard utils to packages feed
...
SVN-Revision: 12111
2008-08-05 00:30:41 +00:00
John Crispin
72396bd614
add uci led support - /etc/config/system can hold led info which is applied at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system
...
SVN-Revision: 12104
2008-08-04 22:56:46 +00:00
Nicolas Thill
4c195465a8
rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add workaround for sha512 renamed in 2.6.26
...
SVN-Revision: 12098
2008-08-04 16:59:16 +00:00
John Crispin
21bbdc24c3
adds a new uci firewall - iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default - there are some examples in the file /etc/config/firewall - iptables-save/restore are still missing - hotplug takes care of adding/removing netdevs during runtime - misisng features ? wishes ? let me know ...
...
SVN-Revision: 12089
2008-08-04 11:51:58 +00:00
John Crispin
e4a0bfec3c
fixes whitespace error
...
SVN-Revision: 12088
2008-08-04 11:47:46 +00:00
John Crispin
b73eedd62b
work aroung error message during boot if swapon is nt installed
...
SVN-Revision: 12087
2008-08-04 08:50:16 +00:00
John Crispin
863afccae8
remove warning from hotplug2, which pops up 10 times during boot
...
SVN-Revision: 12086
2008-08-04 08:04:16 +00:00
Felix Fietkau
b75a7811eb
madwifi: more fixes and cleanups for wds sta separation
...
SVN-Revision: 12082
2008-08-03 21:00:34 +00:00
Felix Fietkau
8ff90e326e
network scripts: revert the network state after running ifdown, not before
...
SVN-Revision: 12081
2008-08-03 21:00:01 +00:00
Imre Kaloz
8de805b27c
update ath9k to latest git version
...
SVN-Revision: 12079
2008-08-03 14:28:21 +00:00
Felix Fietkau
e77ddf9252
make grub compilable under fedora core 8 and other newer distros
...
SVN-Revision: 12076
2008-08-02 15:15:33 +00:00
Andy Boyett
5a0f48c499
Fix broken hso kmod definition
...
SVN-Revision: 12074
2008-08-02 07:35:51 +00:00
Andy Boyett
fb8ef51362
net/usb: only package hso for 2.6.26
...
SVN-Revision: 12069
2008-08-02 03:19:42 +00:00
Travis Kemen
e6d14f7cd7
try to clean up some kernel configs
...
SVN-Revision: 12067
2008-08-02 02:33:15 +00:00
Felix Fietkau
245c16ba5d
madwifi: disable bogus vlan handling code which actually breaks vlan
...
SVN-Revision: 12065
2008-08-01 13:42:36 +00:00
Florian Fainelli
7836449276
OCF cannot be built under UML
...
SVN-Revision: 12064
2008-08-01 10:05:12 +00:00
Felix Fietkau
aee15469df
use the same hotplug2 parameters for initramfs and regular
...
SVN-Revision: 12059
2008-08-01 03:09:20 +00:00
Felix Fietkau
37c7e13a5f
move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well
...
SVN-Revision: 12058
2008-08-01 03:01:42 +00:00
Felix Fietkau
d98002bd59
avoid duplicate vlan add events
...
SVN-Revision: 12057
2008-08-01 03:01:25 +00:00
Felix Fietkau
8970a1213b
enable wds sta interface splitting by default
...
SVN-Revision: 12056
2008-08-01 00:38:47 +00:00
Felix Fietkau
1201ed1baa
madwifi: remove wds type of wifi-iface without essid, imho it never worked properly and is unsupported now, regular ap/sta with option wds 1 is preferred
...
SVN-Revision: 12055
2008-08-01 00:26:44 +00:00
Felix Fietkau
a5e83a8bed
use the madwifi driver instead of wext in the wpa_supplicant command line. the madwifi driver can associate faster because it uses a different ioctl interface
...
SVN-Revision: 12053
2008-07-31 22:50:43 +00:00
Felix Fietkau
60f834421c
madwifi: fix race condition triggered by active split wds sta interfaces during vap delete
...
SVN-Revision: 12052
2008-07-31 22:41:31 +00:00
Felix Fietkau
d298a4a411
fix multicast/authframe handling for wds ap with split sta interfaces
...
SVN-Revision: 12051
2008-07-31 21:11:27 +00:00
Felix Fietkau
434f4269ea
initialize the CONFIG_APPEND variable
...
SVN-Revision: 12050
2008-07-31 21:11:15 +00:00