2
0
forked from Ivasoft/openwrt

pistachio: remove custom board detection override

Use device tree based model string

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2017-03-17 17:02:55 +01:00
parent c0e8108b70
commit ca44b9a0d4
5 changed files with 3 additions and 51 deletions

View File

@@ -16,7 +16,7 @@ touch /etc/config/ubootenv
board=$(board_name)
case "$board" in
marduk)
img,pistachio-marduk)
ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x1000"
;;
esac