X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/647fa79e2bb0aae1f6db8917d123caa1d36c4664..a267d2e1ed780da4417eb8f6c158ab4bfb47dfe0:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d44574526..8d7dd7579 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -129,6 +129,7 @@ libgd-compile: libpng-compile libnet-compile: libpcap-compile lighttpd-compile: openssl-compile pcre-compile mysql-compile: ncurses-compile zlib-compile +net-snmp-compile: libelf-compile nfs-server-compile: portmap-compile nmap-compile: uclibc++-compile pcre-compile libpcap-compile nocatsplash-compile: glib-compile @@ -148,7 +149,7 @@ tor-compile: libevent-compile openssl-compile zlib-compile wpa_supplicant-compile: openssl-compile asterisk-compile: openssl-compile -ifneq ($(BR2_PACKAGE_ASTERISK_SPEEX),) +ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),) asterisk-compile: speex-compile endif ifneq ($(BR2_PACKAGE_ASTERISK_PGSQL),) @@ -215,6 +216,10 @@ sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install @[ -f $(STAMP_DIR)/.$@ ] || $(MAKE) -C $(patsubst %-install,%,$@) install @touch $(STAMP_DIR)/.$@ +%-rebuild: + @rm -f $(STAMP_DIR)/.$(patsubst %-rebuild,%,$@)-* + $(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild + %-clean: @$(MAKE) -C $(patsubst %-clean,%,$@) clean @rm -f $(STAMP_DIR)/.$(patsubst %-clean,%,$@)-*