/etc/ipkg.conf is now /etc/opkg.conf
authorSteven Barth <steven@midlink.org>
Sat, 16 Aug 2008 16:41:44 +0000 (16:41 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 16 Aug 2008 16:41:44 +0000 (16:41 +0000)
modules/admin-full/luasrc/model/cbi/admin_system/ipkg.lua

index 4e864df..9702927 100644 (file)
@@ -12,7 +12,7 @@ You may obtain a copy of the License at
 
 $Id$
 ]]--
 
 $Id$
 ]]--
-local ipkgfile = "/etc/ipkg.conf" 
+local ipkgfile = "/etc/opkg.conf" 
 
 f = SimpleForm("ipkgconf", translate("a_s_p_ipkg"))
 
 
 f = SimpleForm("ipkgconf", translate("a_s_p_ipkg"))