diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-07-27 12:45:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-07-27 12:45:13 +0000 |
commit | 882d9e807c40e7815be40b419f1862f6bc480f07 (patch) | |
tree | 7a4c299561d8e298d1b8a4a1f7381d16386078e4 | |
parent | 43ea2723a89e8cb642e95420243679b63419c54a (diff) | |
download | mtk-20170518-882d9e807c40e7815be40b419f1862f6bc480f07.zip mtk-20170518-882d9e807c40e7815be40b419f1862f6bc480f07.tar.gz mtk-20170518-882d9e807c40e7815be40b419f1862f6bc480f07.tar.bz2 |
fix CATEGORY
SVN-Revision: 4304
-rw-r--r-- | openwrt/package/mtd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile index 50a75a5..b3bf602 100644 --- a/openwrt/package/mtd/Makefile +++ b/openwrt/package/mtd/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mtd SECTION:=base -CATEGORY:=Util +CATEGORY:=Utilities DEFAULT:=y TITLE:=Update utility for trx firmware images DESCRIPTION:=Update utility for trx firmware images. To update \\\ |