/etc/ipkg.conf is now /etc/opkg.conf

This commit is contained in:
Steven Barth 2008-08-16 16:41:44 +00:00
parent 09b829a9c7
commit 74b1d8da3b

View 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"))