diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 21:16:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-12 21:16:02 +0000 |
commit | f10bd899e621ecf56c0f5d3c55680608eab0c2fa (patch) | |
tree | 566c25e3ef4f437ffdb4bd6257e605c798b2b584 /package/opkg/patches/011-old-config-location.patch | |
parent | 67dbab4dd0ccfea6402f8edc434e961c3804e9aa (diff) | |
download | master-187ad058-f10bd899e621ecf56c0f5d3c55680608eab0c2fa.tar.gz master-187ad058-f10bd899e621ecf56c0f5d3c55680608eab0c2fa.tar.bz2 master-187ad058-f10bd899e621ecf56c0f5d3c55680608eab0c2fa.zip |
[package] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23032 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/patches/011-old-config-location.patch')
-rw-r--r-- | package/opkg/patches/011-old-config-location.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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) |