image: Depend on wget to have password authentication for the feeds

wget implements HTTP authentication, this means one can use opkg to
access password protected feeds for upgrades.
This commit is contained in:
Holger Hans Peter Freyther 2012-05-03 03:56:19 +08:00
parent b863e59aa6
commit 999cf4843e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS}"
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS} wget"
IMAGE_LINGUAS = " "
LICENSE = "MIT"