From ffc45f0778a35af16a5916e2310332e989dabd73 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Fri, 4 Aug 2006 11:11:25 +0000 Subject: [PATCH] Stefan Fiedler: target/router: fix package selection, untested thx to bugihugi for noting! [2006072821023349780] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7788 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/router/pkgsel.sed | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target/router/pkgsel.sed b/target/router/pkgsel.sed index c41315b58..8e02c60cd 100644 --- a/target/router/pkgsel.sed +++ b/target/router/pkgsel.sed @@ -1,6 +1,6 @@ / 00-dirtree / { p; d; } / autoconf / { p; d; } -/ automake=automake17 / { p; d; } +/ automake=automake19 / { p; d; } / bash=bash2 / { p; d; } / binutils / { p; d; } / bison / { p; d; } @@ -22,7 +22,9 @@ / iproute2 / { p; d; } / iptables / { p; d; } / liblockfile / { p; d; } -/ linux / { p; d; } +/ linux-libc-headers / { p; d; } +/ linux=linux24 / { p; d; } +/ linux=linux26 / { p; d; } / lzo / { p; d; } / m4 / { p; d; } / make / { p; d; }