From: Jo-Philipp Wich Date: Sun, 12 Apr 2009 16:39:29 +0000 (+0000) Subject: base-files: remove redundant netmask handling in 10-routes X-Git-Tag: reboot~23981 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a03e00bbcf314d731bf0df5ff1f43122c4968711;p=openwrt%2Fstaging%2Flynxis.git base-files: remove redundant netmask handling in 10-routes SVN-Revision: 15219 --- 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/ diff --git a/package/base-files/files/etc/hotplug.d/iface/10-routes b/package/base-files/files/etc/hotplug.d/iface/10-routes index 0eb92870fc..f871ca5288 100644 --- a/package/base-files/files/etc/hotplug.d/iface/10-routes +++ b/package/base-files/files/etc/hotplug.d/iface/10-routes @@ -23,7 +23,6 @@ add_route() { config_get gateway "$interface" gateway } - netmask="${netmask:-255.255.255.255}" dest="${netmask:+-net "$target" netmask "$netmask"}" dest="${dest:--host "$target"}"