Commit Graph

2354 Commits (bd38281dbaa633c3dc3db36b9f012ec82b06fdf4)

Author SHA1 Message Date
Felix Fietkau 5bb624d8fb clean up the crypto kernel module package and allow some of the crypto modules to be compiled into the kernel (thx to Jose Vasconcellos)
SVN-Revision: 13850
2009-01-04 02:40:12 +00:00
Felix Fietkau af7fa11347 allow the ead client to override the broadcast address
SVN-Revision: 13849
2009-01-04 01:24:00 +00:00
Felix Fietkau 6bb52080b4 ead: fix bridge handling mistakes
SVN-Revision: 13846
2009-01-04 00:21:24 +00:00
Lars-Peter Clausen 3f8c4c8439 Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep symlinks either use $(CP) or create them manually. Fixes #4399
SVN-Revision: 13845
2009-01-04 00:08:37 +00:00
Jo-Philipp Wich 8119e28440 package/ead: fix build dependency
SVN-Revision: 13843
2009-01-03 22:37:02 +00:00
Gabor Juhos b45b873a05 mac80211: update compat-wireless to 2009-01-02
SVN-Revision: 13842
2009-01-03 19:02:57 +00:00
Gabor Juhos 8efa4b94db mac80211: remove ipw building out of compat-wireless, because it conflicts with the in kernel building.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 13841
2009-01-03 18:52:33 +00:00
Gabor Juhos 23caf183fc mac80211: add preliminary support for the AR913x SoCs
SVN-Revision: 13835
2009-01-03 13:48:27 +00:00
Felix Fietkau d9397119c5 ead: message handling fixes
SVN-Revision: 13828
2009-01-02 23:51:57 +00:00
Felix Fietkau c7ff578b9f firewall: clear the MSSFIX rules
SVN-Revision: 13826
2009-01-02 21:58:58 +00:00
Jo-Philipp Wich 4a1148cf7b package/madwifi: add uci support for the propereq iwpriv setting
SVN-Revision: 13795
2009-01-01 17:29:58 +00:00
Jo-Philipp Wich 0b5333be4b package/madwifi: fix typo in config handler
SVN-Revision: 13793
2009-01-01 13:59:06 +00:00
Steven Barth d1049f535a Unify portrange-support in firewall rule generator fixes #4404
SVN-Revision: 13791
2009-01-01 13:05:16 +00:00
Andy Boyett 35078a6a52 hostapd,madwifi: rename agmode option to hwmode. 11a and 11g aren't the only allowed values
SVN-Revision: 13790
2008-12-31 19:09:26 +00:00
Felix Fietkau 359ce7f97e disable the MSS fixup hack by default (most ISPs don't require this as a workaround for MTU problems, only some do). this should give a nice speedup for routing on standard-compliant ISPs
SVN-Revision: 13788
2008-12-31 19:02:03 +00:00
Gabor Juhos c56cef29d5 mac80211: add experimental support for rt2800 devices (based on a patch by Hauke Mehrtens <hauke at hauke-m.de>)
SVN-Revision: 13773
2008-12-30 12:30:18 +00:00
Gabor Juhos e77eed8b6a mac80211: update compat-wireless to 2008-12-29
SVN-Revision: 13772
2008-12-30 11:51:20 +00:00
Gabor Juhos c1aa9f80d2 mac80211: fix some depends
SVN-Revision: 13771
2008-12-30 09:29:36 +00:00
Andy Boyett ae2ac12c9a kernel/modules/usb.mk: hso works on 2.6.26 and later
SVN-Revision: 13765
2008-12-30 02:20:22 +00:00
Felix Fietkau 0f6bdb80e1 madwifi: add patch to allow ignoring probe requests (useful for ad-hoc mesh)
SVN-Revision: 13760
2008-12-29 18:51:20 +00:00
Andy Boyett 8e1a483c0f kernel/modules: split network makefile into netdevices and netsupport
SVN-Revision: 13757
2008-12-29 01:25:58 +00:00
Felix Fietkau d05f731a86 uci: upgrade to 0.7.1, fixes uci rename for unnamed sections
SVN-Revision: 13751
2008-12-27 18:59:38 +00:00
Felix Fietkau 98677bd970 fix iptables compile with 2.6.26
SVN-Revision: 13747
2008-12-27 01:55:48 +00:00
Felix Fietkau 866dda4baa uci: work around a gcc bug which causes a bogus compiler warning
SVN-Revision: 13739
2008-12-24 17:25:21 +00:00
Felix Fietkau 2d86ea2a1d add the 'ead' package (emergency access daemon), which can provide remote access to your device, even if the ip and firewall settings are broken
SVN-Revision: 13738
2008-12-24 10:42:12 +00:00
Felix Fietkau 35fb7c324d upgrade uci to 0.7.0 - adds ucimap and fixes #4236
SVN-Revision: 13732
2008-12-23 11:36:22 +00:00
Felix Fietkau 651a578f52 add siit for stateless ip and icmp translation to ipv6
SVN-Revision: 13729
2008-12-22 23:33:10 +00:00
Felix Fietkau a6538d1480 fix spi-ks8995 compile
SVN-Revision: 13724
2008-12-22 19:35:20 +00:00
Felix Fietkau 07d713bb76 wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist 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
2008-12-22 19:09:12 +00:00
Felix Fietkau 1ee70a6f1e remove the obsolete ixp4xx-npe package and references to it (thx, Jose Vasconcellos)
SVN-Revision: 13722
2008-12-22 19:08:42 +00:00
Jo-Philipp Wich 1cdaa2d3dc allow ipv4 routes without gateway in configuration
SVN-Revision: 13714
2008-12-22 02:21:25 +00:00
Felix Fietkau 6afa1b4c50 fix opkg overlay_root option for jffs2-only images
SVN-Revision: 13710
2008-12-21 19:52:14 +00:00
Nicolas Thill f8dd7ca92f add dependency on 2.6.26+, current version needs 'get_unaligned_le16' helper introduced in 2.6.26
SVN-Revision: 13705
2008-12-21 02:42:10 +00:00
Nicolas Thill 48c661f867 add dependency on rb532 target for its CF module
SVN-Revision: 13704
2008-12-21 02:37:49 +00:00
Felix Fietkau 78babdb954 reduce the binary size of libpcap based programs that don't use bpf parsing
SVN-Revision: 13686
2008-12-19 06:35:23 +00:00
Hamish Guthrie 1deaf6f46b Remove legacy kernel load patch - no longer required
SVN-Revision: 13679
2008-12-18 07:41:41 +00:00
Imre Kaloz 6b95865642 upgrade compat-wireless to 2008-12-11
SVN-Revision: 13651
2008-12-15 14:12:05 +00:00
Nicolas Thill 7e66f38647 add a patch helping available storage space detection, remove workaround from [13611], bump release number
SVN-Revision: 13650
2008-12-15 13:11:12 +00:00
Imre Kaloz 4a018d2445 disable IMQ on 2.6.28 as well -- people should use IFB..
SVN-Revision: 13612
2008-12-12 11:11:28 +00:00
Nicolas Thill 4eb907423a add a workaround preventing opkg to install anything on squashfs-based fs layouts after [13602]
SVN-Revision: 13611
2008-12-12 01:00:51 +00:00
Imre Kaloz 1e9300de8b load crypto_blkcipher before cryptomgr.. *sigh*
SVN-Revision: 13603
2008-12-11 20:48:17 +00:00
Nicolas Thill 1fa1460691 remove references to kmod-crypto-aead, removed in [13584]
SVN-Revision: 13601
2008-12-11 20:11:12 +00:00
Nicolas Thill 37ddee74a1 load aead after crypto_algapi
SVN-Revision: 13600
2008-12-11 20:08:40 +00:00
Hamish Guthrie 38b643525c Add kexec load legacy kernel patch
SVN-Revision: 13598
2008-12-11 15:52:28 +00:00
Hamish Guthrie 50119fe0fe Remove package libtwin - should be in packages, not trunk
SVN-Revision: 13594
2008-12-11 12:30:52 +00:00
Hamish Guthrie 2229bfae0f Add libtwin package for PS3 petitboot bootloader
SVN-Revision: 13593
2008-12-11 12:10:29 +00:00
Imre Kaloz b0c8cfd950 load aead automatically, too
SVN-Revision: 13590
2008-12-11 10:10:08 +00:00
Mirko Vogt 1da9dfc3d6 set Package/rt2800-pci to BROKEN
SVN-Revision: 13587
2008-12-10 21:37:28 +00:00
Mirko Vogt 3dc1772f70 mac80211 updated to 2008-12-10 due to 404-download-error on prior version
SVN-Revision: 13586
2008-12-10 21:14:44 +00:00
Imre Kaloz fe2af46117 move aead into crypto-core
SVN-Revision: 13584
2008-12-10 18:43:42 +00:00