[openwrt/openwrt] odhcpd: remove local mkdir_p implementation

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 12 19:13:34 EST 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b2d48c1dfe81911c563f0a745a2408b438db9bc4

commit b2d48c1dfe81911c563f0a745a2408b438db9bc4
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sun Dec 13 00:12:37 2020 +0000

    odhcpd: remove local mkdir_p implementation
    
    Replace local mkdir_p implementation in favour of using mkdir_p now
    added to libubox.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/network/services/odhcpd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 9a4cd19bef..1ab68ec33b 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcpd.git
-PKG_SOURCE_DATE:=2020-11-15
-PKG_SOURCE_VERSION:=fb55e80394c51d7502bb278f57520dec15a11355
-PKG_MIRROR_HASH:=631d15fd7c93529fa33433380c4811dbacca9665864e5836c6daca0c7165f25a
+PKG_SOURCE_DATE:=2020-12-13
+PKG_SOURCE_VERSION:=2cf6232fd170a24b801d71d497947d7aabd12015
+PKG_MIRROR_HASH:=097a6b186bc85cc8ff95a611e23ab50a6d8025988f19e0d48520e12a1020274d
 
 PKG_MAINTAINER:=Hans Dedecker <dedeckeh at gmail.com>
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list