From bda5a423ba695321200936d5e1588189eb585b0c Mon Sep 17 00:00:00 2001 From: mazilo Date: Mon, 31 Oct 2011 13:29:27 +0000 Subject: [PATCH] added missing patches/000-build-openwrt_rules.mk.patch git-svn-id: svn://svn.openwrt.org/openwrt/packages@28691 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 000000000..3d60f99a0 --- /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