From e54bae43a86dce91765ebf86833cd34c8f6b745a Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Wed, 24 May 2017 12:26:59 -0400 Subject: [PATCH] Fix Ben Nanonote support --- include/kernel-version.mk | 2 +- target/linux/xburst/Makefile | 2 +- target/linux/xburst/config-3.18 | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index db34f43a41..4e8fcb83af 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -5,7 +5,7 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .43 LINUX_VERSION-4.4 = .52 -LINUX_KERNEL_HASH-3.18.43 = +LINUX_KERNEL_HASH-3.18.43 = f61362192b74424539f062a21aa7080f5d66fd8d4cfe2a38f33fab8889bf072c LINUX_KERNEL_HASH-4.4.52 = 0f1faafdae47da5f29e740ff655f91c2eb13c8cdfc4d039d903176bd56c2ecbb ifdef KERNEL_PATCHVER diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 16d0b8b1b4..2a64b7c46f 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=xburst BOARDNAME:=Ingenic XBurst -FEATURES:=targz nand ubifs audio source-only +FEATURES:=targz nand ubifs audio SUBTARGETS:=qi_lb60 KERNEL_PATCHVER:=3.18 diff --git a/target/linux/xburst/config-3.18 b/target/linux/xburst/config-3.18 index 71411bf067..81e7eddbdf 100644 --- a/target/linux/xburst/config-3.18 +++ b/target/linux/xburst/config-3.18 @@ -341,7 +341,6 @@ CONFIG_USB_SUPPORT=y CONFIG_USB_U_ETHER=y CONFIG_VFAT_FS=y # CONFIG_VGA_CONSOLE is not set -# CONFIG_VLAN_8021Q is not set CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_VT_CONSOLE_SLEEP=y -- 2.25.1