diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-14 04:27:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-14 04:27:05 +0000 |
commit | f60359fc31b33cbd555479093d1c737c025514a2 (patch) | |
tree | f18c10164c89378fd730b186ff70a2d63b7f2329 /package/busybox/Makefile | |
parent | 7c4a94e543f0c071990affdf71d2ff3a44ae36e4 (diff) |
port iptables to new config format, change handling of TITLE and DESCRIPTION
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3647 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 009a64a21..d1ce28935 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -18,8 +18,7 @@ define Package/busybox CONFIGFILE:=config/Config.in SECTION:=base CATEGORY:=Base system -TITLE:=Core utilities -DESCRIPTION:=Core utilities for embedded Linux systems +TITLE:=Core utilities for embedded Linux endef define Build/Configure |