[openwrt/openwrt] lantiq: fix wbmr-hp-g300h image metadata

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 4 12:26:29 PST 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/d726187367dbd0b8e7ac5df881f0582f9cfbf85a

commit d726187367dbd0b8e7ac5df881f0582f9cfbf85a
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Jan 4 21:18:28 2018 +0100

    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 at kresin.me>
---
 target/linux/lantiq/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index e643a36..dcd0c71 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
 



More information about the lede-commits mailing list