packages/fprobe-ulog: 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@40257 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
38d52aa79e
commit
f222900fb8
@ -26,7 +26,7 @@ define Package/fprobe-ulog
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fprobe-ulog/description
|
define Package/fprobe-ulog/description
|
||||||
A NetFlow probe obtaining packets through linux netfilter code
|
A NetFlow probe obtaining packets through linux netfilter code
|
||||||
(iptables ULOG target).
|
(iptables ULOG target).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -38,11 +38,11 @@ define Build/Configure
|
|||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)
|
$(MAKE) -C $(PKG_BUILD_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fprobe-ulog/install
|
define Package/fprobe-ulog/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/fprobe-ulog $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/fprobe-ulog $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user