diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-11-02 10:02:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 10:02:34 +0100 |
commit | 76c54dc342defe7d54167c2c745c1d49c440d548 (patch) | |
tree | 613e43c0c28802b19bba41459a3589797a4743ef /utils/hdparm/Makefile | |
parent | ad52af9a165bd7e840062c6d5e25dec92331c9b0 (diff) |
hdparm: capitalized submenu name (disc -> Disc)
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'utils/hdparm/Makefile')
-rw-r--r-- | utils/hdparm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hdparm/Makefile b/utils/hdparm/Makefile index fabc46439..9de3da9ac 100644 --- a/utils/hdparm/Makefile +++ b/utils/hdparm/Makefile @@ -25,7 +25,7 @@ TARGET_CFLAGS+=-D_GNU_SOURCE define Package/hdparm SECTION:=utils CATEGORY:=Utilities - SUBMENU:=disc + SUBMENU:=Disc TITLE:=Hard disk drive configuration utilitity URL:=http://sourceforge.net/projects/hdparm/ endef |