Browse Source

dtc: Fix dead URLs

Fixes uscan. URL taken from Debian.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 6 years ago
committed by Yousong Zhou
parent
commit
e868c06e7f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/dtc/Makefile

+ 3
- 3
libs/dtc/Makefile View File

@ -25,7 +25,7 @@ define Package/dtc
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Device Tree Compiler
URL:=http://devicetree.org/Device_Tree_Compiler
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
endef
define Package/dtc/description
@ -45,7 +45,7 @@ define Package/fdt-utils
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Flat Device Tree Utilities
URL:=http://devicetree.org/Device_Tree_Compiler
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
endef
define Package/fdt-utils/install
@ -62,7 +62,7 @@ define Package/libfdt
SECTION:=libs
CATEGORY:=Libraries
TITLE:=a utility library for reading and manipulating dtb files
URL:=http://devicetree.org/Device_Tree_Compiler
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
endef
define Package/libfdt/description


Loading…
Cancel
Save