packages/veth: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40107 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e92d62173
commit
850e0c5e64
@ -26,11 +26,11 @@ define Package/veth
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/veth/description
|
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.
|
The virtualization is done via Universal TUN/TAP Driver.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/veth \
|
$(MAKE) -C $(PKG_BUILD_DIR)/veth \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user