From 12e7b43b745a206bca812e1333bd94339ca8b0d1 Mon Sep 17 00:00:00 2001 From: Mazi Lo Date: Mon, 31 Oct 2011 13:29:27 +0000 Subject: [PATCH] added missing patches/000-build-openwrt_rules.mk.patch SVN-Revision: 28691 --- net/freeswitch/patches/000-build-openwrt_rules.mk.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 net/freeswitch/patches/000-build-openwrt_rules.mk.patch diff --git a/net/freeswitch/patches/000-build-openwrt_rules.mk.patch b/net/freeswitch/patches/000-build-openwrt_rules.mk.patch new file mode 100644 index 0000000000..3d60f99a00 --- /dev/null +++ b/net/freeswitch/patches/000-build-openwrt_rules.mk.patch @@ -0,0 +1,7 @@ +--- /dev/null ++++ b/build/openwrt_rules.mk +@@ -0,0 +1,4 @@ ++OPENWRT_DIR=$(shell (cd $(BASE)/../../..;pwd)) ++STAGING_DIR=$(OPENWRT_DIR)/staging_dir/$(shell (cd $(BASE)/..;basename `pwd`)) ++ARCH="$(shell grep CONFIG_ARCH $(OPENWRT_DIR)/.config|cut -d= -d'"' -f2)" ++GNU_TARGET_NAME=$(ARCH)-openwrt-linux -- 2.30.2