diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-11-02 21:23:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 21:23:26 +0100 |
commit | 4c1028564eff1c2c6b27e5d2ee73b6f3bc6fac7f (patch) | |
tree | 4e31092009caeb711dc7ed17f1c82ad1ee28449d /utils | |
parent | b8e6501c1025ba61e3718d42aee198c4f2af97fc (diff) |
avrdude: 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')
-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 |