From patchwork Thu Mar 22 10:57:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [git,commit] kmod: bump version Date: Thu, 22 Mar 2012 00:57:15 -0000 From: Peter Korsgaard X-Patchwork-Id: 148214 Message-Id: <20120322110548.1EAFB9693C@busybox.osuosl.org> To: buildroot@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=8fce69fd2f42290d0794b4cc823312d4205ff9dc branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Peter Korsgaard --- package/kmod/kmod.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk index 028d351..f71087c 100644 --- a/package/kmod/kmod.mk +++ b/package/kmod/kmod.mk @@ -1,4 +1,4 @@ -KMOD_VERSION = 6 +KMOD_VERSION = 7 KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod/ KMOD_INSTALL_STAGING = YES