luci-mod-admin-full: restore opkg feed config capability 475/head
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 15 Sep 2015 10:01:03 +0000 (13:01 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 15 Sep 2015 10:01:03 +0000 (13:01 +0300)
opkg config was recently changed by https://dev.openwrt.org/changeset/46491/

Existing /etc/opkg.conf was split to three:
   /etc/opkg.conf -> base opkg configuration
   /etc/opkg/distfeeds.conf -> default Openwrt package feeds
   /etc/opkg/customfeeds.conf -> custom package feeds

Since then, the actual feed definitions have not been visible/configurable,
as only /etc/opkg.conf has been visible in Luci.

This patch restores the capability to see and edit package feed definitions.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

No differences found