Browse Source

linux26: removing lib/firmware from file list because it belongs to the fhs package

user/chris/old/ruby
Christian Wiese 15 years ago
parent
commit
2e42da5312
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      base/linux26/linux-conf.in

+ 3
- 1
base/linux26/linux-conf.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../linux26/linux-conf.in # 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) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # 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 \ $base/package/*/linux$treever/disable-broken.lst \
$pkg_linux_brokenfiles" $pkg_linux_brokenfiles"
# removing lib/firmware from file list because it belongs to the fhs package
var_append flistdel "|" "lib/firmware"

Loading…
Cancel
Save