dmidecode: Update to latest version and enable build for x86_64 target
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40793 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f5506ed32d
commit
780e07cf9d
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2011 OpenWrt.org
|
# Copyright (C) 2007-2014 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dmidecode
|
PKG_NAME:=dmidecode
|
||||||
PKG_VERSION:=2.11
|
PKG_VERSION:=2.12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/dmidecode
|
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/dmidecode
|
||||||
PKG_MD5SUM:=535487cc041f2db746587cf40a2059f0
|
PKG_MD5SUM:=a406f3cbb27736491698697beeddb781
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/dmidecode
|
define Package/dmidecode
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@TARGET_x86
|
DEPENDS:=@(TARGET_x86||TARGET_x86_64)
|
||||||
TITLE:=Displays BIOS informations.
|
TITLE:=Displays BIOS informations.
|
||||||
URL:=http://www.nongnu.org/dmidecode/
|
URL:=http://www.nongnu.org/dmidecode/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user