projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f482f6d
)
uboot-tools: remove uboot-tools definition
author
Robert Marko
<
[email protected]
>
Sun, 23 Mar 2025 09:19:18 +0000
(10:19 +0100)
committer
Robert Marko
<
[email protected]
>
Mon, 24 Mar 2025 17:43:44 +0000
(18:43 +0100)
This is completely unused and not even registered, so drop it.
Link:
https://github.com/openwrt/openwrt/pull/18329
Signed-off-by: Robert Marko <
[email protected]
>
package/boot/uboot-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-tools/Makefile
b/package/boot/uboot-tools/Makefile
index cef9111138573603deb573d868f725a279719069..54b4647d24831a712a7931bd62155b26faa11128 100644
(file)
--- 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