post_build.sh 271 B

123456789
  1. #!/bin/bash
  2. #install modules to target
  3. source ${BR2_EXTERNAL_ARK_PATH}/../env.source
  4. cd ${BR2_EXTERNAL_ARK_PATH}/../output/board/ark-shoulang/linux
  5. make INSTALL_MOD_PATH=${TARGET_DIR} modules_install
  6. cd ${TARGET_DIR}/usr/bin
  7. rm -rf hostapd
  8. ln -s ../sbin/hostapd hostapd