From 28480a444d4b6e1231ab3d0eecf462b47ac3f808 Mon Sep 17 00:00:00 2001 From: Gabor Juhos 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 SVN-Revision: 40107 --- net/veth/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/veth/Makefile b/net/veth/Makefile index e2c89e2202..ee92fd6118 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)" \ -- 2.30.2