diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-03 00:03:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 00:03:41 +0200 |
commit | d9a25e1c16a95af27d284203f52fe94b2c48246e (patch) | |
tree | 0d1bfb816242c2f37ad8220062fab87519c2c562 /utils | |
parent | d3e60c52bb1804c5aeacf0d7a7cbe8f1fcdf2bc0 (diff) | |
parent | 4c1028564eff1c2c6b27e5d2ee73b6f3bc6fac7f (diff) |
Merge pull request #3450 from bobafetthotmail/patch-4
avrdude: move to "Microcontroller programming" submenu
Diffstat (limited to 'utils')
-rw-r--r-- | utils/avrdude/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/avrdude/Makefile b/utils/avrdude/Makefile index 5ea0e5542..f933cc155 100644 --- a/utils/avrdude/Makefile +++ b/utils/avrdude/Makefile @@ -28,6 +28,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/avrdude SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Microcontroller programming TITLE:=AVR Downloader/UploaDEr URL:=http://www.nongnu.org/avrdude/ DEPENDS:=+libncurses +libreadline +libusb-compat +libftdi1 +libelf1 |