lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2e51cd5f4d9047c6fd5eae40da4e62ed555aa833
parent b8e6501c1025ba61e3718d42aee198c4f2af97fc
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu,  3 Nov 2016 00:03:27 +0200

Merge pull request #3452 from bobafetthotmail/patch-9

stm32flash: move to "Microcontroller programming" submenu
Diffstat:
Mutils/stm32flash/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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