From patchwork Thu Mar 22 15:01:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 148263 X-Patchwork-Delegate: jacmet@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B4DAAB6F62 for ; Fri, 23 Mar 2012 02:01:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6063BA0396; Thu, 22 Mar 2012 15:01:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H8I6kHieGpyw; Thu, 22 Mar 2012 15:01:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 87C8CA03A6; Thu, 22 Mar 2012 15:01:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 274AF8F753 for ; Thu, 22 Mar 2012 15:01:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1F0B58D91B for ; Thu, 22 Mar 2012 15:01:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id in3FSYxG+zcE for ; Thu, 22 Mar 2012 15:01:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.visionsystems.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 38EC18DE8A for ; Thu, 22 Mar 2012 15:01:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 599E929EBF1; Thu, 22 Mar 2012 16:01:30 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28787-04; Thu, 22 Mar 2012 16:01:13 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id B946629EBF2; Thu, 22 Mar 2012 16:01:13 +0100 (CET) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Mar 2012 16:01:13 +0100 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Thu, 22 Mar 2012 16:01:00 +0100 Message-Id: <1332428460-28459-2-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1332428460-28459-1-git-send-email-yegorslists@googlemail.com> References: <1332428460-28459-1-git-send-email-yegorslists@googlemail.com> X-OriginalArrivalTime: 22 Mar 2012 15:01:13.0258 (UTC) FILETIME=[9F9DA0A0:01CD083C] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH 2/2] udev: bump to 182 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/udev/udev.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/udev/udev.mk b/package/udev/udev.mk index d445a2f..85f6254 100644 --- a/package/udev/udev.mk +++ b/package/udev/udev.mk @@ -3,7 +3,7 @@ # udev # ############################################################# -UDEV_VERSION = 181 +UDEV_VERSION = 182 UDEV_SOURCE = udev-$(UDEV_VERSION).tar.bz2 UDEV_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/hotplug/ UDEV_INSTALL_STAGING = YES