packages/iptables-snmp: 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@40083 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4bc94bf8cb
commit
e4ed2047db
@ -30,17 +30,17 @@ define Package/iptables-snmp/description
|
|||||||
This is a plugin that makes iptables rules accessable from snmpd.
|
This is a plugin that makes iptables rules accessable from snmpd.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
all install \
|
all install \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iptables-snmp/install
|
define Package/iptables-snmp/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables-snmp.so $(1)/usr/lib
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables-snmp.so $(1)/usr/lib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,iptables-snmp))
|
$(eval $(call BuildPackage,iptables-snmp))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user