OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 32... Line 32...
32   32  
33 case "$board" in 33 case "$board" in
34 linksys,ea8500) 34 linksys,ea8500)
35 ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000" 35 ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
36 ;; -  
37 netgear,r7800) -  
38 ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x040000" "0x20000" -  
39 ;; 36 ;;
40 qcom,ipq8064-ap148 |\ 37 qcom,ipq8064-ap148 |\
41 qcom,ipq8064-db149) 38 qcom,ipq8064-db149)
42 ubootenv_add_uci_config $(ubootenv_mtdinfo) 39 ubootenv_add_uci_config $(ubootenv_mtdinfo)
43 ;; 40 ;;