From 2f12a22761fa221e2380be13916b5b23939367b8 Mon Sep 17 00:00:00 2001 From: Yuta SATOH Date: Sun, 12 Jul 2015 09:09:43 +0900 Subject: automatic_updater.sh : added kernelonly. --- scripts/automatic_updater.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index 0fd381b..c84a60e 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -120,6 +120,7 @@ case "$TARGETMODE" in update_gcc update_kernel ;; + "kernelonly" ) update_kernel ;; "freebsd_userland" ) update_freebsd_userland post_freebsd_userland -- cgit v1.2.3-65-gdbad