oops. committed the wrong patch files for the multiport backport
[openwrt.git] / openwrt / 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.025051 seconds and 4 git commands to generate.