hi, This is my first experience with writing a patch/using git. I need some specific answers to get it working
I have written a patch for ath9k driver using git. The git root directory where i initiated the project is compat-wireless-2011-08-10. I did a git diff > 001-ath9k.patch and the patch file has headers like : diff --git a/compat-wireless-2011-08-10/drivers/net/wireless/ath/ath9k/ath9k.h b/compat-wireless-2011-08-10/drivers/net/wireless/ath/ath9k/ath9k.h *index c03949e..0b31c10 100644* --- a/compat-wireless-2011-08-10/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/compat-wireless-2011-08-10/drivers/net/wireless/ath/ath9k/ath9k.h @@ -122,9 +122,14 @@ void ath_descdma_cleanup(struct ath_softc *sc, struct ath_descdma *dd, /***********/ My questing is : 0) should *index* line be present in the patch ? 1) *Where *should I place this patch file ? 2) What are the *set* of easiest commands to get this patch to be applied/compile ? I saw Quilt http://wiki.openwrt.org/doc/devel/patches The asked to do make package*/example/*update V=99 Now I don't know what this *example *should be to use this command ? Please help. Abhinav
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
