aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-16 14:48:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-16 14:48:26 -0700
commitd3cde571f3bf9375d51fedce895fb400bd0304db (patch)
tree06a0152e9eab5e31bae27b698a5fea10a00313cb /src/package.lisp
parent3d0237b89b4f18c2a01aaccb8b0077cac746e3a7 (diff)
downloadconsfigurator-d3cde571f3bf9375d51fedce895fb400bd0304db.tar.gz
CONSFIGURATOR.PROPERTY.U-BOOT: drop U-BOOT- prefix from symbols
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 98418f8..6713e36 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -731,8 +731,8 @@
#:consfigurator.property.installer)
(:local-nicknames (#:os #:consfigurator.property.os)
(#:apt #:consfigurator.property.apt))
- (:export #:u-boot-install-rockchip
- #:u-boot-installed-rockchip))
+ (:export #:install-rockchip
+ #:installed-rockchip))
(package :consfigurator.property.hostname
(:local-nicknames (#:cmd #:consfigurator.property.cmd)