diff options
author | Chris Larson <clarson@kergoth.com> | 2004-08-27 23:35:18 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-08-27 23:35:18 +0000 |
commit | 472e443f3e4ff66f0aad34adc854cbdee1060f1e (patch) | |
tree | 5668fd46c19ea959e57253b4246d17381faa4b1f /linux-libc-headers | |
parent | a120893dc4d2fc62f242e3d21145fae2b6b8e3e2 (diff) |
Undo the local change to linux-libc-headers that wasn't intended to go upstream.
BKrev: 412fc5367gdkUh0GCU98S2B-cCDVnA
Diffstat (limited to 'linux-libc-headers')
-rw-r--r-- | linux-libc-headers/linux-libc-headers_2.6.7.0.oe | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe b/linux-libc-headers/linux-libc-headers_2.6.7.0.oe index f4fc0141cf..e50bad79d3 100644 --- a/linux-libc-headers/linux-libc-headers_2.6.7.0.oe +++ b/linux-libc-headers/linux-libc-headers_2.6.7.0.oe @@ -49,10 +49,6 @@ do_stage () { cp -pfLR include/linux ${CROSS_DIR}/${TARGET_SYS}/include/ cp -pfLR include/asm ${CROSS_DIR}/${TARGET_SYS}/include/ - if [ -e "${STAGING_KERNEL_DIR}/include/linux/wireless.h" ]; then - oenote "Warning: unable to link wireless.h to a set of valid kernel sources." - oenote "Have you built a kernel?" - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h - ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${CROSS_DIR}/${TARGET_SYS}/include/linux/wireless.h - fi + ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${STAGING_INCDIR}/linux/wireless.h + ln -sf ${STAGING_KERNEL_DIR}/include/linux/wireless.h ${CROSS_DIR}/${TARGET_SYS}/include/linux/wireless.h } |