From 9bb6f3b5f35d244e633811de63905a64e4dbd449 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Sep 2010 21:16:02 +0000 Subject: opkg: - implement --add-dest and --add-arch commandline options, this allows to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation SVN-Revision: 23032 --- package/opkg/patches/011-old-config-location.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg/patches/011-old-config-location.patch') diff --git a/package/opkg/patches/011-old-config-location.patch b/package/opkg/patches/011-old-config-location.patch index 931f4f1164..4094713f34 100644 --- a/package/opkg/patches/011-old-config-location.patch +++ b/package/opkg/patches/011-old-config-location.patch @@ -6,7 +6,7 @@ } - + -+ if(!conf->conf_file) ++ if(!conf->conf_file && !conf->offline_root) + conf->conf_file = xstrdup("/etc/opkg.conf"); + if (parse_err) -- cgit v1.2.3