05_compat-version 213 B

123456789101112131415161718
  1. #
  2. # Copyright (C) 2020 OpenWrt.org
  3. #
  4. . /lib/functions.sh
  5. . /lib/functions/uci-defaults.sh
  6. board_config_update
  7. case "$(board_name)" in
  8. *)
  9. ucidef_set_compat_version "1.1"
  10. ;;
  11. esac
  12. board_config_flush
  13. exit 0