Changes between Version 2 and Version 3 of OpenWrt/Configuration
- Timestamp:
- 04/10/2018 10:29:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/Configuration
v2 v3 73 73 74 74 DHCP would be: 75 76 Edit /etc/config/network 77 78 delete line option 'type' 'bridge' 79 change 'proto' to 'dhcp' 80 75 81 {{{#!bash 76 82 option 'interface' 'lan' … … 82 88 }}} 83 89 90 run command 91 92 {{{#!bash 93 /etc/init.d/network restart 94 }}} 95 96 Enjoy DHCP! 84 97 85 98 86 99 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)