diff options
Diffstat (limited to 'conf/machine/wrt54.conf')
-rw-r--r-- | conf/machine/wrt54.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/wrt54.conf b/conf/machine/wrt54.conf index 856ca97013..6883782799 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -29,5 +29,5 @@ EXTRA_IMAGECMD_squashfs-lzma = "-root-owned -le" INHERIT += "wrt-image" # strip even more: -DEPENDS += "elfkickers-native" +DEPENDS_prepend = "${@["elfkickers-native ", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}" export STRIP = "sstrip"
\ No newline at end of file |