add an initial (experimental) version of netifd, disabled by default
authorFelix Fietkau <nbd@openwrt.org>
Fri, 21 Oct 2011 01:47:49 +0000 (01:47 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 21 Oct 2011 01:47:49 +0000 (01:47 +0000)
commit85cd8a26f933ce0d17c2c4bec59702b9d980ccf6
tree23e29d8252f2ea52ba54d8cd62dbc73ee883af37
parentdca44c091d3ee00f7ea6d9a697fcb053cbd55406
add an initial (experimental) version of netifd, disabled by default

SVN-Revision: 28499
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]