Skip to content

Commit d8b30ba

Browse files
author
Hui Kang
committed
Add net/tun to rump kernel src-netbsd
1 parent 21c6286 commit d8b30ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

checkout.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ NBSRC_EXTRA_posix=''
6262

6363
NBSRC_EXTRA_usr=''
6464

65-
GITREPO='https://github.com/rumpkernel/src-netbsd'
66-
GITREPOPUSH='git@github.com:rumpkernel/src-netbsd'
65+
GITREPO='https://github.com/huikang/src-netbsd'
66+
GITREPOPUSH='https://github.com/huikang/src-netbsd'
6767
GITREVFILE='.srcgitrev'
6868

6969
checkoutcvs ()
@@ -265,6 +265,9 @@ githubdate ()
265265
${GIT} checkout all-src
266266
${GIT} merge --no-edit kernel-src user-src posix-src
267267

268+
${GIT} checkout add-tun
269+
${GIT} merge --no-edit kernel-src user-src
270+
268271
# buildrump-src revision gets embedded in buildrump.sh
269272
${GIT} checkout buildrump-src
270273
${GIT} merge --no-edit kernel-src posix-src
@@ -365,6 +368,7 @@ if [ -z "${BUILDRUMP_CVSROOT}" ]; then
365368
BUILDRUMP_CVSROOT=:pserver:[email protected]:/cvsroot
366369
;;
367370
esac
371+
BUILDRUMP_CVSROOT=:pserver:[email protected]:/cvsroot
368372
fi
369373

370374
case "${1}" in

0 commit comments

Comments
 (0)