From: Luis R. Rodriguez Date: Mon, 11 Mar 2013 23:34:33 +0000 (-0700) Subject: compat-drivers: fix commend for genlog X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c67959a0021c65b195e746e7f7891f19a4f07b0c;p=openwrt%2Fstaging%2Fblogic.git compat-drivers: fix commend for genlog The genlog script was giving the incorrect command we use to generate the log for the kernel, fix this. Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/genlog-3.9 b/scripts/genlog-3.9 index 50240a4536fa..a9fdf075def3 100755 --- a/scripts/genlog-3.9 +++ b/scripts/genlog-3.9 @@ -72,7 +72,7 @@ echo -e " * DRM " >> $LOG echo -e " Generated by using: -git log v3.${OLD_VER}${RC}..HEAD \ +git log v3.${OLD_VER}..HEAD \ net/wireless/ \ net/mac80211/ \ net/rfkill/ \