I had to re-flash 3.5.1 several times and I developed this busybox-upgrade script:
ipkg update
ipkg upgrade --force-overwrite
ipkg remove modutils
ipkg install --force-overwrite modutils
ipkg remove makedevs
ipkg install --force-overwrite makedevs
Works beautifully. One thing to note is that the old busybox has the command "wget" broken which makes FTP feeds inaccessible, so I think upgrading is quite worth it.
z.