diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-03 00:03:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 00:03:34 +0200 |
commit | d3e60c52bb1804c5aeacf0d7a7cbe8f1fcdf2bc0 (patch) | |
tree | 9d93c9c44f523b47c511a9f8968c707440d8f4e9 /utils | |
parent | 2e51cd5f4d9047c6fd5eae40da4e62ed555aa833 (diff) | |
parent | f72d672abfdc8a423f0878cb731521173f17e551 (diff) |
Merge pull request #3451 from bobafetthotmail/patch-7
dfu-programmer: move to "Microcontroller programming" submenu
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dfu-programmer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/dfu-programmer/Makefile b/utils/dfu-programmer/Makefile index 153c69f71..777f92d2f 100644 --- a/utils/dfu-programmer/Makefile +++ b/utils/dfu-programmer/Makefile @@ -27,6 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dfu-programmer SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Microcontroller programming TITLE:=USB programmer for Atmel microcontrollers URL:=http://dfu-programmer.github.io/ DEPENDS:=+libusb-1.0 |