On Thursday 11 October 2007 23:31:48 Markus Feldmann wrote: > > Shouldn't you be on "everything" ? > > > > I'm using: > > > > rm -rf wireless-2.6 > > git clone --reference /usr/src/linux-git > > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git > > cd wireless-2.6 > > git checkout -b everything origin/everything > > I got this Message when i execute "git clone ...", > reference repository '/usr/src/linux-git' is not a local directory > any Idea? just don't use this option then... git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git cd wireless-2.6 git checkout -b everything origin/everything -> exactly like its documented in http://linuxwireless.org/en/users/Drivers/ath5k#Hackingath5k i know, git can appear overwhelming in the beginnig, but its rather easy once you get used to it. if you have known subversion before this document gets you started: http://git.or.cz/course/svn.html anyhow you should read the instructions... good luck, bruno - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html