summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2011-04-28 16:13:22 -0500
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-04-29 09:53:14 +0200
commit4cb72aa4b1757a9d735a1be087c20ff8fe03e06d (patch)
tree7e736f835adddee6ffddceb6149a1044132a391e /scripts
parentca658def2e83d13b3f88fb758c94f28a673ea97f (diff)
downloadptxdist-4cb72aa4b1757a9d735a1be087c20ff8fe03e06d.tar.gz
ptxdist-4cb72aa4b1757a9d735a1be087c20ff8fe03e06d.tar.xz
temporary ipkg.conf doesn't need a real source
A temporary ipkg.conf is created and provided to the host ipkg-cl. There is no reason to fill in the source. This just clutters it up and makes it less generic. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_image_prepare_work_dir.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_image_prepare_work_dir.sh b/scripts/lib/ptxd_make_image_prepare_work_dir.sh
index 055494e02..1715abe72 100644
--- a/scripts/lib/ptxd_make_image_prepare_work_dir.sh
+++ b/scripts/lib/ptxd_make_image_prepare_work_dir.sh
@@ -18,7 +18,6 @@
# - $image_pkgs_selected_target space seperated list of selected
# packages
# - $PTXDIST_IPKG_ARCH_STRING ARCH variable for ipkg files
-# - $PTXCONF_IPKG_IPKG_CONF_URL the URL to use in /etc/ipkg.conf
#
# out:
# - $image_permissions file containing all permissions
@@ -50,7 +49,7 @@ ${list[*]}
mkdir -p "${image_work_dir}" &&
ARCH="${PTXDIST_IPKG_ARCH_STRING}" \
- SRC="${PTXCONF_IPKG_IPKG_CONF_URL}" \
+ SRC="" \
ptxd_replace_magic "${ptxd_reply}" > "${ipkg_conf}" &&
DESTDIR="${image_work_dir}" \