diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 07:20:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-22 07:20:24 +0000 |
commit | 3b6851aa82f8187725de365a7103416dd434c25b (patch) | |
tree | ceedc1bc6dacba92eea01431e71fe7d3317e6a6e /package/base-files/Makefile | |
parent | 5b339e5fb21b1a9851505bb991f9f2a44c8da95c (diff) | |
download | upstream-3b6851aa82f8187725de365a7103416dd434c25b.tar.gz upstream-3b6851aa82f8187725de365a7103416dd434c25b.tar.bz2 upstream-3b6851aa82f8187725de365a7103416dd434c25b.zip |
base-files: implement "reqopts" parameter for dhcp interfaces to specify additional dhcp options to request
SVN-Revision: 24780
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 d14be14529..01058ba871 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:=63 +PKG_RELEASE:=64 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |