diff options
| author | Mantas Pucka | 2017-05-12 17:54:41 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2017-05-15 20:43:33 +0000 |
| commit | cd9d0f9e97c912d45bbceb7868bcec51653de299 (patch) | |
| tree | c260a7b2bb37f90a945a1899a6af3998dbf855f0 | |
| parent | 68b5d34f69421264de6e5d77760fcc2bfe9ee687 (diff) | |
| download | openwrt-cd9d0f9e97c912d45bbceb7868bcec51653de299.tar.gz | |
uboot-envtools: add support for 8devices Rambutan
Signed-off-by: Mantas Pucka <mantas@8devices.com>
| -rw-r--r-- | package/boot/uboot-envtools/files/ar71xx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx index 3a5d2697c5..7b348ddc9b 100644 --- a/package/boot/uboot-envtools/files/ar71xx +++ b/package/boot/uboot-envtools/files/ar71xx @@ -67,6 +67,10 @@ wzr-hp-ag300h) dr531) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0xf800" "0x10000" ;; +rambutan) + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" + ubootenv_add_uci_config "/dev/mtd1" "0x100000" "0x20000" "0x20000" + ;; qihoo-c301) ubootenv_add_uci_config "/dev/mtd9" "0x0" "0x10000" "0x10000" ;; |