X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7d0a124f851b7e831a0ef0005fe475b7f7ddf19a..f90ecf844e249a9a2291467db7f027c8f54be536:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index a26411ddb..4c1c70865 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -114,7 +114,7 @@ SDK_DEFAULT_PACKAGES:=busybox dnsmasq iptables wireless-tools dropbear bridge ip SDK_DEFAULT_COMPILE:=$(patsubst %,%-compile,$(SDK_DEFAULT_PACKAGES)) all: compile install -clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean +clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) @@ -200,7 +200,6 @@ ulogd-compile: postgresql-compile endif sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install -$(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install %-prepare: @[ -f $(STAMP_DIR)/.$@ ] || $(MAKE) -C $(patsubst %-prepare,%,$@) prepare