OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 4... Line 4...
4   4  
5 move_config() { 5 move_config() {
Line 6... Line 6...
6 . /lib/functions.sh 6 . /lib/functions.sh
7   7  
-   8 case "$(board_name)" in
8 case "$(board_name)" in 9 wd,mybooklive|\
9 wd,mybooklive) 10 wd,mybooklive-duo)
10 if [ -b $BOOTPART ]; then 11 if [ -b $BOOTPART ]; then
11 mkdir -p /boot 12 mkdir -p /boot
12 mount -t ext4 -o rw,noatime $BOOTPART /boot 13 mount -t ext4 -o rw,noatime $BOOTPART /boot