diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-04-14 04:27:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-04-14 04:27:05 +0000 |
commit | a25935134045da1cfa6d9cf1adb4c370e0fe02da (patch) | |
tree | f18c10164c89378fd730b186ff70a2d63b7f2329 /package/busybox/Makefile | |
parent | 15a109de79716991457e9ffab1e352e20a7392c3 (diff) | |
download | upstream-a25935134045da1cfa6d9cf1adb4c370e0fe02da.tar.gz upstream-a25935134045da1cfa6d9cf1adb4c370e0fe02da.tar.bz2 upstream-a25935134045da1cfa6d9cf1adb4c370e0fe02da.zip |
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 009a64a212..d1ce289354 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 |