diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-06 07:17:33 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-06 07:19:57 (EST) |
commit | 42405faee896aeb91b3c02eee1c777c5805a97da (patch) | |
tree | cf3151baefcd1bec8d55bf579910b5b13c8d398e | |
parent | e3a2501b27154ff401fe1a87d38747a2c09957a5 (diff) |
base: Drop dependency on proteanos-branding
It currently just provides a default Web page, and the dev platform will
no longer have (and doesn't need) an httpd.
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | substvars | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -4,7 +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: Depend on opkg-lede. + * config-base: Add dependency on opkg-lede, and remove dependency on + proteanos-branding (useless without a Web server). -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 06 Nov 2020 07:02:25 -0500 @@ -1 +1 @@ -Config-Base-Depends: proteanos-branding, opkg-lede +Config-Base-Depends: opkg-lede |