aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-22 15:42:47 +0100
committerRon Yorston <rmy@pobox.com>2017-08-22 17:51:17 +0100
commit3b2f536ce62e97c4aa602a4b3ad1bbe8d7f4b769 (patch)
tree415f78d27a7a14bec3c0e07e78605506b5f3424f
parent594aac64fb94168c5345dd53a1e0231ed7c78418 (diff)
downloadbusybox-w32-3b2f536ce62e97c4aa602a4b3ad1bbe8d7f4b769.tar.gz
busybox-w32-3b2f536ce62e97c4aa602a4b3ad1bbe8d7f4b769.tar.bz2
busybox-w32-3b2f536ce62e97c4aa602a4b3ad1bbe8d7f4b769.zip
rpm: enable rpm in default configurations
-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 ce58d2eaf..d5f63953e 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -168,7 +168,7 @@ CONFIG_LZOP=y
168CONFIG_UNLZOP=y 168CONFIG_UNLZOP=y
169CONFIG_LZOPCAT=y 169CONFIG_LZOPCAT=y
170# CONFIG_LZOP_COMPR_HIGH is not set 170# CONFIG_LZOP_COMPR_HIGH is not set
171# CONFIG_RPM is not set 171CONFIG_RPM=y
172CONFIG_RPM2CPIO=y 172CONFIG_RPM2CPIO=y
173CONFIG_TAR=y 173CONFIG_TAR=y
174CONFIG_FEATURE_TAR_LONG_OPTIONS=y 174CONFIG_FEATURE_TAR_LONG_OPTIONS=y
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index c7ab491cf..115234b61 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -168,7 +168,7 @@ CONFIG_LZOP=y
168CONFIG_UNLZOP=y 168CONFIG_UNLZOP=y
169CONFIG_LZOPCAT=y 169CONFIG_LZOPCAT=y
170# CONFIG_LZOP_COMPR_HIGH is not set 170# CONFIG_LZOP_COMPR_HIGH is not set
171# CONFIG_RPM is not set 171CONFIG_RPM=y
172CONFIG_RPM2CPIO=y 172CONFIG_RPM2CPIO=y
173CONFIG_TAR=y 173CONFIG_TAR=y
174CONFIG_FEATURE_TAR_LONG_OPTIONS=y 174CONFIG_FEATURE_TAR_LONG_OPTIONS=y