diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 15:45:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 15:45:36 +0000 |
commit | 1873f0281abe38bac82ae27dbd210f16220b3115 (patch) | |
tree | 984360c7fa4175eeb3df4fd9fd772da56368ef39 /package/busybox/Makefile | |
parent | 77acae652fa5607fc76b07ce3ce558e8a845de30 (diff) | |
download | upstream-1873f0281abe38bac82ae27dbd210f16220b3115.tar.gz upstream-1873f0281abe38bac82ae27dbd210f16220b3115.tar.bz2 upstream-1873f0281abe38bac82ae27dbd210f16220b3115.zip |
add support for Package/<pkgname>/description - old format still supported, but deprecated
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5015 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index f56d2462d7..05174a32bd 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -26,13 +26,15 @@ define Package/busybox CATEGORY:=Base system DEFAULT:=y TITLE:=Core utilities for embedded Linux - DESCRIPTION:=\ - The Swiss Army Knife of embedded Linux. \\\ - It slices, it dices, it makes Julian Fries. URL:=http://busybox.net/ MENU:=1 endef +define Package/busybox/description +The Swiss Army Knife of embedded Linux. + It slices, it dices, it makes Julian Fries. +endef + define Package/busybox/config menu "Configuration" depends on PACKAGE_busybox |