Changes between Version 3 and Version 4 of Documentation/OpenWrt


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/OpenWrt

    v3 v4  
    1212
    1313On a fresh install, you will need to install following packages:
    14 
     14{{{
    1515opkg update
    1616opkg install bash gdbserver kmod-usb-core kmod-usb-storage kmod-usb2 libopenssl libpthread libstdcpp swap-utils
    17 
     17}}}
    1818Depending on the format of your flash drive, you might also need: kmod-fs-vfat, kmod-fs-ext2 or kmod-fs-ext3.
    19 
    2019I've included a few little scripts that made my life on the OpenWrt box easier in openwrt-scripts.
    2120
    22 
    2321At the time of writing, we still need to copy a few libs by hand from our toolchain environment to the router. Those are:
    24 
     22{{{
    2523toolchain/lib/libgcc_s.so.1 and
    2624toolchain/usr/lib/libstdc++.so.6.0.13
    27 
     25}}}
    2826Be sure to set the symlinks on the router correctly, e.g. libstdc++.so.6 -> libstdc++.so.6.0.13
    29 
    3027
    3128== Cross Compiling ==
    3229
    33 Per default, the ariba-brcm-2.4 directory should be in the top level of an ariba source tree, e.g. ariba/ariba-brcm-2.4. You can tweak this by editing ARIBA_BRCM_DIR in the cross-compilation scripts.
     30Per default, the {{{ariba-brcm-2.4}}} directory should be in the top level of an ariba source tree, e.g. {{{ariba/ariba-brcm-2.4}}}. You can tweak this by editing {{{ARIBA_BRCM_DIR}}} in the cross-compilation scripts.
    3431
    35 openwrt-buildroot should hold the latest openwrt buildroot. It can be obtained with:
    36 
     32{{{openwrt-buildroot}}} should hold the latest openwrt buildroot. It can be obtained with:
     33{{{
    3734svn co svn://svn.openwrt.org/openwrt/trunk/
    3835mv trunk openwrt-buildroot
    39 
     36}}}
    4037"variables" defines a bunch of variables used by all cross-compilation scripts, you should tweak those to best fit your compiling environment.
    4138