diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-08-05 11:24:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-08-05 11:24:24 +0000 |
commit | a720dd209f8b345cdfa5d2432287520389404445 (patch) | |
tree | f94fed2f4802eff85078645f20a7f829d55026c1 /package/system/opkg/files/opkg.conf | |
parent | 1e6ab23098fd8dc49ba005dc0c477671a5ddb500 (diff) | |
download | upstream-a720dd209f8b345cdfa5d2432287520389404445.tar.gz upstream-a720dd209f8b345cdfa5d2432287520389404445.tar.bz2 upstream-a720dd209f8b345cdfa5d2432287520389404445.zip |
build: introduce per feed repository support
This changeset implements a new menuconfig option to generate separate
repositories for each enabled package feed instead of one monolithic one.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42002
Diffstat (limited to 'package/system/opkg/files/opkg.conf')
-rw-r--r-- | package/system/opkg/files/opkg.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/system/opkg/files/opkg.conf b/package/system/opkg/files/opkg.conf index 6fb42b7fa4..d8d3a2d693 100644 --- a/package/system/opkg/files/opkg.conf +++ b/package/system/opkg/files/opkg.conf @@ -1,4 +1,3 @@ -src/gz %n %U dest root / dest ram /tmp lists_dir ext /var/opkg-lists |