diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-11-02 21:30:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 21:30:30 +0100 |
commit | 6013b58f41a390c358392b8983caf49ba78724b1 (patch) | |
tree | 0a0d5c75e273b7ec702ee8a42df698df345d9e18 /utils/stm32flash/Makefile | |
parent | b8e6501c1025ba61e3718d42aee198c4f2af97fc (diff) |
stm32flash: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'utils/stm32flash/Makefile')
-rw-r--r-- | utils/stm32flash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/stm32flash/Makefile b/utils/stm32flash/Makefile index c1f6b9b74..6ceb87a10 100644 --- a/utils/stm32flash/Makefile +++ b/utils/stm32flash/Makefile @@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/stm32flash SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Microcontroller programming URL:=http://code.google.com/p/stm32flash/ TITLE:=Firmware flash tool for STM32's serial bootloader endef |