From: Nicolas Thill Date: Sat, 23 Sep 2006 13:45:49 +0000 (+0000) Subject: standardize Makefile, change section from base to utils and category to "base system" X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae88523368ec04f0222ba08a21b118aa97a7986b;p=librecmc%2Flibrecmc.git standardize Makefile, change section from base to utils and category to "base system" SVN-Revision: 4823 --- diff --git a/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile index 01b9adf98f..00d347fad5 100644 --- a/openwrt/package/mtd/Makefile +++ b/openwrt/package/mtd/Makefile @@ -16,12 +16,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk define Package/mtd -SECTION:=base -CATEGORY:=Utilities -DEFAULT:=y -TITLE:=Update utility for trx firmware images -DESCRIPTION:=Update utility for trx firmware images. To update \\\ -from other firmware or older OpenWrt releases. + SECTION:=utils + CATEGORY:=Base system + DEFAULT:=y + TITLE:=Update utility for trx firmware images + DESCRIPTION:=\ + This package contains an utility useful to upgrade from other firmware or \\\ + older OpenWrt releases. endef define Build/Prepare