Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- Jun 14, 2012, 9:35:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 33 33 De 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. 34 34 35 2. Checkout the files we need36 35 1. Checkout the files we need 36 {{{ 37 37 svn co svn://svn.openwrt.org/openwrt/branches/backfire eduroam 38 38 svn co http://svn.wirelessleiden.nl/svn/code/eduroam-bullet/trunk/openwrt-package/post/ eduroam/package/post/ 39 40 3. cd into the build directory41 39 }}} 40 2. cd into the build directory 41 {{{ 42 42 cd eduroam 43 44 4. update Feeds45 43 }}} 44 3. update Feeds 45 {{{ 46 46 ./scripts/feeds update 47 47 ./scripts/feeds install -a 48 49 5. Copy build config50 48 }}} 49 4. Copy build config 50 {{{ 51 51 cp package/post/config .config 52 53 6. BUILD54 52 }}} 53 5. BUILD 54 {{{ 55 55 make 56 56 }}} 57 57 58 58 {{{