aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-02-22 10:33:29 +0000
committerRon Yorston <rmy@pobox.com>2019-02-22 10:33:29 +0000
commit01f99c063ec92a22d97c339768ec0679a0316315 (patch)
treecdea1bae43e5bb0567fff799bce1d5920e11c216 /configs
parent524d178efc9fadb3f3303dcdfeab793742a9e5bc (diff)
downloadbusybox-w32-01f99c063ec92a22d97c339768ec0679a0316315.tar.gz
busybox-w32-01f99c063ec92a22d97c339768ec0679a0316315.tar.bz2
busybox-w32-01f99c063ec92a22d97c339768ec0679a0316315.zip
dpkg: enable in the default configuration
BusyBox's dpkg is marginally more useful than rpm because it maintains package status. Run the following commands to initialise the filesystem: mkdir -p /var/lib/dpkg/info touch /var/lib/dpkg/status
Diffstat (limited to 'configs')
-rw-r--r--configs/mingw32_defconfig2
-rw-r--r--configs/mingw64_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index 907a5fa91..b288626a3 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -173,7 +173,7 @@ CONFIG_FEATURE_BZIP2_DECOMPRESS=y
173CONFIG_CPIO=y 173CONFIG_CPIO=y
174CONFIG_FEATURE_CPIO_O=y 174CONFIG_FEATURE_CPIO_O=y
175# CONFIG_FEATURE_CPIO_P is not set 175# CONFIG_FEATURE_CPIO_P is not set
176# CONFIG_DPKG is not set 176CONFIG_DPKG=y
177CONFIG_DPKG_DEB=y 177CONFIG_DPKG_DEB=y
178CONFIG_GZIP=y 178CONFIG_GZIP=y
179CONFIG_FEATURE_GZIP_LONG_OPTIONS=y 179CONFIG_FEATURE_GZIP_LONG_OPTIONS=y
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 048c1da0f..3799fe421 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -173,7 +173,7 @@ CONFIG_FEATURE_BZIP2_DECOMPRESS=y
173CONFIG_CPIO=y 173CONFIG_CPIO=y
174CONFIG_FEATURE_CPIO_O=y 174CONFIG_FEATURE_CPIO_O=y
175# CONFIG_FEATURE_CPIO_P is not set 175# CONFIG_FEATURE_CPIO_P is not set
176# CONFIG_DPKG is not set 176CONFIG_DPKG=y
177CONFIG_DPKG_DEB=y 177CONFIG_DPKG_DEB=y
178CONFIG_GZIP=y 178CONFIG_GZIP=y
179CONFIG_FEATURE_GZIP_LONG_OPTIONS=y 179CONFIG_FEATURE_GZIP_LONG_OPTIONS=y