On Fri, Jun 24, 2011 at 12:19:28PM +0100, Christian Gagneraud wrote: > Signed-off-by: Christian Gagneraud <[email protected]> > --- > rules/wimax.in | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > create mode 100644 rules/wimax.in > > diff --git a/rules/wimax.in b/rules/wimax.in > new file mode 100644 > index 0000000..0aaa0ee > --- /dev/null > +++ b/rules/wimax.in > @@ -0,0 +1,9 @@ > +## SECTION=networking > + > +menu "WiMAX " > + > +source "rules/wimax-firmware.in" > +source "rules/wimax-tools.in" > +source "rules/wimax-service.in"
This should use generated menus too. source "generated/networking_wimax.in" and "SECTION=networking_wimax" in those packages. Michael > + > +endmenu > -- > 1.7.4.1 > > > -- > ptxdist mailing list > [email protected] > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
