mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-13 05:59:11 +02:00
Minor change to firstboot, closes #591
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4307 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
be3bafd96c
commit
80bd0d7fde
@ -22,7 +22,7 @@ dupe() { # <new_root> <old_root>
|
||||
./rom/note) ;; #nothing
|
||||
./etc/config*|\
|
||||
./etc/resolv.conf|\
|
||||
./usr/lib/ipkg/info) cp -af $2/$file $file;;
|
||||
./usr/lib/ipkg/info/*) cp -af $2/$file $file;;
|
||||
*) ln -sf /rom/${file#./*} $file;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user