libopkg: remove "extra_data" option
authorPaul Spooren <mail@aparcar.org>
Thu, 24 Sep 2020 20:54:33 +0000 (10:54 -1000)
committerPaul Spooren <mail@aparcar.org>
Sun, 6 Dec 2020 08:10:32 +0000 (22:10 -1000)
commitefb26a35e4e5446f135307c4ff7df9e9563c23a9
treefdb7be7f416dc0487788d1ddb01b5f4eab03d010
parent1d67ab7d70717436c63e3312c0b97eccd58233fa
libopkg: remove "extra_data" option

The "extra_data" allowed to add an extra option behind a repository
definition. This was only ever used to either ignore a specific feed by
setting it to "__dummy__" or adding a sub-folder in the repository path,
as done for Debian repositories.

Instead of using "__dummy__" it is cleaner to "comment out" the specific
repository and Debian repository structure is nowhere used in the
OpenWrt ecosystem, therefore it seem save to remove "extra_data".

Signed-off-by: Paul Spooren <mail@aparcar.org>
libopkg/opkg.c
libopkg/opkg_cmd.c
libopkg/opkg_conf.c
libopkg/pkg_src.c
libopkg/pkg_src.h
libopkg/pkg_src_list.c
libopkg/pkg_src_list.h