summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/linux.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc
index b98b722d97..951bf16590 100644
--- a/packages/linux/linux.inc
+++ b/packages/linux/linux.inc
@@ -70,7 +70,8 @@ do_configure_prepend() {
-e '/CONFIG_CPU_BIG_ENDIAN/d' \
-e '/CONFIG_LOGO=/d' \
-e '/CONFIG_LOGO_LINUX_CLUT224=/d' \
- < '${WORKDIR}/defconfig' >>'${S}/.config'
+ -e '/CONFIG_LOCALVERSION/d' \
+ < '${WORKDIR}/defconfig' >>'${S}/.config'
#
# root-over-nfs-over-usb-eth support. Limited, but should cover some cases.