9567b93e5cx86: add additional companion chip drivers to alix2 and geos
Felix Fietkau
2011-05-31 16:57:05 +00:00
68af223efex86: remove pata-amd driver from generic x86 images, add addition cs553x modules
Felix Fietkau
2011-05-31 16:57:01 +00:00
ba5b3ece5dpurge out CONFIG_CRYPTO* symbols out of target specific kernel configs since OpenWrt is taking care of them
Mirko Vogt
2011-05-31 09:47:30 +00:00
2b5402d128ar71xx: only enable the rx engine after the link is up, fixes a race condition that got rx stuck when the interface is brought up during lots of inbound traffic (thx, matteo)
Felix Fietkau
2011-05-30 23:08:01 +00:00
0ebc93831far71xx: disable flow control for ar724x, it can get stuck in a loop of continously sending MAC pause frames
Felix Fietkau
2011-05-30 23:07:57 +00:00
6e43f65dc4remove the now unused Target-Kernel field from the target metadata
Felix Fietkau
2011-05-30 23:07:53 +00:00
0cf265ed06remove kernel major version specific kernelpackage overrides
Felix Fietkau
2011-05-30 23:07:48 +00:00
f738ca7b9cupgrade to 2.6.39
Imre Kaloz
2011-05-30 13:55:34 +00:00
7f0fc7b0cfath9k: reduce the number of rx buffers, 512 is excessively high, 128 should work just as well, and will use a lot less memory
Felix Fietkau
2011-05-30 13:38:54 +00:00
6608f419d1* backport 2.6.8 patches to .39 / .32.33 * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support
John Crispin
2011-05-29 21:19:26 +00:00
c7cdee0230ath9k: merge a few bugfixes
Felix Fietkau
2011-05-28 16:45:17 +00:00
2dd4505c62ath5k: disable fast channel changes, some people have reported that they introduce connection stability issues
Felix Fietkau
2011-05-28 16:27:24 +00:00
b68404f278remove legacy package/foo-compile wrapper targets, people should be used to the correct target names by now
Felix Fietkau
2011-05-28 16:27:21 +00:00
6e9542e392hostapd: fix a race condition related to assoc response tx status processing
Felix Fietkau
2011-05-28 16:27:17 +00:00
1b2b3be64dhostapd: update to 20110527, includes a client mode wpa auth fix
Felix Fietkau
2011-05-28 16:27:12 +00:00
016e8dee34bcm63xx: Add support for 2.6.39
Florian Fainelli
2011-05-27 09:54:52 +00:00
590c82cec1bcm63xx: Add support for 2.6.38
Florian Fainelli
2011-05-27 09:54:48 +00:00
68cb138154fold 446-board-D4PW_correction.patch in 440-board-D4PW.patch
Florian Fainelli
2011-05-26 13:53:00 +00:00
a1713cc3cbUpdate libpcap to version 1.1.1
Jo-Philipp Wich
2011-05-24 09:51:08 +00:00
60f66ded72base-files: make the MAC address of bridge interfaces sticky to avoid ARP issues on wifi re-configuration
Felix Fietkau
2011-05-24 09:31:37 +00:00
a02ba6ccc2Add support for git-svn package feeds Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Jo-Philipp Wich
2011-05-24 09:30:24 +00:00
9b8a5e604abase-files: mark /etc/crontabs/ as config directory
Jo-Philipp Wich
2011-05-24 09:27:23 +00:00
7a5fcc5695kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager.
Jo-Philipp Wich
2011-05-24 09:14:35 +00:00
50b69073d6dnsmasq: allow hostname assignment without static lease The attached patch for dnsmasq.init allows to assign a hostname to a particular mac-address. It's useful to override the client supplied hostname, especially if the client does not supply a hostname at all.
Jo-Philipp Wich
2011-05-24 09:12:50 +00:00
be906f6be5package u32 match and TEE target, patches by Maxim Uvarov
Jo-Philipp Wich
2011-05-24 08:14:29 +00:00
a12a8271a7ncurses: enable C++ bindings (#9442)
Jo-Philipp Wich
2011-05-22 16:53:09 +00:00
7e6b24a810iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence
Jo-Philipp Wich
2011-05-22 12:02:35 +00:00
aea6afefe6add LD_LIBRARY to cmake.mk
Felix Fietkau
2011-05-20 16:21:30 +00:00
f2b7c81d46firewall: explictely mention network in default configuration, makes it less confusing
Jo-Philipp Wich
2011-05-20 13:45:40 +00:00
16dfe8b4d1add support for BT Voyager 2110 (#8810)
Florian Fainelli
2011-05-20 10:06:25 +00:00
6c8387fe15add support for DSL-2640B rev B2
Florian Fainelli
2011-05-20 10:06:22 +00:00
e35822050bmac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override (thx, KanjiMonster)
Felix Fietkau
2011-05-17 18:23:50 +00:00
984ab9a139metadata: do not emit feature flag selects for targets which have subtargets - fixes a buildbot error cause by ssb not being blacklisted for lantiq falcon
Felix Fietkau
2011-05-17 12:54:45 +00:00
17e257925far71xx: don't probe the LAN PHY
Matteo Croce
2011-05-17 11:15:24 +00:00
888bee4ef2ath9k: implement tx_last_beacon() to allow mac80211 to respond to probe requests in ad-hoc mode without creating too much spam
Felix Fietkau
2011-05-17 11:14:15 +00:00
4deecea26bar71xx: detect link on LAN ports
Matteo Croce
2011-05-17 11:12:56 +00:00
8c2de891a9* add missing aes dependency to mv_cesa
John Crispin
2011-05-17 10:48:37 +00:00
dfc19a34b4* adds support for Artec Thincan
John Crispin
2011-05-17 10:35:14 +00:00
9abcc01305* adds mkelfimage
John Crispin
2011-05-17 10:33:46 +00:00
c6a93676death9k: fix ad-hoc nexttbtt calculation, which broke beacon transmission in some instances
Felix Fietkau
2011-05-17 08:37:38 +00:00
7b84bc2f39ath9k: fix issues with ad-hoc beacon slot selection
Felix Fietkau
2011-05-16 21:50:30 +00:00
c2bee5a64amac80211: update to 2011-05-13
Felix Fietkau
2011-05-16 21:50:26 +00:00
894d50da25kernel: backport some ssb changes to support a mac80211 update
Felix Fietkau
2011-05-16 21:50:20 +00:00
d475545c91remove an accidentally copied comment from the option.ko device patch
Jo-Philipp Wich
2011-05-15 21:28:12 +00:00
43e002fe5eadd definitions for Alcatel X220D and Huawai E173s to option.ko (#9422)
Jo-Philipp Wich
2011-05-15 19:17:31 +00:00
a4c0645326kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches
Hauke Mehrtens
2011-05-15 17:23:02 +00:00