DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -26,13 +26,15 @@ define Package/dmidecode
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=@LINUX_2_6_X86
|
||||
TITLE:=Displays BIOS informations.
|
||||
DESCRIPTION:=\
|
||||
Dmidecode reports information about your system's hardware\\\
|
||||
as described in your system BIOS according to the SMBIOS/DMI\\\
|
||||
standard.
|
||||
URL:=http://www.nongnu.org/dmidecode/
|
||||
endef
|
||||
|
||||
define Package/dmidecode/description
|
||||
Dmidecode reports information about your system's hardware
|
||||
as described in your system BIOS according to the SMBIOS/DMI
|
||||
standard.
|
||||
endef
|
||||
|
||||
define Package/dmidecode/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin
|
||||
|
Reference in New Issue
Block a user