| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/ |
| H A D | openvpn | 12 CONFIG_DIR=/etc/openvpn 14 test -d $CONFIG_DIR || exit 0 21 --config $CONFIG_DIR/$NAME.conf --cd $CONFIG_DIR || rc="$?" 39 for CONFIG in `cd $CONFIG_DIR; ls *.conf 2> /dev/null`; do 44 if test -e $CONFIG_DIR/$2.conf ; then 84 if egrep '^( |\t)*user' $CONFIG_DIR/$NAME.conf > /dev/null 2>&1 ; then
|
| /OK3568_Linux_fs/buildroot/package/openvpn/ |
| H A D | S60openvpn | 10 CONFIG_DIR=/etc/openvpn 11 test -d $CONFIG_DIR || exit 0 17 --config $CONFIG_DIR/$NAME.conf --cd $CONFIG_DIR 30 for CONFIG in `cd $CONFIG_DIR; ls *.conf 2> /dev/null`; do 35 if test -e $CONFIG_DIR/$2.conf ; then 73 if egrep '^( |\t)*user' $CONFIG_DIR/$NAME.conf > /dev/null 2>&1 ; then
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/examples/include/ |
| H A D | min-config.conf | 49 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net 50 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip-net 57 OUTPUT_MIN_CONFIG = ${CONFIG_DIR}/config-new-min 58 IGNORE_CONFIG = ${CONFIG_DIR}/config-skip 59 MIN_CONFIG = ${CONFIG_DIR}/config-new-min-net
|
| H A D | tests.conf | 55 MIN_CONFIG = ${CONFIG_DIR}/config-min-net 66 MIN_CONFIG = ${CONFIG_DIR}/config-min
|
| H A D | defaults.conf | 38 CONFIG_DIR := ${THIS_DIR}/configs/${MACHINE} 96 MIN_CONFIG = ${CONFIG_DIR}/config-min
|
| H A D | patchcheck.conf | 36 PATCH_CONFIG := ${CONFIG_DIR}/config-patchcheck
|
| /OK3568_Linux_fs/buildroot/build/ |
| H A D | update_defconfig.sh | 25 KCONFIG_AUTOCONFIG=$CONFIG_DIR/auto.conf \ 26 KCONFIG_AUTOHEADER=$CONFIG_DIR/autoconf.h \ 27 KCONFIG_TRISTATE=$CONFIG_DIR/tristate.config \ 32 $CONFIG_DIR/conf --savedefconfig="$TARGET" \ 56 CONFIG_DIR="$OUTPUT_DIR/build/buildroot-config"
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | xserver-xorg-legacy.postrm | 13 CONFIG_DIR=/etc/X11 14 XWRAPPER_CONFIG="$CONFIG_DIR/Xwrapper.config" 27 for DIR in "$CONFIG_DIR" "$CONFIG_AUX_DIR"; do
|
| H A D | xserver-xorg-core.bug.script | 4 CONFIG_DIR=/etc/X11 6 SERVER_SYMLINK="$CONFIG_DIR/X" 7 XORGCONFIG="$CONFIG_DIR/xorg.conf" 8 XORGCONFIG_DIR="$CONFIG_DIR/xorg.conf.d"
|
| H A D | xserver-xorg-legacy.config | 15 CONFIG_DIR=/etc/X11 16 XWRAPPER_CONFIG="$CONFIG_DIR/Xwrapper.config"
|
| H A D | xserver-xorg-legacy.postinst | 14 CONFIG_DIR=/etc/X11 15 XWRAPPER_CONFIG="$CONFIG_DIR/Xwrapper.config"
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-config.sh | 133 CONFIG_DIR="$(dirname "$RK_CONFIG_IN")" 134 if find "$CONFIG_DIR" -cnewer "$RK_CONFIG" | grep -q ""; then 135 echo "WARN: $CONFIG_DIR is updated"
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 00-config.sh | 133 CONFIG_DIR="$(dirname "$RK_CONFIG_IN")" 134 if find "$CONFIG_DIR" -cnewer "$RK_CONFIG" | grep -q ""; then 135 echo "WARN: $CONFIG_DIR is updated"
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | genboardscfg.py | 33 CONFIG_DIR = 'configs' variable 75 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR): 100 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)): 236 for (dirpath, dirnames, filenames) in os.walk(CONFIG_DIR):
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Makefile | 190 CONFIG_DIR := $(CURDIR) macro 193 CONFIG_DIR := $(O) macro 260 BR2_CONFIG = $(CONFIG_DIR)/.config 1047 @grep -v BR2_PACKAGE_ $(BR2_CONFIG) > $(CONFIG_DIR)/.config.nopkg 1049 KCONFIG_ALLCONFIG=$(CONFIG_DIR)/.config.nopkg \ 1051 @rm -f $(CONFIG_DIR)/.config.nopkg 1078 $(if $(DEFCONFIG),$(DEFCONFIG),$(CONFIG_DIR)/defconfig) 1082 --savedefconfig=$(if $(DEFCONFIG),$(DEFCONFIG),$(CONFIG_DIR)/defconfig) \ 1084 @$(SED) '/^BR2_DEFCONFIG=/d' $(if $(DEFCONFIG),$(DEFCONFIG),$(CONFIG_DIR)/defconfig) 1136 rm -rf $(TOPDIR)/dl $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/..config.tmp \ [all …]
|
| H A D | Config.in | 178 default "$(CONFIG_DIR)/defconfig" 629 default "$(CONFIG_DIR)/local.mk"
|
| H A D | CHANGES | 501 Infrastructure: Expose CONFIG_DIR to post-build/post-image 750 Infrastructure: Expose CONFIG_DIR to post-build/post-image
|
| /OK3568_Linux_fs/ |
| H A D | Makefile | 54 CONFIG_DIR := $(COMMON_DIR)/configs macro 130 srctree=$(CONFIG_DIR) BR2_CONFIG=$(RK_CONFIG)
|
| /OK3568_Linux_fs/device/rockchip/common/ |
| H A D | Makefile | 54 CONFIG_DIR := $(COMMON_DIR)/configs macro 130 srctree=$(CONFIG_DIR) BR2_CONFIG=$(RK_CONFIG)
|
| /OK3568_Linux_fs/buildroot/package/frotz/ |
| H A D | frotz.mk | 22 $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) PREFIX=/usr CONFIG_DIR=/etc \
|
| /OK3568_Linux_fs/buildroot/package/netopeer2/ |
| H A D | netopeer2.mk | 19 NETOPEER2_SYSREPO_SHM_PREFIX = sr_buildroot$(subst /,_,$(CONFIG_DIR))_netopeer2
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Makefile.in | 334 CONFIG_DIR=$(CONFIG_DIR) \
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | using-buildroot-development.txt | 33 The default location of the override file is +$(CONFIG_DIR)/local.mk+, 35 +$(CONFIG_DIR)+ is the location of the Buildroot +.config+ file, so
|
| H A D | customize-post-image.txt | 31 +TARGET_DIR+, +BUILD_DIR+, +BINARIES_DIR+, +CONFIG_DIR+ and
|
| H A D | customize-rootfs.txt | 63 - +CONFIG_DIR+: the directory containing the .config file, and
|