projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rename 2.6 high-speed usb serial fix to match 2.4 one
[openwrt.git]
/
include
/
package-ipkg.mk
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index
c67ee4b
..
cc9a780
100644
(file)
--- a/
include/package-ipkg.mk
+++ b/
include/package-ipkg.mk
@@
-71,11
+71,6
@@
ifeq ($(DUMP),)
$$(INFO_$(1)): $$(IPKG_$(1))
$(IPKG) install $$(IPKG_$(1))
$$(INFO_$(1)): $$(IPKG_$(1))
$(IPKG) install $$(IPKG_$(1))
- $(STAGING_DIR)/etc/ipkg.conf:
- mkdir -p $(STAGING_DIR)/etc
- echo "dest root /" > $(STAGING_DIR)/etc/ipkg.conf
- echo "option offline_root $(TARGET_DIR)" >> $(STAGING_DIR)/etc/ipkg.conf
-
$(1)-clean:
rm -f $(PACKAGE_DIR)/$(1)_*
$(1)-clean:
rm -f $(PACKAGE_DIR)/$(1)_*
@@
-88,4
+83,10
@@
ifeq ($(DUMP),)
$$(eval $$(call Build/DefaultTargets,$(1)))
endef
$$(eval $$(call Build/DefaultTargets,$(1)))
endef
+
+ $(STAGING_DIR)/etc/ipkg.conf:
+ mkdir -p $(STAGING_DIR)/etc
+ echo "dest root /" > $(STAGING_DIR)/etc/ipkg.conf
+ echo "option offline_root $(TARGET_DIR)" >> $(STAGING_DIR)/etc/ipkg.conf
+
endif
endif
This page took
0.021521 seconds
and
4
git commands to generate.