From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:56 +0000 (+0000) Subject: packages/veth: fix whitespaces X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=28480a444d4b6e1231ab3d0eecf462b47ac3f808;p=openwrt%2Fsvn-archive%2Farchive.git packages/veth: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40107 --- 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)" \