summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-03 06:46:44 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-03 06:46:44 +0000
commit3f80599cdadeb61589776ac3b6caa85e2ddac7a0 (patch)
tree073d9f80dfe250b556c82b69c05e0ed047b4507c /rules.mk
parent9400ad240fe6b177ae1e9aeb85ea4314c3c4d7db (diff)
downloadmaster-31e0f0ae-3f80599cdadeb61589776ac3b6caa85e2ddac7a0.tar.gz
master-31e0f0ae-3f80599cdadeb61589776ac3b6caa85e2ddac7a0.tar.bz2
master-31e0f0ae-3f80599cdadeb61589776ac3b6caa85e2ddac7a0.zip
move ipkg related vars from ./rules.mk to ./include/package-ipkg.mk
SVN-Revision: 8581
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/rules.mk b/rules.mk
index aa781460ed..b817537826 100644
--- a/rules.mk
+++ b/rules.mk
@@ -107,18 +107,6 @@ RSTRIP:= \
STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \
$(SCRIPT_DIR)/rstrip.sh
-# where to build (and put) .ipk packages
-IPKG:= \
- IPKG_TMP=$(TMP_DIR)/ipkg \
- IPKG_INSTROOT=$(TARGET_DIR) \
- IPKG_CONF_DIR=$(STAGING_DIR)/etc \
- IPKG_OFFLINE_ROOT=$(TARGET_DIR) \
- $(SCRIPT_DIR)/ipkg -force-defaults -force-depends
-
-# invoke ipkg-build with some default options
-IPKG_BUILD:= \
- ipkg-build -c -o 0 -g 0
-
ifeq ($(CONFIG_ENABLE_LOCALE),true)
DISABLE_NLS:=
else