diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 02:06:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 02:06:57 +0000 |
commit | 250b52f6737c253a2b6ff3dd5804afbe3d0cfce0 (patch) | |
tree | 45c22c4e7e6114a1501744ca093b904731412914 /package/base-files/Makefile | |
parent | cb9c37af385c64ee07c14f6b4e634d2d4cc4ad5c (diff) | |
download | upstream-250b52f6737c253a2b6ff3dd5804afbe3d0cfce0.tar.gz upstream-250b52f6737c253a2b6ff3dd5804afbe3d0cfce0.tar.bz2 upstream-250b52f6737c253a2b6ff3dd5804afbe3d0cfce0.zip |
base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
SVN-Revision: 19597
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 fa0711fe2a..5cd87a66f5 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:=38 +PKG_RELEASE:=39 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |