standardize Makefile, change section from base to utils and category to "base system"
SVN-Revision: 4823
This commit is contained in:
parent
5912d418f4
commit
ae88523368
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue