Last active
May 14, 2016 21:14
-
-
Save minhoryang/9910391771041260d173 to your computer and use it in GitHub Desktop.
Open-VM-Tools over OpenWRT diffconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="/home/minhoryang/openwrt/staging_dir/host/bin:$PATH" | |
export PATH="/home/minhoryang/openwrt/staging_dir/toolchain-x86_64_gcc-4.8-linaro_musl-1.1.11/bin:$PATH" | |
export PATH="/home/minhoryang/openwrt/staging_dir/target-x86_64_musl-1.1.11/bin:$PATH" | |
STAGING_PREFIX=/home/minhoryang/openwrt/staging_dir/ \ | |
CFLAGS="-I/home/minhoryang/openwrt/toolchain/musl/include -I/home/minhoryang/openwrt/staging_dir/target-x86_64_musl-1.1.11/usr/include" \ | |
LDFLAGS="-L/home/minhoryang/openwrt/staging_dir/toolchain-x86_64_gcc-4.8-linaro_musl-1.1.11/lib -L/home/minhoryang/openwrt/staging_dir/target-x86_64_musl-1.1.11/lib" \ | |
./configure \ | |
--host=x86_64-openwrt-linux \ | |
--disable-deploypkg \ | |
--without-x \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONFIG_TARGET_x86=y | |
CONFIG_TARGET_x86_64=y | |
CONFIG_TARGET_x86_64_Default=y | |
CONFIG_GRUB_TIMEOUT="1" | |
CONFIG_IB=y | |
CONFIG_IB_STANDALONE=y | |
CONFIG_MAKE_TOOLCHAIN=y | |
CONFIG_OPENSSL_WITH_EC=y | |
CONFIG_PACKAGE_glib2=y | |
CONFIG_PACKAGE_libattr=y | |
CONFIG_PACKAGE_libdnet=y | |
CONFIG_PACKAGE_libffi=y | |
CONFIG_PACKAGE_libintl=y | |
CONFIG_PACKAGE_libintl-full=y | |
CONFIG_PACKAGE_libncurses=y | |
CONFIG_PACKAGE_libncursesw=y | |
CONFIG_PACKAGE_libopenssl=y | |
CONFIG_PACKAGE_libpam=y | |
CONFIG_PACKAGE_libpthread=y | |
CONFIG_PACKAGE_procps-ng=y | |
CONFIG_PACKAGE_procps-ng-free=m | |
CONFIG_PACKAGE_procps-ng-kill=m | |
CONFIG_PACKAGE_procps-ng-pgrep=m | |
CONFIG_PACKAGE_procps-ng-pkill=m | |
CONFIG_PACKAGE_procps-ng-pmap=m | |
CONFIG_PACKAGE_procps-ng-ps=m | |
CONFIG_PACKAGE_procps-ng-pwdx=m | |
CONFIG_PACKAGE_procps-ng-skill=m | |
CONFIG_PACKAGE_procps-ng-slabtop=m | |
CONFIG_PACKAGE_procps-ng-snice=m | |
CONFIG_PACKAGE_procps-ng-tload=m | |
CONFIG_PACKAGE_procps-ng-top=m | |
CONFIG_PACKAGE_procps-ng-uptime=m | |
CONFIG_PACKAGE_procps-ng-vmstat=m | |
CONFIG_PACKAGE_procps-ng-w=m | |
CONFIG_PACKAGE_procps-ng-watch=m | |
CONFIG_PACKAGE_terminfo=y | |
CONFIG_PACKAGE_zlib=y | |
CONFIG_SDK=y | |
CONFIG_TARGET_IMAGES_PAD=y | |
CONFIG_VMDK_IMAGES=y |
실패, 다음에는 그냥 openwrt에 open-vm-tools를 패키지로 집어넣어서 해봐야겠다...;ㅅ;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://ablog.jc-lab.net/13