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

Bug#671200: linux-2.6: Generate leds-modules for Kirkwood Debian installer



On Thu, May 03, 2012 at 11:19:43AM +0100, Martin Michlmayr wrote:
> * Simon Guinot <simon@sequanux.org> [2012-04-27 01:15]:
> > On LaCie boards, the leds-ns2 and leds-netxbig drivers are used to
> > configure the LEDs. This drivers are currently not embedded into the
> > network-console installer. As a consequence, it is not possible to
> > change the LEDs behaviour on LaCie boards when the SSH server is ready.
> > 
> > Please, consider applying the attached patch.
> 
> This patch is not correct:
> 
> > --- debian/installer/armel/package-list	(revision 18961)
> > +++ debian/installer/armel/package-list	(working copy)
> > @@ -5,7 +5,7 @@
> >  #
> >  Package: kernel-image
> >  Provides_iop32x: rtc-modules
> > -Provides_kirkwood: rtc-modules, jffs2-modules, zlib-modules
> > +Provides_kirkwood: rtc-modules, jffs2-modules, zlib-modules, leds-modules
> 
> This says that the LEDs moduleas are built-in, which is not the case.
> You have to create
> debian/installer/armel/modules/armel-kirkwood/leds-modules with a list
> of modules.

You will find in attachment an updated patch.

> 
> I'm also not sure about the name leds-modules... maybe they should just
> be added to input-modules or something but I'll leave that to the
> kernel/installer team to decide.
Index: debian/installer/armel/modules/armel-kirkwood/leds-modules
===================================================================
--- debian/installer/armel/modules/armel-kirkwood/leds-modules	(revision 0)
+++ debian/installer/armel/modules/armel-kirkwood/leds-modules	(revision 0)
@@ -0,0 +1,2 @@
+leds-ns2
+leds-netxbig
Index: debian/installer/package-list
===================================================================
--- debian/installer/package-list	(revision 18961)
+++ debian/installer/package-list	(working copy)
@@ -472,3 +472,9 @@
 Priority: extra
 Description: lzo modules
  This package contains lzo modules.
+
+Package: leds-modules
+Depends: kernel-image
+Priority: extra
+Description: LED modules
+ This package contains LED modules.

Attachment: signature.asc
Description: Digital signature


Reply to: