X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ef88fd263d77e79a7b97858055772ea93963dcd2..53c5bf40e854edd066c8550104ea401e1dbe6a24:/openwrt/target/linux/kernel.mk diff --git a/openwrt/target/linux/kernel.mk b/openwrt/target/linux/kernel.mk index b1ac9473c..5406fae20 100644 --- a/openwrt/target/linux/kernel.mk +++ b/openwrt/target/linux/kernel.mk @@ -114,3 +114,8 @@ clean: rm -f $(STAMP_DIR)/.linux-compile rm -rf $(LINUX_BUILD_DIR) rm -f $(TARGETS) + +package/%: + $(MAKE) -C $(TOPDIR)/target/linux/package \ + $(KPKG_MAKEOPTS) \ + $(patsubst package/%,%,$@)