forked from Ivasoft/openwrt
make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
This commit is contained in:
@@ -25,7 +25,7 @@ dupe() { # <new_root> <old_root>
|
||||
case "$file" in
|
||||
./rom/note) ;; #nothing
|
||||
./etc/config*|\
|
||||
./usr/lib/ipkg/info/*) cp -af $2/$file $file;;
|
||||
./usr/lib/opkg/info/*) cp -af $2/$file $file;;
|
||||
*) ln -sf /rom/${file#./*} $file;;
|
||||
esac
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user