summaryrefslogtreecommitdiffstats
path: root/package/nvram
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-07 08:34:51 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-07 08:34:51 +0000
commit34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a (patch)
treed03a529733bb0260835cc50a4592b3e9b3f62dde /package/nvram
parent3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60 (diff)
downloadmaster-31e0f0ae-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.gz
master-31e0f0ae-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.bz2
master-31e0f0ae-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.zip
move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
Diffstat (limited to 'package/nvram')
-rw-r--r--package/nvram/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index e7a59a70b6..e053a43b20 100644
--- a/package/nvram/Makefile
+++ b/package/nvram/Makefile
@@ -18,9 +18,10 @@ define Package/nvram
CATEGORY:=Utilities
DEPENDS:=@TARGET_BRCM_2_4
TITLE:=Broadcom config utility
- DESCRIPTION:=\
- This package contains an utility to control broadcom's 'nvram' config \\\
- area.
+endef
+
+define Package/nvram/description
+ This package contains an utility to control broadcom's 'nvram' config area.
endef
define Build/Prepare