mirror of https://github.com/hak5/openwrt.git
ar71xx: update uboot-envtools for Netgear WNR routers
Boards added: WNR1000v2, WNR2000v3, WNR2200, WNR612v2, WNDR4300.
Boards changed: WNDR3700 (u-boot env size is 2 sectors not 1).
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
(cherry picked from commit 1105290049
)
openwrt-18.06
parent
3d3a933315
commit
79fd7593a2
|
@ -57,7 +57,10 @@ sr3200|\
|
||||||
t830|\
|
t830|\
|
||||||
tube2h|\
|
tube2h|\
|
||||||
wam250|\
|
wam250|\
|
||||||
wndr3700|\
|
wnr1000-v2|\
|
||||||
|
wnr2000-v3|\
|
||||||
|
wnr2200|\
|
||||||
|
wnr612-v2|\
|
||||||
xd3200)
|
xd3200)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
||||||
;;
|
;;
|
||||||
|
@ -91,6 +94,12 @@ qihoo-c301)
|
||||||
wi2a-ac200i)
|
wi2a-ac200i)
|
||||||
ubootenv_add_uci_config "/dev/mtd4" "0x0" "0x8000" "0x10000"
|
ubootenv_add_uci_config "/dev/mtd4" "0x0" "0x8000" "0x10000"
|
||||||
;;
|
;;
|
||||||
|
wndr3700)
|
||||||
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x10000"
|
||||||
|
;;
|
||||||
|
wndr4300)
|
||||||
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x20000"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
config_load ubootenv
|
config_load ubootenv
|
||||||
|
|
Loading…
Reference in New Issue