# Using the OpenWrt mirror provides a stable version
# orig-URL:=http://www.andywilcock.com/code/cambozola
define Download/cambozola
- URL:=http://mirror2.openwrt.org/sources
+ URL:=https://sources.openwrt.org/
FILE:=$(CAMBOZOLA)
- MD5SUM:=35c45188aa9635aef2b745c35c311396
+ HASH:=4e4e92d95673edd051e6b4d36bed8c5328873f5fc374073760b457d4be33415b
endef
# redefine prepare to extract to our build dir
# Since kernel 2.6.39.1 userspace tools are inside the kernel tree
# Package Automatic match version in kernel
-# MD5SUM is not useful kernel package already check it
+# HASH is not useful kernel package already check it
PKG_VERSION:=$(shell sed -n -e '/^AC_INIT/s/.*\[\([[:digit:]\.]*\)\].*/\1/gp' $(LINUX_DIR)/tools/usb/usbip/configure.ac)
PKG_SOURCE:=
PKG_SOURCE_URL:=
-PKG_MD5SUM:=unknown
+PKG_HASH:=unknown
PKG_MAINTAINER:=Nuno Goncalves <nunojpg@gmail.com>
define Download/pianod-client
URL:=http://deviousfish.com/Downloads/pianod/
FILE:=$(PIANOD_CLIENT)
- MD5SUM:=abbdee5627bcee6a00c8304da8b4e2e7
+ HASH:=1596ec2da30992e4008bbd6654333b025165399c3c7e22078f35bee6a438c5ad
endef
define Package/pianod/conffiles
OUI_SOURCE:=oui-2016-05-30.txt.gz
OUI_URL:=https://sources.openwrt.org/
-OUI_MD5SUM:=38048729fdb5a7a7e0c5db6a51dc2dd1
+OUI_HASH:=19d0b02eeb0d42507ee17b637a295782c14956fe1ac4803589ed93ef92c4fad5
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
define Download/oui.txt
FILE:=$(OUI_SOURCE)
URL:=$(OUI_URL)
- MD5SUM:=$(OUI_MD5SUM)
+ HASH:=$(OUI_HASH)
endef
TARGET_CFLAGS += -DOPENWRT