diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-11 13:23:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-11 13:23:29 +0000 |
commit | 348347ce41e6704f1c66a608531d10cb7b78d729 (patch) | |
tree | 91aa269eab4f78d56136f3edb417190d619b1d5d /package/base-files-network/Makefile | |
parent | 1cdd762f908a29c1f577ccdb5c1620a62e452a30 (diff) | |
download | upstream-348347ce41e6704f1c66a608531d10cb7b78d729.tar.gz upstream-348347ce41e6704f1c66a608531d10cb7b78d729.tar.bz2 upstream-348347ce41e6704f1c66a608531d10cb7b78d729.zip |
package/base-files-network: fix udhcpc issues introduced in r28866 (closes: #10383)
SVN-Revision: 28942
Diffstat (limited to 'package/base-files-network/Makefile')
-rw-r--r-- | package/base-files-network/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files-network/Makefile b/package/base-files-network/Makefile index ead9458098..65ed020ac9 100644 --- a/package/base-files-network/Makefile +++ b/package/base-files-network/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files-network -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DEPENDS:=opkg/host |