aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 211b653..356ab1e 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -496,6 +496,14 @@
(#:apt #:consfigurator.property.apt))
(:export #:grub))
+(defpackage :consfigurator.property.u-boot
+ (:use #:cl #:alexandria #:consfigurator
+ #:consfigurator.property.disk
+ #:consfigurator.property.installer)
+ (:local-nicknames (#:os #:consfigurator.property.os)
+ (#:apt #:consfigurator.property.apt))
+ (:export #:u-boot-install-rockchip))
+
(defpackage :consfigurator.connection.local
(:use #:cl #:consfigurator #:alexandria)
(:export #:local-connection))