remove hardcoded package names; use wildcard
[openwrt.git] / target / linux / kernel.mk
index b1ac947..5406fae 100644 (file)
@@ -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/%,%,$@)
This page took 0.022196 seconds and 4 git commands to generate.