Changes between Version 4 and Version 5 of Documentation/OpenWrt


Ignore:
Timestamp:
May 14, 2010, 11:12:38 AM (14 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/OpenWrt

    v4 v5  
    1717}}}
    1818Depending on the format of your flash drive, you might also need: kmod-fs-vfat, kmod-fs-ext2 or kmod-fs-ext3.
    19 I've included a few little scripts that made my life on the OpenWrt box easier in openwrt-scripts.
     19I've included a few little scripts that made my life on the !OpenWrt box easier in openwrt-scripts.
    2020
    2121At the time of writing, we still need to copy a few libs by hand from our toolchain environment to the router. Those are:
     
    2424toolchain/usr/lib/libstdc++.so.6.0.13
    2525}}}
    26 Be sure to set the symlinks on the router correctly, e.g. libstdc++.so.6 -> libstdc++.so.6.0.13
     26Be sure to set the symlinks on the router correctly, e.g. {{{libstdc++.so.6}}} -> {{{libstdc++.so.6.0.13}}}
    2727
    2828== Cross Compiling ==
     
    3838
    3939To cross-compile ariba, do:
    40 ./build_toolchain                       - from the ariba-brcm-2.4 dir
    41 ariba-brcm-2.4/bootstrap_ariba_libs     - from the ariba source tree
    42 ariba-brcm-2.4/make_ariba               - from the ariba source tree
     40{{{./build_toolchain}}}                       - from the {{{ariba-brcm-2.4}}} dir
     41{{{ariba-brcm-2.4/bootstrap_ariba_libs}}}     - from the ariba source tree
     42{{{ariba-brcm-2.4/make_ariba}}}               - from the ariba source tree
    4343
    4444== Deployment ==
     
    5353
    5454Ideas for improvement and bug-fixing:
    55 
    56 - The build_toolchain script is not very tolerant to changes in the openwrt buildroot, so it may have to be adapted after time.
    57 
    58 - Link against ulibc++ isntead of libstdc++, could have better performance.
    59 
    60 - Try getting the log4cxx stuff to work. Note: I think it actually runs faster without log4cxx, so I don't know if this is worth the effort.
    61 
    62 - Stick a Bluetooth dongle in the router and see how this works out. You'll have to install (and possibly compile) the right kernel modules for the router, apart from that they shouldn't be any problems.
     55 * The build_toolchain script is not very tolerant to changes in the openwrt buildroot, so it may have to be adapted after time.
     56 * Link against ulibc++ isntead of libstdc++, could have better performance.
     57 * Try getting the log4cxx stuff to work. Note: I think it actually runs faster without log4cxx, so I don't know if this is worth the effort.
     58 * Stick a Bluetooth dongle in the router and see how this works out. You'll have to install (and possibly compile) the right kernel modules for the router, apart from that they shouldn't be any problems.