Changes between Version 2 and Version 3 of OpenWrt/Configuration


Ignore:
Timestamp:
04/10/2018 10:29:01 PM (6 years ago)
Author:
Cale Collins
Comment:

made edits to dhcp connection

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/Configuration

    v2 v3  
    7373
    7474DHCP would be:
     75
     76Edit /etc/config/network
     77
     78delete line option 'type' 'bridge'
     79change 'proto' to 'dhcp'
     80
    7581{{{#!bash
    7682option 'interface' 'lan'
     
    8288}}}
    8389
     90run command
     91
     92{{{#!bash
     93/etc/init.d/network restart
     94}}}
     95
     96Enjoy DHCP!
    8497
    8598
    8699
    87 
    88 This will modify the rootfs that was created in the build directory (ie trunk/target-arm_v6k_uClibc-0.9.33.2_eabi/root-cns3xxx/etc/config/network)
     100* This will modify the rootfs that was created in the build directory (ie trunk/target-arm_v6k_uClibc-0.9.33.2_eabi/root-cns3xxx/etc/config/network)