base-files: move network related scripts to a separate package to make the transition...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 20 Oct 2011 15:01:06 +0000 (15:01 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 20 Oct 2011 15:01:06 +0000 (15:01 +0000)
commitc2b5767572c7cece21f7739e416d59458278b7d8
treebbb6d468090141c8fe0367f573272ec8289fa755
parentfce837994043793008be610cb24154d649c7b190
base-files: move network related scripts to a separate package to make the transition to netifd easier

SVN-Revision: 28495
18 files changed:
package/base-files-network/Makefile [new file with mode: 0644]
package/base-files-network/files/etc/hotplug.d/iface/00-netstate [new file with mode: 0644]
package/base-files-network/files/etc/hotplug.d/iface/10-routes [new file with mode: 0644]
package/base-files-network/files/etc/hotplug.d/net/10-net [new file with mode: 0644]
package/base-files-network/files/etc/init.d/network [new file with mode: 0755]
package/base-files-network/files/lib/network/config.sh [new file with mode: 0755]
package/base-files-network/files/sbin/ifdown [new file with mode: 0755]
package/base-files-network/files/sbin/ifup [new file with mode: 0755]
package/base-files-network/files/usr/share/udhcpc/default.script [new file with mode: 0755]
package/base-files/Makefile
package/base-files/files/etc/hotplug.d/iface/00-netstate [deleted file]
package/base-files/files/etc/hotplug.d/iface/10-routes [deleted file]
package/base-files/files/etc/hotplug.d/net/10-net [deleted file]
package/base-files/files/etc/init.d/network [deleted file]
package/base-files/files/lib/network/config.sh [deleted file]
package/base-files/files/sbin/ifdown [deleted file]
package/base-files/files/sbin/ifup [deleted file]
package/base-files/files/usr/share/udhcpc/default.script [deleted file]