TODO
- replace
ifconfig(i.e.busybox-ifconfig) withip(i.e.busybox-ip) or withuciin OpenWrt-scripts- differences in invocation http://www.tty1.net/blog/2010-04-21-ifconfig-ip-comparison_en.html and also in the output
- How?
- search in files and subfolders for the invocation of ifconfig, e.g.
grep -r "ifconfig" ~/openwrt/trunkorgrep -r "ifconfig" * | grep dropbear" the later giving<code> package/network/services/dropbear/files/.svn/text-base/dropbear.init.svn-base: ifconfig "$ifname" | sed -ne ' package/network/services/dropbear/files/dropbear.init: ifconfig "$ifname" | sed -ne '</code> - editpackage/network/services/dropbear/files/dropbear.initand replace ifconfig with ip or with uci - editpackage/base-files/files/lib/preinit/10_indicate_preinit'' and replace ifconfig with ip
doc/todo.txt · Last modified: 2012/11/29 19:33 by orca
