I came to notice that a couple of files under target/linux/ar71xx/base-files/lib were not included in the initial support patch. Here they are.
Signed-off-by: Yoichi Shinoda <[email protected]> --- Index: target/linux/ar71xx/base-files/lib/ar71xx.sh =================================================================== --- target/linux/ar71xx/base-files/lib/ar71xx.sh (revision 28045) +++ target/linux/ar71xx/base-files/lib/ar71xx.sh (working copy) @@ -160,6 +160,9 @@ *WZR-HP-G300NH) name="wzr-hp-g300nh" ;; + *WHR-HP-G300N) + name="whr-hp-g300n" + ;; *ZCN-1523H-2) name="zcn-1523h-2" ;; Index: target/linux/ar71xx/base-files/lib/upgrade/platform.sh =================================================================== --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh (revision 28045) +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh (working copy) @@ -76,7 +76,7 @@ } return 0 ;; - ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh | wzr-hp-ag300h | nbg460n_550n_550nh | unifi ) + ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh | wzr-hp-ag300h | whr-hp-g300n | nbg460n_550n_550nh | unifi ) [ "$magic" != "2705" ] && { echo "Invalid image type." return 1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
