summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-08 10:58:05 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-08 10:58:05 (EST)
commitfe0e01e6c3a69c955675c6e9751bfe8fab15ef1b (patch)
treef1046016bafc6eea5de3cd497ec46a0b145c701b
parentd73bcbb428c731d5ade0f9dac6a2fd1e08d2e87c (diff)
base: Depend on busybox
-rw-r--r--changelog4
-rw-r--r--substvars2
2 files changed, 3 insertions, 3 deletions
diff --git a/changelog b/changelog
index 87937b6..09d93d4 100644
--- a/changelog
+++ b/changelog
@@ -4,8 +4,8 @@ config-dev (2.0) trunk
* Update Maintainer field.
* Update to platconf-pkg-tools version 3.
* config-linux-libre-4.19-dev: New package.
- * config-base: Add dependency on opkg-lede, and remove dependency on
- proteanos-branding (useless without a Web server).
+ * config-base: Add dependencies on busybox and opkg-lede. Remove
+ dependency on proteanos-branding (useless without a Web server).
* config-busybox-dev: New upstream version.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 06 Nov 2020 07:02:25 -0500
diff --git a/substvars b/substvars
index f6fba41..e142ed6 100644
--- a/substvars
+++ b/substvars
@@ -1 +1 @@
-Config-Base-Depends: build-essential, opkg-lede
+Config-Base-Depends: busybox, opkg-lede, build-essential