Kernel sources for 1.6.2
3 answers - 782 bytes -

I'm trying to make kind of ADSL router using 1.6.2. I need the kernel
sources for that older release - but nowhere couldn't I find it. Is it
available at all?
And the problem: during compilation of the "ueagle" driver for the Sagem
Fast 800 ADSL modem, there is a problem:
all tools
all tools/eaglectl
cc -Werror -c eaglectl.c
cc -o eaglectl eaglectl.o
make: don't know how to make /usr/share/tmac/tmac.andoc. Stop
make: stopped in /root/ueagle/tools/eaglectl
Error code 2
Stop.
make: stopped in /root/ueagle/tools
Error code 1
Stop.
make: stopped in /root/ueagle
I don't know how to make /usr/share/tmac/tmac.andoc too.
Perhaps somebody saw it earlier - and does know the solution?
No.1 | | 570 bytes |
| 
Sat, May 20, 2006 at 03:16:49PM +0200, Zbigniew Baniewski wrote:
I'm trying to make kind of ADSL router using 1.6.2. I need the kernel
sources for that older release - but nowhere couldn't I find it. Is it
available at all?
I understand, I should use sources from netbsd-release-1-6 sub-dir, right?
And one more problem: what pkgsrc can I use for such old release? I need to
add some programs from the sources - but I remember problems, which I had
when "refreshing" RX-filer in 3.0 and this time it's much older release.
No.2 | | 392 bytes |
| 
* Zbigniew Baniewski <zb (AT) ispid (DOT) com.pl[2006-05-20 15:16]:
I'm trying to make kind of ADSL router using 1.6.2. I need the kernel
sources for that older release - but nowhere couldn't I find it. Is it
available at all?
In the [t]csh:
% setenv CVSRT anoncvs@
% setenv CVS_RSH ssh
% cvs co -P -rnetbsd-1-6-PATCH002-RELEASE src/sys
Holger
No.3 | | 1015 bytes |
| 
Sat, May 20, 2006 at 03:27:59PM +0200, Zbigniew Baniewski wrote:
| Sat, May 20, 2006 at 03:16:49PM +0200, Zbigniew Baniewski wrote:
|I understand, I should use sources from netbsd-release-1-6 sub-dir,
|right?
|
|And one more problem: what pkgsrc can I use for such old release? I
|need to add some programs from the sources - but I remember problems,
|which I had when "refreshing" RX-filer in 3.0 and this time it's
|much older release.
I would have thought that both the kernel source and pkgsrc trees
could be checked out at any date available in the repository
your problem will probably be that the distfiles mentioned in a pkgsrc
tree of that vintage are probably going to have a lot of files missing
You may have better luck finding a set of pkgsrc binary packages of that
age rather than building them again
I should have some binary packages from about that time. Let me know
off-list what you need and I'll see what I can dig up.