diff options
author | Mathias Kresin <dev@kresin.me> | 2018-01-04 21:18:28 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-04 21:23:59 +0100 |
commit | d726187367dbd0b8e7ac5df881f0582f9cfbf85a (patch) | |
tree | 419365c3599c9398b49f81efd015f90eb8c3578e /target/linux/lantiq/image | |
parent | 0b28cc56d4352f5a8b2e7783d3787e6effcdb630 (diff) | |
download | upstream-d726187367dbd0b8e7ac5df881f0582f9cfbf85a.tar.gz upstream-d726187367dbd0b8e7ac5df881f0582f9cfbf85a.tar.bz2 upstream-d726187367dbd0b8e7ac5df881f0582f9cfbf85a.zip |
lantiq: fix wbmr-hp-g300h image metadata
The Annex A and Annex B version are using the same (old) userspace
boardname. Update the SUPPORTED_DEVICES to allow an update from lede-17.01.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index e643a36475..dcd0c710d1 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -468,7 +468,7 @@ define Device/buffalo_wbmr-hp-g300h-a kmod-ltq-adsl-ar9-fw-a kmod-ltq-atm-ar9 \ ltq-adsl-app ppp-mod-pppoa \ kmod-ath9k kmod-owl-loader wpad-mini - SUPPORTED_DEVICES := WBMRA buffalo,wbmr-hp-g300h + SUPPORTED_DEVICES := WBMR buffalo,wbmr-hp-g300h endef TARGET_DEVICES += buffalo_wbmr-hp-g300h-a @@ -481,7 +481,7 @@ define Device/buffalo_wbmr-hp-g300h-b kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ ltq-adsl-app ppp-mod-pppoa \ kmod-ath9k kmod-owl-loader wpad-mini - SUPPORTED_DEVICES := WBMRB buffalo,wbmr-hp-g300h + SUPPORTED_DEVICES := WBMR buffalo,wbmr-hp-g300h endef TARGET_DEVICES += buffalo_wbmr-hp-g300h-b |