mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 18:51:05 +02:00
standardize Makefile, change section from base to utils and category to "base system"
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4823 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
27f91977dc
commit
75c83f8919
@ -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…
x
Reference in New Issue
Block a user