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 | d0ab35c115643db40b2bece8698ecd472f4ce147 (patch) | |
tree | a713b7eb2bcde7c4f5a2c15a4273463011611370 /package/base-files/Makefile | |
parent | 2201a230a9872cfe2fa1733b66742dea5cb816e6 (diff) | |
download | upstream-d0ab35c115643db40b2bece8698ecd472f4ce147.tar.gz upstream-d0ab35c115643db40b2bece8698ecd472f4ce147.tar.bz2 upstream-d0ab35c115643db40b2bece8698ecd472f4ce147.zip |
base-file: add metric option for static and dhcp protos, this simplifies the management of multiple default routes
SVN-Revision: 24020
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 |