From 8f73242b6b2dfa9b6690f07caee8ab80cbfba5b2 Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <michal.hrusecky@nic.cz>
Date: Thu, 19 Jul 2018 12:36:14 +0200
Subject: [PATCH] busybox: Really fix busybox and netifd conflict

---
 .../0001-busybox-Try-to-install-everything-into-s-bin.patch     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/openwrt/to-upstream/0001-busybox-Try-to-install-everything-into-s-bin.patch b/patches/openwrt/to-upstream/0001-busybox-Try-to-install-everything-into-s-bin.patch
index 71e113f17..f50796817 100644
--- a/patches/openwrt/to-upstream/0001-busybox-Try-to-install-everything-into-s-bin.patch
+++ b/patches/openwrt/to-upstream/0001-busybox-Try-to-install-everything-into-s-bin.patch
@@ -23,7 +23,7 @@ index fc882d3..5d4ba1d 100644
 +	for i in $(1)/usr/sbin/*; do \
 +		rm -f $$$$i &&	ln -s ../bin/busybox $(1)/sbin/`basename $$$$i`; \
 +	done
-+	rm -f $(1)/bin/ifup $(1)/bin/ifdown
++	rm -f $(1)/sbin/ifup $(1)/sbin/ifdown
  ifneq ($(CONFIG_BUSYBOX_$(BUSYBOX_SYM)_CROND),)
  	$(INSTALL_BIN) ./files/cron $(1)/etc/init.d/cron
  endif
-- 
GitLab