add an initial (experimental) version of netifd, disabled by default
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Oct 2011 01:47:49 +0000 (01:47 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Oct 2011 01:47:49 +0000 (01:47 +0000)
commitf85eb6d428598db0d0c0e4b9e94d8d0bcab0f512
tree23e29d8252f2ea52ba54d8cd62dbc73ee883af37
parent799c0920c5e6dafbd5803c124523614fe6a637b0
add an initial (experimental) version of netifd, disabled by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28499 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 files changed:
package/base-files-network/Makefile
package/base-files/Makefile
package/netifd/Makefile [new file with mode: 0644]
package/netifd/files/etc/hotplug.d/iface/00-netstate [new file with mode: 0644]
package/netifd/files/etc/init.d/netifd [new file with mode: 0755]
package/netifd/files/etc/init.d/network [new file with mode: 0755]
package/netifd/files/lib/netifd/dhcp.script [new file with mode: 0755]
package/netifd/files/lib/netifd/ppp-down [new file with mode: 0755]
package/netifd/files/lib/netifd/ppp-up [new file with mode: 0755]
package/netifd/files/lib/netifd/proto/dhcp.sh [new file with mode: 0755]
package/netifd/files/lib/netifd/proto/ppp.sh [new file with mode: 0755]
package/netifd/files/lib/network/config.sh [new file with mode: 0755]
package/netifd/files/sbin/ifdown [new symlink]
package/netifd/files/sbin/ifup [new file with mode: 0755]
This page took 0.024408 seconds and 4 git commands to generate.