From d5dc9a90873047ab07107833a950320ae3b2b41f Mon Sep 17 00:00:00 2001 From: thepeople Date: Sat, 16 Aug 2008 06:35:14 +0000 Subject: make opkg the default package manager, disable busybox ipkg from building by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/bin/firstboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files/bin/firstboot') diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/bin/firstboot index ad87f7482..c245d517c 100755 --- a/package/base-files/files/bin/firstboot +++ b/package/base-files/files/bin/firstboot @@ -25,7 +25,7 @@ dupe() { # 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 -- cgit v1.2.3