Changes between Version 4 and Version 5 of Documentation/OpenWrt
- Timestamp:
- May 14, 2010, 11:12:38 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/OpenWrt
v4 v5 17 17 }}} 18 18 Depending 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.19 I've included a few little scripts that made my life on the !OpenWrt box easier in openwrt-scripts. 20 20 21 21 At the time of writing, we still need to copy a few libs by hand from our toolchain environment to the router. Those are: … … 24 24 toolchain/usr/lib/libstdc++.so.6.0.13 25 25 }}} 26 Be sure to set the symlinks on the router correctly, e.g. libstdc++.so.6 -> libstdc++.so.6.0.1326 Be sure to set the symlinks on the router correctly, e.g. {{{libstdc++.so.6}}} -> {{{libstdc++.so.6.0.13}}} 27 27 28 28 == Cross Compiling == … … 38 38 39 39 To cross-compile ariba, do: 40 ./build_toolchain - from the ariba-brcm-2.4dir41 ariba-brcm-2.4/bootstrap_ariba_libs- from the ariba source tree42 ariba-brcm-2.4/make_ariba- from the ariba source tree40 {{{./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 43 43 44 44 == Deployment == … … 53 53 54 54 Ideas 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.