Skip to content

Commit def5c0d

Browse files
committed
package: postgresql
Rev one of a postgresql container.
1 parent e5a7747 commit def5c0d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

configs/postgres_defconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
BR2_x86_64=y
2+
BR2_KERNEL_HEADERS_3_10=y
3+
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
4+
BR2_TOOLCHAIN_BUILDROOT_CXX=y
5+
BR2_ENABLE_LOCALE_PURGE=y
6+
BR2_ENABLE_LOCALE_WHITELIST="C POSIX"
7+
BR2_TARGET_GENERIC_HOSTNAME="corebox"
8+
BR2_TARGET_GENERIC_ISSUE="Welcome to CoreBox"
9+
BR2_TARGET_GENERIC_PASSWD_SHA512=y
10+
BR2_INIT_NONE=y
11+
# BR2_TARGET_ENABLE_ROOT_LOGIN is not set
12+
BR2_SYSTEM_BIN_SH_BASH=y
13+
# BR2_TARGET_GENERIC_GETTY is not set
14+
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
15+
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
16+
BR2_PACKAGE_POSTGRESQL=y
17+
BR2_PACKAGE_COREUTILS=y

0 commit comments

Comments
 (0)