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 | 6da72b8e02958959722d95184260bf2fc7afcd38 (patch) | |
tree | 61c31ef0614b652f217845d3a982f6b1fd063dcf /package/base-files/Makefile | |
parent | ea0b97cf6820147bd2e6fa5017bd61cf969c8267 (diff) | |
download | master-187ad058-6da72b8e02958959722d95184260bf2fc7afcd38.tar.gz master-187ad058-6da72b8e02958959722d95184260bf2fc7afcd38.tar.bz2 master-187ad058-6da72b8e02958959722d95184260bf2fc7afcd38.zip |
[package] base-files: fix udhcpc address acquisition on network restart (patch by Scott Dudley)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19530 3c298f89-4303-0410-b956-a3cf2f4a3e73
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/ |