Skip to content

Commit

Permalink
Workaround: replace opkg by opkg-smime in target.mk
Browse files Browse the repository at this point in the history
Since opkg is disabled in creator platform default configs and
opkg-smime has been used instead, it needs to be chnaged in DEFAULT_PACKAGES
as well, else ImageBuilder fails to compile by complaining about missing opkg.

Although this is not suitable for upstreaming, once we understand
how to make opkg and opkg-smime live together and still install opkg-smime's opkg.conf on the target,
we can remove this commit.

Signed-off-by: Abhijit Mahajani <Abhijit.Mahajani@imgtec.com>
  • Loading branch information
Abhijit Mahajani authored and Abhijit Mahajani committed Sep 26, 2016
1 parent 777e4b6 commit 7b976ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/target.mk
Expand Up @@ -12,7 +12,7 @@ __target_inc=1
DEVICE_TYPE?=router

# Default packages - the really basic set
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg-smime netifd fstools uclient-fetch logd
# For nas targets
DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
# For router targets
Expand Down

0 comments on commit 7b976ff

Please sign in to comment.