summaryrefslogtreecommitdiffstats
path: root/target/linux/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-03 08:28:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-03 08:28:05 +0000
commit3b6b7a2d1ba44030e9b2909914d145b79ad7a1e2 (patch)
treeee5867150087006834a1a4539f5928c1e6b63810 /target/linux/Makefile
parent5e406f0a282871d0e1043bebeb4320de64d1fda0 (diff)
downloadmaster-31e0f0ae-3b6b7a2d1ba44030e9b2909914d145b79ad7a1e2.tar.gz
master-31e0f0ae-3b6b7a2d1ba44030e9b2909914d145b79ad7a1e2.tar.bz2
master-31e0f0ae-3b6b7a2d1ba44030e9b2909914d145b79ad7a1e2.zip
implement quilt handling for the kernel tree ... and there was much rejoicing!
SVN-Revision: 7474
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r--target/linux/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile
index c15d81999f..275085448f 100644
--- a/target/linux/Makefile
+++ b/target/linux/Makefile
@@ -19,6 +19,9 @@ compile:
install:
$(MAKE) -C $(BOARD)-$(KERNEL) install
+refresh:
+ $(MAKE) -C $(BOARD)-$(KERNEL) refresh
+
menuconfig:
$(MAKE) -C $(BOARD)-$(KERNEL) menuconfig