We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a7747 commit def5c0dCopy full SHA for def5c0d
configs/postgres_defconfig
@@ -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