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)
commit55aeabae10d9429de0453d6df4271426478b406b
treecb77e67888dff2800c29051dfe2673e40c56d2eb
parent2ccd191b76f600d99d4b8ee15bb8fd1d0f2cf616
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]