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 | 8f103736e7503b503ea4d9324df328a2a5106ff0 (patch) | |
tree | 195407ca522b7007196d2471090fed8068588b83 /package/base-files/Makefile | |
parent | 21a25fd0e3c8573a20664946e07d7a059483fff1 (diff) | |
download | upstream-8f103736e7503b503ea4d9324df328a2a5106ff0.tar.gz upstream-8f103736e7503b503ea4d9324df328a2a5106ff0.tar.bz2 upstream-8f103736e7503b503ea4d9324df328a2a5106ff0.zip |
[package] base-files: revert dhcp state information on ifdown and restore pre-r19530 behaviour in udhcp default.script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19597 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 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/ |