GfA-buildroot_remove_hostapd_and_wpa_supplicant_from_update.patch 562 B

123456789101112
  1. diff --git a/UpdateRootfs.sh.in b/UpdateRootfs.sh.in
  2. index edd5cb2..47f5566 100644
  3. --- a/UpdateRootfs.sh.in
  4. +++ b/UpdateRootfs.sh.in
  5. @@ -58,6 +58,7 @@ tar -C / --exclude=./opt --exclude=./tmp --exclude=./etc/inittab \
  6. --exclude=./etc/hosts --exclude=./etc/hostname \
  7. --exclude=./etc/passwd --exclude=./etc/shadow \
  8. --exclude=./etc/vncpwd --exclude=./etc/init.d/S99tincd \
  9. + --exclude=./etc/hostapd.conf --exclude=./etc/wpa_supplicant.conf \
  10. --exclude=./etc/init.d/M99tincd \
  11. --exclude=./var/GfA/Display_GSM.ini \
  12. --exclude=./var/cron/crontabs/root \