# HG changeset patch # User Pascal Bellard # Date 1436106471 -7200 # Node ID d6fc3dbec1dea07556bcf2d43b86e36eb95c3dd2 # Parent 3954e94bec9b221a62ddc32d7069a4981d87aacc busybox: add /bin/ip diff -r 3954e94bec9b -r d6fc3dbec1de busybox/receipt --- a/busybox/receipt Sun Jul 05 12:26:54 2015 +0200 +++ b/busybox/receipt Sun Jul 05 16:27:51 2015 +0200 @@ -122,6 +122,7 @@ genpkg_rules() { cp -a $src/_install/* $fs + [ -e $fs/sbin/ip ] && ln $fs/sbin/ip $fs/bin/ip rm -f $fs/bin/bbconfig $fs/usr/bin/ar mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs $fs/var/spool/lpd