add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 28 Mar 2012 11:02:38 +0000 (11:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 28 Mar 2012 11:02:38 +0000 (11:02 +0000)
commit3152e42713319401838f02a616ba8939715f0201
treeea3504f5c5f7d282928600a4ed42474e62073a04
parent9c332859674c652eb92175ecf43573f0d668f7b9
add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client mode devices over vlans to other hosts

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31122 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/trelay/Makefile [new file with mode: 0644]
package/trelay/files/trelay.config [new file with mode: 0644]
package/trelay/files/trelay.hotplug [new file with mode: 0644]
package/trelay/files/trelay.init [new file with mode: 0644]
package/trelay/src/Makefile [new file with mode: 0644]
package/trelay/src/trelay.c [new file with mode: 0644]