diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-10 17:20:25 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-10 17:20:25 +0000 |
commit | 4847eb75fcc03dd6cdba637bc00c0d55c0864fc5 (patch) | |
tree | 252c444261e29b4a36e08604d35479928ddd0ae0 /target/linux/generic | |
parent | 8e11ab7f8c9f48deec7eedea2dac06301383ca0c (diff) |
mvebu: update to 3.8-rc3
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35086 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/patches-3.8/001-sctp_fix_default_choice.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/generic/patches-3.8/001-sctp_fix_default_choice.patch b/target/linux/generic/patches-3.8/001-sctp_fix_default_choice.patch deleted file mode 100644 index cea064cc5..000000000 --- a/target/linux/generic/patches-3.8/001-sctp_fix_default_choice.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 7a70ff39328cd24b9c7db11eb4ae1a18c698a538 Mon Sep 17 00:00:00 2001 -From: Florian Fainelli <florian@openwrt.org> -Date: Mon, 7 Jan 2013 14:26:15 +0100 -Subject: [PATCH] sctp: fix typo in default SCTP cookie choice - -Commit 0d0863b0 (sctp: Change defaults on cookie hmac selection) -introduced a choice configuration option to select the default SCTP -cookie hashing algorithm, a typo was introduced for the default choice. -This is an issue when running make oldconfig because an explicit choice -number must be entered since no default is available. This patch fixes -the typo, thus providing a valid default choice. - -Signed-off-by: Florian Fainelli <florian@openwrt.org> ---- - net/sctp/Kconfig | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig -index c262106..7521d94 100644 ---- a/net/sctp/Kconfig -+++ b/net/sctp/Kconfig -@@ -68,7 +68,7 @@ config SCTP_DBG_OBJCNT - If unsure, say N - choice - prompt "Default SCTP cookie HMAC encoding" -- default SCTP_COOKIE_HMAC_MD5 -+ default SCTP_DEFAULT_COOKIE_HMAC_MD5 - help - This option sets the default sctp cookie hmac algorithm - when in doubt select 'md5' --- -1.7.10.4 - |