diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-05 07:57:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-05 07:57:07 +0000 |
commit | 520ea8e5f940cdaf9e612310578a7d184077b85c (patch) | |
tree | 4ca8f529130a9ddecf7333a780ef0b4fe4114315 /package/base-files/Makefile | |
parent | 988a987fea53f46a7febd57287a97da0c704eba9 (diff) | |
download | upstream-520ea8e5f940cdaf9e612310578a7d184077b85c.tar.gz upstream-520ea8e5f940cdaf9e612310578a7d184077b85c.tar.bz2 upstream-520ea8e5f940cdaf9e612310578a7d184077b85c.zip |
base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley)
SVN-Revision: 19530
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 ae86a89183..fa0711fe2a 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:=37 +PKG_RELEASE:=38 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |