diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-07 08:34:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-07 08:34:51 +0000 |
commit | 34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a (patch) | |
tree | d03a529733bb0260835cc50a4592b3e9b3f62dde /package/nvram/Makefile | |
parent | 3e2f44481fc0c353cc53c3a70b8a59d2ce0c6b60 (diff) | |
download | upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.gz upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.tar.bz2 upstream-34bb4638e7eeebcfc901c6a8cc00038fc33e4c7a.zip |
move package description to a separate definition, remove it when DESCRIPTION=TITLE
SVN-Revision: 8659
Diffstat (limited to 'package/nvram/Makefile')
-rw-r--r-- | package/nvram/Makefile | 7 |
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 |