Skip to content
Snippets Groups Projects
Verified Commit 8f73242b authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

busybox: Really fix busybox and netifd conflict

parent d3a76ecd
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment