OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 11... Line 11...
11 . /lib/functions.sh 11 . /lib/functions.sh
Line 12... Line 12...
12   12  
Line 13... Line 13...
13 board=$(board_name) 13 board=$(board_name)
14   14  
15 case "$board" in 15 case "$board" in
16 "cloudengines,pogoplug"* | \ 16 akitio|\
-   17 kd20|\
17 "mitrastar,stg-212" | \ 18 stg212)
18 "shuttle,kd20") 19 ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1"
19 ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x2000" "1" 20 ubootenv_add_uci_config "/dev/ubi0_1" "0x0" "0x4000" "0x1F000" "1"
Line 20... Line 21...
20 ;; 21 ;;
21 esac 22 esac