asterisk11-gui: remove postinst
[feed/telephony.git] / net / freeswitch / patches / 000-build-openwrt_rules.mk.patch
1 --- /dev/null
2 +++ b/build/openwrt_rules.mk
3 @@ -0,0 +1,7 @@
4 +OPENWRT_DIR=$(shell (cd $(BASE)/../../..;pwd))
5 +STAGING_PREFIX=$(OPENWRT_DIR)/staging_dir/host
6 +STAGING_DIR=$(OPENWRT_DIR)/staging_dir/$(shell (cd $(BASE)/..;basename `pwd`))
7 +ARCH="$(shell grep CONFIG_ARCH $(OPENWRT_DIR)/.config|cut -d= -d'"' -f2)"
8 +GNU_TARGET_NAME=$(ARCH)-openwrt-linux
9 +
10 +include $(OPENWRT_DIR)/rules.mk