From f72d672abfdc8a423f0878cb731521173f17e551 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Wed, 2 Nov 2016 21:26:53 +0100 Subject: [PATCH] dfu-programmer: move to "Microcontroller programming" submenu Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi --- utils/dfu-programmer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/dfu-programmer/Makefile b/utils/dfu-programmer/Makefile index 153c69f71c..777f92d2f0 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