diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 19:11:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 19:11:50 +0000 |
commit | 5689b649eb3abda4b87221f542131a308f8ec628 (patch) | |
tree | 18df62e3f760aac318a0d1bf6ce01b12683a5820 /package/base-files/Makefile | |
parent | 6e77b894e563f401f55b5542f568867689c70061 (diff) | |
download | upstream-5689b649eb3abda4b87221f542131a308f8ec628.tar.gz upstream-5689b649eb3abda4b87221f542131a308f8ec628.tar.bz2 upstream-5689b649eb3abda4b87221f542131a308f8ec628.zip |
[package] base-file: add metric option for static and dhcp protos, this simplifies the management of multiple default routes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24020 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 67d1d76223..9ed6d9939b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=60 +PKG_RELEASE:=61 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |