Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | general fixes for openwrt with kernel 2.6.28 | Imre Kaloz | 2009-01-05 | 1 | -2/+3 | |
| | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 13876 | |||||
* | kernel/crypto: fix crypto breakage (patch by Jose Vasconcellos) | Gabor Juhos | 2009-01-05 | 1 | -3/+3 | |
| | | | | SVN-Revision: 13869 | |||||
* | mac80211: fix compat-wireless-old md5sum | Andy Boyett | 2009-01-05 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13866 | |||||
* | clean up the crypto kernel module package and allow some of the crypto ↵ | Felix Fietkau | 2009-01-04 | 1 | -30/+18 | |
| | | | | | | modules to be compiled into the kernel (thx to Jose Vasconcellos) SVN-Revision: 13850 | |||||
* | allow the ead client to override the broadcast address | Felix Fietkau | 2009-01-04 | 3 | -21/+37 | |
| | | | | SVN-Revision: 13849 | |||||
* | ead: fix bridge handling mistakes | Felix Fietkau | 2009-01-04 | 1 | -6/+5 | |
| | | | | SVN-Revision: 13846 | |||||
* | Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to ↵ | Lars-Peter Clausen | 2009-01-04 | 2 | -5/+5 | |
| | | | | | | keep symlinks either use $(CP) or create them manually. Fixes #4399 SVN-Revision: 13845 | |||||
* | package/ead: fix build dependency | Jo-Philipp Wich | 2009-01-03 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13843 | |||||
* | mac80211: update compat-wireless to 2009-01-02 | Gabor Juhos | 2009-01-03 | 2 | -5/+6 | |
| | | | | SVN-Revision: 13842 | |||||
* | mac80211: remove ipw building out of compat-wireless, because it conflicts ↵ | Gabor Juhos | 2009-01-03 | 1 | -0/+13 | |
| | | | | | | | | with the in kernel building. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 13841 | |||||
* | mac80211: add preliminary support for the AR913x SoCs | Gabor Juhos | 2009-01-03 | 14 | -0/+2393 | |
| | | | | SVN-Revision: 13835 | |||||
* | ead: message handling fixes | Felix Fietkau | 2009-01-02 | 2 | -2/+5 | |
| | | | | SVN-Revision: 13828 | |||||
* | firewall: clear the MSSFIX rules | Felix Fietkau | 2009-01-02 | 1 | -0/+1 | |
| | | | | SVN-Revision: 13826 | |||||
* | package/madwifi: add uci support for the propereq iwpriv setting | Jo-Philipp Wich | 2009-01-01 | 1 | -0/+3 | |
| | | | | SVN-Revision: 13795 | |||||
* | package/madwifi: fix typo in config handler | Jo-Philipp Wich | 2009-01-01 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13793 | |||||
* | Unify portrange-support in firewall rule generator fixes #4404 | Steven Barth | 2009-01-01 | 1 | -0/+10 | |
| | | | | SVN-Revision: 13791 | |||||
* | hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only ↵ | Andy Boyett | 2008-12-31 | 2 | -21/+21 | |
| | | | | | | allowed values SVN-Revision: 13790 | |||||
* | disable the MSS fixup hack by default (most ISPs don't require this as a ↵ | Felix Fietkau | 2008-12-31 | 2 | -1/+9 | |
| | | | | | | workaround for MTU problems, only some do). this should give a nice speedup for routing on standard-compliant ISPs SVN-Revision: 13788 | |||||
* | mac80211: add experimental support for rt2800 devices (based on a patch by ↵ | Gabor Juhos | 2008-12-30 | 5 | -3/+9494 | |
| | | | | | | Hauke Mehrtens <hauke at hauke-m.de>) SVN-Revision: 13773 | |||||
* | mac80211: update compat-wireless to 2008-12-29 | Gabor Juhos | 2008-12-30 | 1 | -2/+2 | |
| | | | | SVN-Revision: 13772 | |||||
* | mac80211: fix some depends | Gabor Juhos | 2008-12-30 | 1 | -2/+2 | |
| | | | | SVN-Revision: 13771 | |||||
* | kernel/modules/usb.mk: hso works on 2.6.26 and later | Andy Boyett | 2008-12-30 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13765 | |||||
* | madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh) | Felix Fietkau | 2008-12-29 | 1 | -0/+64 | |
| | | | | SVN-Revision: 13760 | |||||
* | kernel/modules: split network makefile into netdevices and netsupport | Andy Boyett | 2008-12-29 | 2 | -268/+284 | |
| | | | | SVN-Revision: 13757 | |||||
* | uci: upgrade to 0.7.1, fixes uci rename for unnamed sections | Felix Fietkau | 2008-12-27 | 1 | -2/+2 | |
| | | | | SVN-Revision: 13751 | |||||
* | fix iptables compile with 2.6.26 | Felix Fietkau | 2008-12-27 | 1 | -0/+1 | |
| | | | | SVN-Revision: 13747 | |||||
* | uci: work around a gcc bug which causes a bogus compiler warning | Felix Fietkau | 2008-12-24 | 1 | -0/+5 | |
| | | | | SVN-Revision: 13739 | |||||
* | add the 'ead' package (emergency access daemon), which can provide remote ↵ | Felix Fietkau | 2008-12-24 | 69 | -0/+17597 | |
| | | | | | | access to your device, even if the ip and firewall settings are broken SVN-Revision: 13738 | |||||
* | upgrade uci to 0.7.0 - adds ucimap and fixes #4236 | Felix Fietkau | 2008-12-23 | 1 | -3/+5 | |
| | | | | SVN-Revision: 13732 | |||||
* | add siit for stateless ip and icmp translation to ipv6 | Felix Fietkau | 2008-12-22 | 4 | -0/+1566 | |
| | | | | SVN-Revision: 13729 | |||||
* | fix spi-ks8995 compile | Felix Fietkau | 2008-12-22 | 1 | -1/+0 | |
| | | | | SVN-Revision: 13724 | |||||
* | wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist ↵ | Felix Fietkau | 2008-12-22 | 5 | -50/+51 | |
| | | | | | | | | anymore. This patch sets the version and appropriate md5sum; it also updates all the patches. Note that patch 130 has been deleted since it seems to be already included in 0.6.6 Signed-off-by: Jose Vasconcellos <jvasco@verizon.net> SVN-Revision: 13723 | |||||
* | remove the obsolete ixp4xx-npe package and references to it (thx, Jose ↵ | Felix Fietkau | 2008-12-22 | 1 | -19/+0 | |
| | | | | | | Vasconcellos) SVN-Revision: 13722 | |||||
* | allow ipv4 routes without gateway in configuration | Jo-Philipp Wich | 2008-12-22 | 1 | -2/+4 | |
| | | | | SVN-Revision: 13714 | |||||
* | fix opkg overlay_root option for jffs2-only images | Felix Fietkau | 2008-12-21 | 1 | -22/+33 | |
| | | | | SVN-Revision: 13710 | |||||
* | add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper ↵ | Nicolas Thill | 2008-12-21 | 1 | -1/+2 | |
| | | | | | | introduced in 2.6.26 SVN-Revision: 13705 | |||||
* | add dependency on rb532 target for its CF module | Nicolas Thill | 2008-12-21 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13704 | |||||
* | reduce the binary size of libpcap based programs that don't use bpf parsing | Felix Fietkau | 2008-12-19 | 2 | -1/+119 | |
| | | | | SVN-Revision: 13686 | |||||
* | Remove legacy kernel load patch - no longer required | Hamish Guthrie | 2008-12-18 | 1 | -187/+0 | |
| | | | | SVN-Revision: 13679 | |||||
* | upgrade compat-wireless to 2008-12-11 | Imre Kaloz | 2008-12-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13651 | |||||
* | add a patch helping available storage space detection, remove workaround ↵ | Nicolas Thill | 2008-12-15 | 3 | -4/+51 | |
| | | | | | | from [13611], bump release number SVN-Revision: 13650 | |||||
* | disable IMQ on 2.6.28 as well -- people should use IFB.. | Imre Kaloz | 2008-12-12 | 1 | -2/+2 | |
| | | | | SVN-Revision: 13612 | |||||
* | add a workaround preventing opkg to install anything on squashfs-based fs ↵ | Nicolas Thill | 2008-12-12 | 1 | -0/+3 | |
| | | | | | | layouts after [13602] SVN-Revision: 13611 | |||||
* | load crypto_blkcipher before cryptomgr.. *sigh* | Imre Kaloz | 2008-12-11 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13603 | |||||
* | remove references to kmod-crypto-aead, removed in [13584] | Nicolas Thill | 2008-12-11 | 1 | -2/+2 | |
| | | | | SVN-Revision: 13601 | |||||
* | load aead after crypto_algapi | Nicolas Thill | 2008-12-11 | 1 | -1/+1 | |
| | | | | SVN-Revision: 13600 | |||||
* | Add kexec load legacy kernel patch | Hamish Guthrie | 2008-12-11 | 1 | -0/+187 | |
| | | | | SVN-Revision: 13598 | |||||
* | Remove package libtwin - should be in packages, not trunk | Hamish Guthrie | 2008-12-11 | 1 | -1/+0 | |
| | | | | SVN-Revision: 13594 | |||||
* | Add libtwin package for PS3 petitboot bootloader | Hamish Guthrie | 2008-12-11 | 1 | -0/+1 | |
| | | | | SVN-Revision: 13593 | |||||
* | load aead automatically, too | Imre Kaloz | 2008-12-11 | 1 | -0/+1 | |
| | | | | SVN-Revision: 13590 |