[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 2/5] Exclude usb-modules explicitly on armel/orion5x network-console



util/pkg-list pulls in usb-modules due to usb-serial-modules, even
though usb-serial-modules is excluded on the network-console image.
Work around this bug by exlucding usb-modules explicitly.

(cherry picked from commit f947389e098f752e3e71032d6dd7871a3272c1d7)
---
 build/pkg-lists/netboot/network-console/armel/orion5x.cfg | 2 ++
 debian/changelog                                          | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/build/pkg-lists/netboot/network-console/armel/orion5x.cfg b/build/pkg-lists/netboot/network-console/armel/orion5x.cfg
index 62435f1..67fb38b 100644
--- a/build/pkg-lists/netboot/network-console/armel/orion5x.cfg
+++ b/build/pkg-lists/netboot/network-console/armel/orion5x.cfg
@@ -11,3 +11,5 @@ event-modules-${kernel:Version}
 qcontrol-udeb
 # To control the LED and beeper on Buffalo devices
 micro-evtd-udeb
+# Exclude usb-modules explicitly to work around bug in util/pkg-list (#809300)
+usb-modules-${kernel:Version} -
diff --git a/debian/changelog b/debian/changelog
index 5359adc..16dbeef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ debian-installer (20150422+deb8u3) UNRELEASED; urgency=medium
   [ Martin Michlmayr ]
   * Exclude usb-serial-modules from the armel network-console image
     since it's not useful there (Closes: #809301).
+  * Exclude usb-modules explicitly on armel/orion5x network-console
+    to work around bug in util/pkg-list.
 
  -- Cyril Brulebois <kibi@debian.org>  Mon, 14 Sep 2015 09:53:05 +0200
 
-- 
2.1.4


Reply to: