mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:13:02 +02:00
remove unneeded RSTRIP calls.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4115 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4d3caa63c2
commit
12eda14851
@ -199,13 +199,11 @@ define Package/iptables/install
|
|||||||
(cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
|
(cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
|
||||||
$(CP) $(patsubst %,lib%.so,$(IPT_BUILTIN:xt_%=ipt_%)) $(1)/usr/lib/iptables/ \
|
$(CP) $(patsubst %,lib%.so,$(IPT_BUILTIN:xt_%=ipt_%)) $(1)/usr/lib/iptables/ \
|
||||||
)
|
)
|
||||||
$(RSTRIP) $(1)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iptables-utils/install
|
define Package/iptables-utils/install
|
||||||
install -d -m0755 $(1)/usr/sbin
|
install -d -m0755 $(1)/usr/sbin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
|
||||||
$(RSTRIP) $(1)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ip6tables/install
|
define Package/ip6tables/install
|
||||||
@ -215,7 +213,6 @@ define Package/ip6tables/install
|
|||||||
(cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
|
(cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
|
||||||
$(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
|
$(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
|
||||||
)
|
)
|
||||||
$(RSTRIP) $(1)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define BuildPlugin
|
define BuildPlugin
|
||||||
@ -225,7 +222,6 @@ define Package/$(1)/install
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
|
||||||
done
|
done
|
||||||
$(3)
|
$(3)
|
||||||
$(RSTRIP) $$(1)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$$(eval $$(call BuildPackage,$(1)))
|
$$(eval $$(call BuildPackage,$(1)))
|
||||||
|
@ -151,7 +151,6 @@ endef
|
|||||||
define Package/pppstats/install
|
define Package/pppstats/install
|
||||||
install -d -m0755 $(1)/usr/sbin
|
install -d -m0755 $(1)/usr/sbin
|
||||||
install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/pppstats $(1)/usr/sbin/
|
install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/pppstats $(1)/usr/sbin/
|
||||||
$(RSTRIP) $(1)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ppp))
|
$(eval $(call BuildPackage,ppp))
|
||||||
|
Loading…
Reference in New Issue
Block a user