diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-31 11:21:34 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-31 11:40:15 +0200 |
commit | e496eefccca90c0b244434a11393f6f86fd9194a (patch) | |
tree | 0a0659bca02799d76ac621149c485a743c324050 /target/linux/mvebu/cortexa9 | |
parent | 090779b24e436bb5113719eb7067c7b8151abd14 (diff) | |
download | upstream-e496eefccca90c0b244434a11393f6f86fd9194a.tar.gz upstream-e496eefccca90c0b244434a11393f6f86fd9194a.tar.bz2 upstream-e496eefccca90c0b244434a11393f6f86fd9194a.zip |
mvebu: increase compat version for SolidRun ClearFog Base
When changing the Pro variant to DSA, the ethernet interface rename
script was dropped by all devices to keep them in sync:
be309bfd7445 ("mvebu: drop 06_set_iface_mac preinit script")
Therefore, network config will be broken after upgrade for the
Base variant as well. Increase the compat version and provide a
message to signal that to the users.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/mvebu/cortexa9')
-rwxr-xr-x | target/linux/mvebu/cortexa9/base-files/etc/board.d/05_compat-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa9/base-files/etc/board.d/05_compat-version b/target/linux/mvebu/cortexa9/base-files/etc/board.d/05_compat-version index dffb94de03..9304b84e7f 100755 --- a/target/linux/mvebu/cortexa9/base-files/etc/board.d/05_compat-version +++ b/target/linux/mvebu/cortexa9/base-files/etc/board.d/05_compat-version @@ -15,6 +15,7 @@ case "$(board_name)" in linksys,wrt1900acs|\ linksys,wrt3200acm|\ linksys,wrt32x|\ + solidrun,clearfog-base-a1|\ solidrun,clearfog-pro-a1) ucidef_set_compat_version "1.1" ;; |