X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fnvramtool%2FMakefile;h=2818b1ecaae32143dba9f3f3ae0c604cb9b5f4ab;hp=ff89c8254b4d0626e0cb25970882934e8fde5837;hb=c5dbe198e6854a968e06dbc04391c6f0c0cd26e5;hpb=217758d5cebcc021e038a5cbf47ee0a77cb463d6 diff --git a/utils/nvramtool/Makefile b/utils/nvramtool/Makefile index ff89c8254b..2818b1ecaa 100644 --- a/utils/nvramtool/Makefile +++ b/utils/nvramtool/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,8 +13,8 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_SOURCE_SUBDIR:=nvramtool-$(PKG_VERSION) -PKG_SOURCE_URL:=svn://coreboot.org/repos/trunk/util/nvramtool +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=svn://coreboot.org/coreboot/trunk/util/nvramtool PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz include $(INCLUDE_DIR)/package.mk @@ -28,8 +28,11 @@ define Package/nvramtool endef define Package/nvramtool/description - nvramtool (previously known as lxbios and cmos_util) is a utility for reading/writing coreboot parameters and displaying information from the coreboot table in CMOS/NVRAM. - The program is intended only for x86-based Linux systems that use coreboot, but can also be used for non-coreboot systems (e.g. for dumping all NVRAM bytes). +nvramtool (previously known as lxbios and cmos_util) is a utility for +reading/writing coreboot parameters and displaying information from the coreboot +table in CMOS/NVRAM. +The program is intended only for x86-based Linux systems that use coreboot, but +can also be used for non-coreboot systems (e.g. for dumping all NVRAM bytes). endef define Build/Configure