diff --git a/openwrt/Makefile b/openwrt/Makefile index 96dd2e0e0d..8a2e6bbb8e 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -71,10 +71,10 @@ config-clean: $(MAKE) -C scripts/config clean package/%: - $(MAKE) -C toolchain $(patsubst package/%,%,$@) + $(MAKE) -C package $(patsubst package/%,%,$@) target/%: - $(MAKE) -C toolchain $(patsubst target/%,%,$@) + $(MAKE) -C target $(patsubst target/%,%,$@) toolchain/%: $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)