From 850e0c5e64f3f70498b9c04ca6ec66687fe6e997 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:03:56 +0000 Subject: [PATCH] packages/veth: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40107 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/veth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/veth/Makefile b/net/veth/Makefile index e2c89e220..ee92fd611 100644 --- a/net/veth/Makefile +++ b/net/veth/Makefile @@ -26,11 +26,11 @@ define Package/veth endef define Package/veth/description - VETH is a daemon that virtualizes a ethernet card in Linux. + VETH is a daemon that virtualizes a ethernet card in Linux. The virtualization is done via Universal TUN/TAP Driver. endef -define Build/Compile +define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/veth \ CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \