From 2e42da5312a32dd0e162bbb67812228304402a04 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 3 Dec 2009 20:17:50 +0100 Subject: [PATCH] linux26: removing lib/firmware from file list because it belongs to the fhs package --- base/linux26/linux-conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/base/linux26/linux-conf.in b/base/linux26/linux-conf.in index 1e21015bc..1f681260c 100644 --- a/base/linux26/linux-conf.in +++ b/base/linux26/linux-conf.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux26/linux-conf.in -# Copyright (C) 2006 - 2008 The OpenSDE Project +# Copyright (C) 2006 - 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -306,3 +306,5 @@ pkg_linux_brokenfiles="$base/architecture/$arch/kernel$treever-disable.lst \ $base/package/*/linux$treever/disable-broken.lst \ $pkg_linux_brokenfiles" +# removing lib/firmware from file list because it belongs to the fhs package +var_append flistdel "|" "lib/firmware"