diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-10-23 18:12:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-10-23 18:12:01 +0000 |
commit | dc3a21f48d51497b6842a48c0a249bd4bdd92764 (patch) | |
tree | ff9fd7e81d202d1ce304d01215b35ec62e9056dd /openwrt/package/base-files/Makefile | |
parent | de5200040cb31917d6597aef410d1c9a06c38397 (diff) | |
download | mtk-20170518-dc3a21f48d51497b6842a48c0a249bd4bdd92764.zip mtk-20170518-dc3a21f48d51497b6842a48c0a249bd4bdd92764.tar.gz mtk-20170518-dc3a21f48d51497b6842a48c0a249bd4bdd92764.tar.bz2 |
turn tcp vegas on by default
SVN-Revision: 2282
Diffstat (limited to 'openwrt/package/base-files/Makefile')
-rw-r--r-- | openwrt/package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 869e3c6..2c20232 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=base-files -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR:=$(BUILD_DIR)/base-files REV:=${shell svn info | grep Revision | cut -d ' ' -f 2} |