fconfig: move to Boot Loaders submenu of Utilities
[openwrt/openwrt.git] / package / boot / fconfig / Makefile
index c04afdaac2529177fd84046339d79564180aa5cf..077c6e4889419c6bcf46acfbe592145b234e2403 100644 (file)
@@ -15,9 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://andrzejekiert.ovh.org/software/fconfig/
 PKG_MD5SUM:=dac355e9f2a0f48c414c52e2034b6346
 
-PKG_LICENSE:=GPL-2.0+
-PKG_LICENSE_FILES:=
-
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
 
 include $(INCLUDE_DIR)/package.mk
@@ -25,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/fconfig
   SECTION:=utils
   CATEGORY:=Utilities
+  SUBMENU:=Boot Loaders
   TITLE:=RedBoot configuration editor
   URL:=http://andrzejekiert.ovh.org/software.html.en
 endef