mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-19 06:54:58 +01:00
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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user