/etc/ipkg.conf is now /etc/opkg.conf
[project/luci.git] / 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$
 ]]--
-local ipkgfile = "/etc/ipkg.conf" 
+local ipkgfile = "/etc/opkg.conf" 
 
 f = SimpleForm("ipkgconf", translate("a_s_p_ipkg"))