1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all the patches.

Also added a target package/refresh which will do this to all packages in the buildroot


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2007-06-04 11:14:08 +00:00
parent 7fff341bb3
commit 82a81707d8
4 changed files with 23 additions and 23 deletions

View File

@@ -7,23 +7,6 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/target.mk
download:
$(MAKE) -C $(BOARD)-$(KERNEL) download
clean download prepare compile install menuconfig update refresh: FORCE
$(MAKE) -C $(BOARD)-$(KERNEL) $@
prepare:
$(MAKE) -C $(BOARD)-$(KERNEL) prepare
compile:
$(MAKE) -C $(BOARD)-$(KERNEL) compile
install:
$(MAKE) -C $(BOARD)-$(KERNEL) install
refresh:
$(MAKE) -C $(BOARD)-$(KERNEL) refresh
menuconfig:
$(MAKE) -C $(BOARD)-$(KERNEL) menuconfig
clean:
$(MAKE) -C $(BOARD)-$(KERNEL) clean