/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 4e864df28d275836993a198902b508912e234a0b..970292760f4f83889b18782d59603a73535e8a87 100644 (file)
@@ -12,7 +12,7 @@ You may obtain a copy of the License at
 
 $Id$
 ]]--
-local ipkgfile = "/etc/ipkg.conf" 
+local ipkgfile = "/etc/opkg.conf" 
 
 f = SimpleForm("ipkgconf", translate("a_s_p_ipkg"))