diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-08-23 17:31:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-08-23 17:31:04 +0000 |
commit | 043edd80744308e9d1b8c0bf2213bd7a71770cb1 (patch) | |
tree | 8b1ccfd0ecdc4680df553aae16f6f937193a5b4c /target/linux/brcm47xx | |
parent | 6f232cba6241c248000fbca5e7261c1a79accbb4 (diff) | |
download | upstream-043edd80744308e9d1b8c0bf2213bd7a71770cb1.tar.gz upstream-043edd80744308e9d1b8c0bf2213bd7a71770cb1.tar.bz2 upstream-043edd80744308e9d1b8c0bf2213bd7a71770cb1.zip |
kernel: update 3.10 to 3.10.9
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37832
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/116-MIPS-BCM47xx-Remove-CFE-console.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 3e79dc6846..76994a161a 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -11,7 +11,7 @@ BOARD:=brcm47xx BOARDNAME:=Broadcom BCM947xx/953xx FEATURES:=squashfs usb pcmcia -LINUX_VERSION:=3.10.4 +LINUX_VERSION:=3.10.9 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += swconfig kmod-switch kmod-diag wpad-mini nvram diff --git a/target/linux/brcm47xx/patches-3.10/116-MIPS-BCM47xx-Remove-CFE-console.patch b/target/linux/brcm47xx/patches-3.10/116-MIPS-BCM47xx-Remove-CFE-console.patch index 0e0f8a3dfd..1db01f0cbb 100644 --- a/target/linux/brcm47xx/patches-3.10/116-MIPS-BCM47xx-Remove-CFE-console.patch +++ b/target/linux/brcm47xx/patches-3.10/116-MIPS-BCM47xx-Remove-CFE-console.patch @@ -16,7 +16,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -117,7 +117,6 @@ config BCM47XX +@@ -118,7 +118,6 @@ config BCM47XX select NO_EXCEPT_FILL select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN |