mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
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
|
||||
|
||||
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)" \
|
||||
|
Loading…
Reference in New Issue
Block a user