diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-13 11:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-13 11:40:10 +0000 |
commit | df71eb4b1844a19ac84d1e98e71fbe3b095b7d1c (patch) | |
tree | 94616d22722416847dd64ff95272d25b74a6503e /conf | |
parent | a9b0ccde933c813a16755be5e35e9a3c9dca414a (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/13 13:35:26+02:00 (none)!br1
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/src/build/unstable.wrt/openembedded
2005/06/13 13:35:01+02:00 (none)!br1
sstrip breaks automatic shared library dependencies, comment it out
2005/06/13 13:23:42+02:00 handhelds.org!CoreDump
altboot: Update to latest version (support booting off of NFS)
2005/06/13 12:02:05+01:00 reciva.com!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mill.internal.reciva.com:/nexus/home/pb/oe/oe
2005/06/13 11:57:19+01:00 reciva.com!pb
add h1940 support to tslib, courtesy Arjan Schrijver
BKrev: 42ad709ac_OrcDdSpoSA6RZLB35rZw
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 |