diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-10 17:20:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-10 17:20:25 +0000 |
commit | b3d741a1a8d86113f6791b6fd50109e720d28c85 (patch) | |
tree | 252c444261e29b4a36e08604d35479928ddd0ae0 /target/linux/generic | |
parent | 4254f7920c02146701d2c73d71c12251ef6480ad (diff) | |
download | master-187ad058-b3d741a1a8d86113f6791b6fd50109e720d28c85.tar.gz master-187ad058-b3d741a1a8d86113f6791b6fd50109e720d28c85.tar.bz2 master-187ad058-b3d741a1a8d86113f6791b6fd50109e720d28c85.zip |
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 cea064cc51..0000000000 --- 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 - |