diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-03 08:28:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-03 08:28:05 +0000 |
commit | 597d9811aee6be6ebfd7114ad287806ea659d379 (patch) | |
tree | 8960842e2978aae5cd21a6551b896b4b680cbf36 /target/linux | |
parent | 582993793745b7390401e9c383d22cf6b6217c7e (diff) |
implement quilt handling for the kernel tree ... and there was much rejoicing!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7474 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index c15d81999..275085448 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 |