mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix dependancy (depends on sed)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@51 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -33,7 +33,7 @@ $(DL_DIR)/$(NETFILTER_SOURCE):
|
|||||||
|
|
||||||
netfilter-source: $(DL_DIR)/$(NETFILTER_SOURCE)
|
netfilter-source: $(DL_DIR)/$(NETFILTER_SOURCE)
|
||||||
|
|
||||||
$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE)
|
$(NETFILTER_DIR)/.unpacked: $(DL_DIR)/$(NETFILTER_SOURCE) host-sed
|
||||||
$(NETFILTER_CAT) $(DL_DIR)/$(NETFILTER_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
$(NETFILTER_CAT) $(DL_DIR)/$(NETFILTER_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||||
#ignore whitespace in patches
|
#ignore whitespace in patches
|
||||||
$(SED) "s,\-p1,\-l \-p1," $(NETFILTER_DIR)/runme
|
$(SED) "s,\-p1,\-l \-p1," $(NETFILTER_DIR)/runme
|
||||||
|
|||||||
Reference in New Issue
Block a user