diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-06-18 02:25:08 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-06-18 02:25:08 +0000 |
commit | a9cd417b6a518e18b4a0c93d7d95a8527f0f3fb2 (patch) | |
tree | 7e592745bfeaa56d12a4d1afc1a7c4e5ead4b10a /packages/iproute2/iproute2_2.6.18.bb | |
parent | f881476e2a4f25aa2cc819885950b05f3a0c6784 (diff) |
iproute2: Use update-alternatives. Note that this moves the ip command from
/sbin to /bin, to match where busybox was putting the ip command.
Diffstat (limited to 'packages/iproute2/iproute2_2.6.18.bb')
-rw-r--r-- | packages/iproute2/iproute2_2.6.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/iproute2/iproute2_2.6.18.bb b/packages/iproute2/iproute2_2.6.18.bb index 9d85126b68..ad62b5344a 100644 --- a/packages/iproute2/iproute2_2.6.18.bb +++ b/packages/iproute2/iproute2_2.6.18.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" SRC_URI_append = " file://iproute2-2.6.15_no_strip.diff;patch=1;pnum=0 \ file://new-flex-fix.patch;patch=1" |