diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-12 16:39:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-12 16:39:29 +0000 |
commit | a03e00bbcf314d731bf0df5ff1f43122c4968711 (patch) | |
tree | bdc5fbb4889f7d5e99540be98d44493ed9c2d9fb /package/base-files/Makefile | |
parent | ca240aa0df396f598ca70232a2df4cf6613a9499 (diff) | |
download | upstream-a03e00bbcf314d731bf0df5ff1f43122c4968711.tar.gz upstream-a03e00bbcf314d731bf0df5ff1f43122c4968711.tar.bz2 upstream-a03e00bbcf314d731bf0df5ff1f43122c4968711.zip |
base-files: remove redundant netmask handling in 10-routes
SVN-Revision: 15219
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 b148bdf33f..4326c972ed 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:=17 +PKG_RELEASE:=18 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |