diff --git a/openwrt/Makefile b/openwrt/Makefile index 9b341f1241..96dd2e0e0d 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -70,5 +70,14 @@ config: scripts/config/conf config-clean: $(MAKE) -C scripts/config clean +package/%: + $(MAKE) -C toolchain $(patsubst package/%,%,$@) + +target/%: + $(MAKE) -C toolchain $(patsubst target/%,%,$@) + +toolchain/%: + $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@) + .PHONY: FORCE FORCE: