Hi Matt, sorry to say that, but probably your mail client mangled all your mails, so tabs got changed to whitespaces. So, you need to resend. This resource [1] is quite helpful to solve this issue. Also, it might help to send some test-mail to yourself to see and check how your client submits your mails. A nice to have would be to make your mails form a thread (with an introduction mail [PATCH 00/30]). Good luck!
Matthew Fatheree schrieb: > >From 82a697fdd09beb673d94ed197ea1dd527b070cae Mon Sep 17 00:00:00 2001 > From: Matthew Fatheree <[email protected]> > Date: Sat, 3 May 2014 22:59:46 +0700 > Subject: [PATCH 01/30] Add Linksys Mamba WRT1900AC build profile > > Add Linksys Mamba WRT1900AC build profile to target/linux/mvebu > Signed-off-by: Matthew Fatheree <[email protected]> > --- > target/linux/mvebu/profiles/101-Linksys-Mamba.mk | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > create mode 100644 target/linux/mvebu/profiles/101-Linksys-Mamba.mk > > diff --git a/target/linux/mvebu/profiles/101-Linksys-Mamba.mk > b/target/linux/mvebu/profiles/101-Linksys-Mamba.mk > new file mode 100644 > index 0000000..de048a6 > --- /dev/null > +++ b/target/linux/mvebu/profiles/101-Linksys-Mamba.mk > @@ -0,0 +1,21 @@ > +# > +# Copyright (C) 2013 OpenWrt.org > +# > +# This is free software, licensed under the GNU General Public License v2. > +# See /LICENSE for more information. > +# > + > +define Profile/Mamba > + NAME:=Linksys Mamba > + PACKAGES:= \ > + kmod-usb-storage \ > + kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \ > + kmod-ata-core kmod-ata-marvell-sata \ > + kmod-rtc-marvell kmod-thermal-armada > +endef > + > +define Profile/Mamba/Description > + Package set compatible with Linksys Mamba board (WRT1900AC board.) > +endef > + > +$(eval $(call Profile,Mamba)) > -- > 1.7.9.5 > > > > > __________________________________________________________________ > Confidential This e-mail and any files transmitted with it are the property > of Belkin International, Inc. and/or its affiliates, are confidential, and > are intended solely for the use of the individual or entity to whom this > e-mail is addressed. If you are not one of the named recipients or otherwise > have reason to believe that you have received this e-mail in error, please > notify the sender and delete this message immediately from your computer. Any > other use, retention, dissemination, forwarding, printing or copying of this > e-mail is strictly prohibited. Pour la version française: > http://www.belkin.com/email-notice/French.html Für die deutsche Übersetzung: > http://www.belkin.com/email-notice/German.html > __________________________________________________________________ > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
