Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
Jun 14, 2012, 9:35:17 PM (13 years ago)
Author:
richardvm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    3333De hostmachine is een PC met Ubuntu 11.10 waarbij de packages subversion, build-essential, flex, gettext, libz-dev, gawk, ncurses, libncurses5-dev en ncurses-term en tftp.
    3434
    35  2. Checkout the files we need
    36 
     35 1. Checkout the files we need
     36{{{
    3737  svn co svn://svn.openwrt.org/openwrt/branches/backfire eduroam
    3838  svn co http://svn.wirelessleiden.nl/svn/code/eduroam-bullet/trunk/openwrt-package/post/ eduroam/package/post/
    39 
    40  3. cd into the build directory
    41 
     39}}}
     40 2. cd into the build directory
     41{{{
    4242  cd eduroam
    43 
    44  4. update Feeds
    45 
     43}}}
     44 3. update Feeds
     45{{{
    4646 ./scripts/feeds update
    4747 ./scripts/feeds install -a
    48 
    49  5. Copy build config
    50 
     48}}}
     49 4. Copy build config
     50{{{
    5151  cp package/post/config .config
    52 
    53  6. BUILD
    54 
     52}}}
     53 5. BUILD
     54{{{
    5555  make
    56 
     56}}}
    5757
    5858{{{