diff options
Diffstat (limited to 'openwrt/target/Makefile')
-rw-r--r-- | openwrt/target/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index ec3b65972..e066fa9d3 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -35,3 +35,5 @@ linux-imagebuilder: @$(TRACE) target/linux/imagebuilder $(MAKE) -C linux imagebuilder +linux/package/%: + $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@) |