Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support encrypted WDS connections (#2463) | Florian Fainelli | 2008-08-09 | 1 | -1/+14 |
| | | | | SVN-Revision: 12251 | ||||
* | add support for appending a file to jffs2 during reflash on the fly | Felix Fietkau | 2008-08-08 | 4 | -59/+110 |
| | | | | SVN-Revision: 12250 | ||||
* | package iproute2 has problems building on recent BSD-derived platforms ↵ | Florian Fainelli | 2008-08-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | add basic interface alias support. for now (since we don't use ip in our ↵ | Felix Fietkau | 2008-08-07 | 2 | -38/+85 |
| | | | | | | | | | | | 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 | ||||
* | Add 11gdt, 11adt, 11ast and fh modes (#3824) | Florian Fainelli | 2008-08-07 | 1 | -0/+4 |
| | | | | SVN-Revision: 12240 | ||||
* | add 2.6.26 specific files | Gabor Juhos | 2008-08-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 12239 | ||||
* | added support for the timer-trigger to uci LED support | Steven Barth | 2008-08-07 | 1 | -0/+8 |
| | | | | SVN-Revision: 12236 | ||||
* | allow ctrl-c to trigger preinit | Mike Baker | 2008-08-07 | 1 | -0/+2 |
| | | | | SVN-Revision: 12231 | ||||
* | use $(FPIC) in a few places where it matters | Felix Fietkau | 2008-08-06 | 12 | -12/+18 |
| | | | | SVN-Revision: 12225 | ||||
* | kexec for powerpc actually only support ps3 or gamecube, not magicbox for ↵ | Florian Fainelli | 2008-08-06 | 1 | -1/+1 |
| | | | | | | instance SVN-Revision: 12223 | ||||
* | ebtables: useless without kmod-eptables | Gabor Juhos | 2008-08-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 12214 | ||||
* | spca5xx-le does not work with linux 2.6.26+ | Felix Fietkau | 2008-08-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 12194 | ||||
* | fix qc-usb compile on atheros | Felix Fietkau | 2008-08-05 | 1 | -3/+24 |
| | | | | SVN-Revision: 12185 | ||||
* | fix ov51x-jpeg compile | Felix Fietkau | 2008-08-05 | 1 | -0/+20 |
| | | | | SVN-Revision: 12183 | ||||
* | install libshared into the staging dir (required by wrt-radauth) | Felix Fietkau | 2008-08-05 | 1 | -0/+5 |
| | | | | SVN-Revision: 12181 | ||||
* | fix nw802-2.4 compile | Felix Fietkau | 2008-08-05 | 1 | -0/+134 |
| | | | | SVN-Revision: 12180 | ||||
* | madwifi: fix crash on ad-hoc interface init | Felix Fietkau | 2008-08-05 | 1 | -0/+14 |
| | | | | SVN-Revision: 12161 | ||||
* | mark mac80211 as broken on avr32 | Felix Fietkau | 2008-08-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 12147 | ||||
* | Fix ipkg compilation with ccache, thanks sn9 | Florian Fainelli | 2008-08-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 12137 | ||||
* | Reinstate rdc bootability and force it to use init=/etc/preinit, thus the ↵ | Florian Fainelli | 2008-08-05 | 1 | -0/+1 |
| | | | | | | remove the hackish SetInitramfs actions SVN-Revision: 12136 | ||||
* | modules/gpio_dev: move to drivers/char/ on older kernels as well, and create ↵ | Gabor Juhos | 2008-08-05 | 1 | -0/+16 |
| | | | | | | a package for it SVN-Revision: 12133 | ||||
* | some more fixes for wds sta separation | Felix Fietkau | 2008-08-05 | 2 | -18/+59 |
| | | | | SVN-Revision: 12127 | ||||
* | update opkg to 4564, fixes a couple of memory leaks | Travis Kemen | 2008-08-05 | 2 | -61/+55 |
| | | | | SVN-Revision: 12115 | ||||
* | move json-c to packages feed | John Crispin | 2008-08-05 | 1 | -52/+0 |
| | | | | SVN-Revision: 12114 | ||||
* | EOF for fonera-mp3 packages | John Crispin | 2008-08-05 | 38 | -4916/+0 |
| | | | | SVN-Revision: 12113 | ||||
* | move foxboard utils to packages feed | John Crispin | 2008-08-05 | 1 | -48/+0 |
| | | | | SVN-Revision: 12111 | ||||
* | add uci led support - /etc/config/system can hold led info which is applied ↵ | John Crispin | 2008-08-04 | 2 | -0/+70 |
| | | | | | | at boot - adds /sbin/led.sh to set/clear leds via a name defined in /etc/config/system SVN-Revision: 12104 | ||||
* | rework workarounds for crypto modules renamed in 2.6.24 & 2.6.25, add ↵ | Nicolas Thill | 2008-08-04 | 1 | -19/+26 |
| | | | | | | workaround for sha512 renamed in 2.6.26 SVN-Revision: 12098 | ||||
* | adds a new uci firewall - iptbales and netfilter packages need to be ↵ | John Crispin | 2008-08-04 | 11 | -12/+512 |
| | | | | | | 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 | ||||
* | fixes whitespace error | John Crispin | 2008-08-04 | 1 | -1/+0 |
| | | | | SVN-Revision: 12088 | ||||
* | work aroung error message during boot if swapon is nt installed | John Crispin | 2008-08-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 12087 | ||||
* | remove warning from hotplug2, which pops up 10 times during boot | John Crispin | 2008-08-04 | 1 | -7/+10 |
| | | | | SVN-Revision: 12086 | ||||
* | madwifi: more fixes and cleanups for wds sta separation | Felix Fietkau | 2008-08-03 | 2 | -25/+360 |
| | | | | SVN-Revision: 12082 | ||||
* | network scripts: revert the network state after running ifdown, not before | Felix Fietkau | 2008-08-03 | 1 | -3/+4 |
| | | | | SVN-Revision: 12081 | ||||
* | update ath9k to latest git version | Imre Kaloz | 2008-08-03 | 17 | -2851/+2716 |
| | | | | SVN-Revision: 12079 | ||||
* | make grub compilable under fedora core 8 and other newer distros | Felix Fietkau | 2008-08-02 | 1 | -0/+2 |
| | | | | SVN-Revision: 12076 | ||||
* | Fix broken hso kmod definition | Andy Boyett | 2008-08-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12074 | ||||
* | net/usb: only package hso for 2.6.26 | Andy Boyett | 2008-08-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12069 | ||||
* | try to clean up some kernel configs | Travis Kemen | 2008-08-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 12067 | ||||
* | madwifi: disable bogus vlan handling code which actually breaks vlan | Felix Fietkau | 2008-08-01 | 1 | -0/+25 |
| | | | | SVN-Revision: 12065 | ||||
* | OCF cannot be built under UML | Florian Fainelli | 2008-08-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 12064 | ||||
* | use the same hotplug2 parameters for initramfs and regular | Felix Fietkau | 2008-08-01 | 1 | -7/+2 |
| | | | | SVN-Revision: 12059 | ||||
* | move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it ↵ | Felix Fietkau | 2008-08-01 | 2 | -1/+1 |
| | | | | | | works for initramfs as well SVN-Revision: 12058 | ||||
* | avoid duplicate vlan add events | Felix Fietkau | 2008-08-01 | 1 | -1/+3 |
| | | | | SVN-Revision: 12057 | ||||
* | enable wds sta interface splitting by default | Felix Fietkau | 2008-08-01 | 1 | -3/+5 |
| | | | | SVN-Revision: 12056 | ||||
* | madwifi: remove wds type of wifi-iface without essid, imho it never worked ↵ | Felix Fietkau | 2008-08-01 | 1 | -11/+6 |
| | | | | | | properly and is unsupported now, regular ap/sta with option wds 1 is preferred SVN-Revision: 12055 | ||||
* | use the madwifi driver instead of wext in the wpa_supplicant command line. ↵ | Felix Fietkau | 2008-07-31 | 1 | -1/+1 |
| | | | | | | the madwifi driver can associate faster because it uses a different ioctl interface SVN-Revision: 12053 | ||||
* | madwifi: fix race condition triggered by active split wds sta interfaces ↵ | Felix Fietkau | 2008-07-31 | 1 | -0/+31 |
| | | | | | | during vap delete SVN-Revision: 12052 | ||||
* | fix multicast/authframe handling for wds ap with split sta interfaces | Felix Fietkau | 2008-07-31 | 2 | -6/+19 |
| | | | | SVN-Revision: 12051 | ||||
* | initialize the CONFIG_APPEND variable | Felix Fietkau | 2008-07-31 | 1 | -0/+1 |
| | | | | SVN-Revision: 12050 |