add free bcm43xx driver as patch for brcm-2.6, needs more testing and Makefile change...
[openwrt.git] / openwrt / target / Makefile
index ec3b659..24c3403 100644 (file)
@@ -16,6 +16,9 @@ clean: linux-clean utils-clean lzma-clean image_clean
 image_clean:
        rm -f $(BIN_DIR)/openwrt-*
 
+linux/package/%:
+       $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
+
 %-clean:
        @$(TRACE) target/$(patsubst %-clean,%,$@)-clean
        $(MAKE) -C $(patsubst %-clean,%,$@) clean
@@ -35,3 +38,4 @@ linux-imagebuilder:
        @$(TRACE) target/linux/imagebuilder
        $(MAKE) -C linux imagebuilder
 
+
This page took 0.028287 seconds and 4 git commands to generate.