diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/wrt54.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/wrt54.conf b/conf/machine/wrt54.conf index 2f5978002a..54e769a746 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -28,6 +28,7 @@ EXTRA_IMAGECMD_squashfs-lzma = "-root-owned -le" # build trx images INHERIT += "wrt-image" -# strip even more: -DEPENDS_prepend = "${@["elfkickers-native ", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}" -export STRIP = "sstrip"
\ No newline at end of file +# strip even more: +# would be nice but breaks automatic shared library dependencies +#DEPENDS_prepend = "${@["elfkickers-native ", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}" +#export STRIP = "sstrip"
\ No newline at end of file |