projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8310945
)
uboot-envtools: ath79: add support for the Buffalo WZR-HP-AG300H
author
Stefan Lippers-Hollmann
<s.l-h@gmx.de>
Sun, 16 Dec 2018 20:35:16 +0000
(21:35 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 18 Dec 2018 19:17:09 +0000
(20:17 +0100)
Port support for the Buffalo WZR-HP-AG300H from the ar71xx target to
ath79 as well.
Build- and runtime tested on the Buffalo WZR-HP-AG300H.
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
package/boot/uboot-envtools/files/ath79
patch
|
blob
|
history
diff --git
a/package/boot/uboot-envtools/files/ath79
b/package/boot/uboot-envtools/files/ath79
index aa0bf4514fad8cd0d75c85b7b79f5057dd11a852..576e63f309dce0abcd5ce7f1b3107972d06a8cba 100644
(file)
--- a/
package/boot/uboot-envtools/files/ath79
+++ b/
package/boot/uboot-envtools/files/ath79
@@
-13,6
+13,9
@@
touch /etc/config/ubootenv
board=$(board_name)
case "$board" in
+buffalo,wzr-hp-ag300h)
+ ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
+ ;;
glinet,ar300m|\
ocedo,koala|\
ocedo,raccoon|\