Changes between Version 17 and Version 18 of WikiStart


Ignore:
Timestamp:
Jun 14, 2012, 9:34:14 PM (12 years ago)
Author:
richardvm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v17 v18  
    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  1. Set a path on which we should install our little build environent
    36 
    37     export R=~/eduroam
    38 
    3935 2. Checkout the files we need
    4036
    41     svn co http://svn.wirelessleiden.nl/svn/code/eduroam-bullet/trunk/ $R
     37  svn co svn://svn.openwrt.org/openwrt/branches/backfire eduroam
     38  svn co http://svn.wirelessleiden.nl/svn/code/eduroam-bullet/trunk/openwrt-package/post/ eduroam/package/post/
    4239
    4340 3. cd into the build directory
    4441
    45     cd $R/openwrt
    46 
    47  4. Build the image
    48 
    49     ./build
     42  cd eduroam
     43
     44 4. update Feeds
     45
     46 ./scripts/feeds update
     47 ./scripts/feeds install -a
     48
     49 5. Copy build config
     50
     51  cp package/post/config .config
     52
     53 6. BUILD
     54
     55  make
     56
    5057
    5158{{{