standardize Makefile, change section from base to utils and category to "base system"

SVN-Revision: 4823
This commit is contained in:
Nicolas Thill 2006-09-23 13:45:49 +00:00
parent 5912d418f4
commit ae88523368
1 changed files with 7 additions and 6 deletions

View File

@ -16,12 +16,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/mtd define Package/mtd
SECTION:=base SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Base system
DEFAULT:=y DEFAULT:=y
TITLE:=Update utility for trx firmware images TITLE:=Update utility for trx firmware images
DESCRIPTION:=Update utility for trx firmware images. To update \\\ DESCRIPTION:=\
from other firmware or older OpenWrt releases. This package contains an utility useful to upgrade from other firmware or \\\
older OpenWrt releases.
endef endef
define Build/Prepare define Build/Prepare