Changes between Version 3 and Version 4 of OpenWrt/Configuration


Ignore:
Timestamp:
02/27/2019 11:04:31 PM (5 years ago)
Author:
Cale Collins
Comment:

fixed examples so people don't ask about "trunk" directory.

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/Configuration

    v3 v4  
    1313
    1414{{{#!bash
    15 /gateworks-openwrt-x/gateworks-openwrt/trunk$ make menuconfig
     15/gateworks-openwrt$ make menuconfig
    1616}}}
    1717
     
    2626Therefore, run a make -j8 V=99 in the OpenWrt trunk directory, followed by a make images/laguna in the upper directory to get a fresh firmware. 
    2727{{{#!bash
    28 /gateworks-openwrt/trunk$ make -j8 V=99
     28/gateworks-openwrt$ make -j8 V=99
    2929}}}
    3030
     
    5858
    5959{{{#!bash
    60 cd trunk ;   # openwrt trunk
     60cd /openwrt ;   # openwrt trunk
    6161mkdir -p files/etc/config
    6262cat << EOF >> files/etc/config/network