diff options
Diffstat (limited to 'target/linux/lantiq/xrx200_legacy/base-files/etc/board.d/05_compat-version')
-rw-r--r-- | target/linux/lantiq/xrx200_legacy/base-files/etc/board.d/05_compat-version | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200_legacy/base-files/etc/board.d/05_compat-version b/target/linux/lantiq/xrx200_legacy/base-files/etc/board.d/05_compat-version new file mode 100644 index 0000000000..45bef9385b --- /dev/null +++ b/target/linux/lantiq/xrx200_legacy/base-files/etc/board.d/05_compat-version @@ -0,0 +1,18 @@ +# +# Copyright (C) 2020 OpenWrt.org +# + +. /lib/functions.sh +. /lib/functions/uci-defaults.sh + +board_config_update + +case "$(board_name)" in + *) + ucidef_set_compat_version "1.1" + ;; +esac + +board_config_flush + +exit 0 |