X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=blobdiff_plain;f=target%2Flinux%2Fipq806x%2Fimage%2Fchromium.mk;h=637f17a94acade184cb701ecbf18810079759112;hb=337e36e0ef988d850105cfa5f7588e36d90aef2b;hp=ba989299760ea53fa2d774bd2e1792a431af6ed4;hpb=86dadeba482e2ed41f1ccc95fc7739d85a5709c0;p=openwrt%2Fstaging%2Fsvanheule.git diff --git a/target/linux/ipq806x/image/chromium.mk b/target/linux/ipq806x/image/chromium.mk index ba98929976..637f17a94a 100644 --- a/target/linux/ipq806x/image/chromium.mk +++ b/target/linux/ipq806x/image/chromium.mk @@ -1,3 +1,8 @@ +define Device/dsa-migration + DEVICE_COMPAT_VERSION := 1.1 + DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA +endef + define Build/cros-gpt cp $@ $@.tmp 2>/dev/null || true ptgen -o $@.tmp -g \ @@ -47,6 +52,7 @@ endef define Device/asus_onhub $(call Device/OnhubImage) + $(Device/dsa-migration) DEVICE_VENDOR := ASUS DEVICE_MODEL := OnHub SRT-AC1900 DEVICE_DTS := $$(SOC)-asus-onhub @@ -56,6 +62,7 @@ TARGET_DEVICES += asus_onhub define Device/tplink_onhub $(call Device/OnhubImage) + $(Device/dsa-migration) DEVICE_VENDOR := TP-Link DEVICE_MODEL := OnHub AC1900 Cloud Router DEVICE_DTS := $$(SOC)-tplink-onhub