from one day ago i back to openwrt, i has some problems again but some i solve it..
1. now the say what it is.. the sd card is mounted by his mod on /overlay!
working fine here.
but in the web-man "System->Mount Points"

2. AutoMount SWAP File dont works!
the swapon command works fine if i type in shell
======
root@OpenWrt:~# free
              total         used         free       shared      buffers
  Mem:        14324        12972         1352            0         1624
 Swap:            0            0            0
Total:        14324        12972         1352
root@OpenWrt:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                 1728      1728         0 100% /rom
tmpfs                     7160       128      7032   2% /tmp
/dev/mtdblock/4         257404     75180    169170  31% /overlay
mini_fo:/overlay          1728      1728         0 100% /
/dev/sdcard/part1       257404     75180    169170  31% /overlay
root@OpenWrt:~# swapon /overlay/swap
root@OpenWrt:~# free
              total         used         free       shared      buffers
  Mem:        14324        12556         1768            0         1356
 Swap:        63992            0        63992
Total:        78316        12556        65760
root@OpenWrt:~#
======
how it do it ?
1- dd if=/dev/zero of=/overlay/swap bs=1k count=*SIZE OF FILE*
2- mkswap /overlay/swap
3- swapon  /overlay/swap
i have others partions on SD Card but again dont work mount for it..
======
root@OpenWrt:~# cd /dev/sdcard/
root@OpenWrt:/dev/sdcard# ls -al
drwxr-xr-x    1 root     root            0 Jan  1  1970 .
drwxr-xr-x    1 root     root            0 Jan  1  1970 ..
brw-------    1 root     root     254,   0 Jan  1  1970 disc
brw-------    1 root     root     254,   1 Jan  1  1970 part1
brw-------    1 root     root     254,   2 Jan  1  1970 part2
brw-------    1 root     root     254,   3 Jan  1  1970 part3
======
Here is the dmesg http://pastebin.com/mZd5Xxug
