[openwrt/openwrt] uboot-tools: remove uboot-tools definition

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 24 10:43:48 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/755108ef43ebaf4f58de7ab55308bcd63145d876

commit 755108ef43ebaf4f58de7ab55308bcd63145d876
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sun Mar 23 10:19:18 2025 +0100

    uboot-tools: remove uboot-tools definition
    
    This is completely unused and not even registered, so drop it.
    
    Link: https://github.com/openwrt/openwrt/pull/18329
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/boot/uboot-tools/Makefile | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/package/boot/uboot-tools/Makefile b/package/boot/uboot-tools/Makefile
index cef9111138..54b4647d24 100644
--- a/package/boot/uboot-tools/Makefile
+++ b/package/boot/uboot-tools/Makefile
@@ -22,19 +22,6 @@ PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk
 
-define Package/uboot-tools
-	SECTION:=utils
-	CATEGORY:=Utilities
-	SUBMENU:=Boot Loaders
-	TITLE:=U-Boot bootloader Tools
-	URL:=http://www.denx.de/wiki/U-Boot
-endef
-
-define Package/uboot-tools/description
-	U-Boot tools are a collection of utilities designed
-	to work with the U-Boot bootloader,
-endef
-
 define Package/dumpimage
 	SECTION:=utils
 	CATEGORY:=Utilities




More information about the lede-commits mailing list