aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Bursi <starshipeleven@outlook.com>2016-11-02 21:26:53 +0100
committerGitHub <noreply@github.com>2016-11-02 21:26:53 +0100
commitf72d672abfdc8a423f0878cb731521173f17e551 (patch)
tree38e1470b4d7742567556f9174a4783092401e72a
parentb8e6501c1025ba61e3718d42aee198c4f2af97fc (diff)
dfu-programmer: move to "Microcontroller programming" submenu
Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
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