projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3579ee6
)
uboot-envtools: add WS-AP3825i config
author
David Bauer
<mail@david-bauer.net>
Sun, 24 Apr 2022 22:04:09 +0000
(
00:04
+0200)
committer
David Bauer
<mail@david-bauer.net>
Mon, 25 Apr 2022 23:04:44 +0000
(
01:04
+0200)
Add configuration to use uboot-envtools with the Extreme Networks
WS-AP3825i.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit
fb7ff6b027d1c69e97e6d39e688a969c164065c8
)
package/boot/uboot-envtools/files/mpc85xx
patch
|
blob
|
history
diff --git
a/package/boot/uboot-envtools/files/mpc85xx
b/package/boot/uboot-envtools/files/mpc85xx
index df6e5f670bb3299214ab29544e5d120b44c2082e..36d9f753a11c4c539c6994735613af053dfdc822 100644
(file)
--- a/
package/boot/uboot-envtools/files/mpc85xx
+++ b/
package/boot/uboot-envtools/files/mpc85xx
@@
-8,6
+8,10
@@
touch /etc/config/ubootenv
board=$(board_name)
case "$board" in
+extreme-networks,ws-ap3825i)
+ ubootenv_add_uci_config "$(find_mtd_part 'cfg1')" "0x0" "0x10000" "0x20000"
+ ubootenv_add_uci_config "$(find_mtd_part 'cfg2')" "0x0" "0x10000" "0x20000"
+ ;;
ocedo,panda)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x20000" "0x20000"