Skip to content
Snippets Groups Projects
Unverified Commit 08cbee99 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

ath79-generic: (re)add wzr-hp-g300nh-s (#2551)

Note: Buffalo has introduced hardware changes without bumping the
revision number. 19.07 did not support the rb-variant so there's no need
to implement a migration for the rb-variant.
Every g300nh supported by Gluon should either be the s-variant or
been flashed wrongly.

Gone due to
commit 45c84a11 ("ar71xx: drop target")
parent 8448dd2d
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ath79-generic ...@@ -17,6 +17,7 @@ ath79-generic
* Buffalo * Buffalo
- WZR-HP-AG300H / WZR-600DHP - WZR-HP-AG300H / WZR-600DHP
- WZR-HP-G300NH (rtl8366s)
* devolo * devolo
......
...@@ -41,6 +41,12 @@ device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', { ...@@ -41,6 +41,12 @@ device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', {
device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h') device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h')
device('buffalo-wzr-600dhp', 'buffalo_wzr-600dhp') device('buffalo-wzr-600dhp', 'buffalo_wzr-600dhp')
device('buffalo-wzr-hp-g300nh-rtl8366s', 'buffalo_wzr-hp-g300nh-s', {
manifest_aliases = {
'buffalo-wzr-hp-g300nh', -- Upgrade from OpenWrt 19.07
},
})
-- devolo -- devolo
device('devolo-wifi-pro-1200e', 'devolo_dvl1200e', { device('devolo-wifi-pro-1200e', 'devolo_dvl1200e', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment