diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-06 21:21:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-06 21:21:28 +0000 |
commit | d856ed78ada03b57d3c0021eb9ecea33a6d27855 (patch) | |
tree | f1415ed1ea6c0e5e863553a230583bf77f4034d9 /package/base-files/Makefile | |
parent | badd8ffee3f2c34fe9a8188ff1f58a9a5dde874c (diff) | |
download | upstream-d856ed78ada03b57d3c0021eb9ecea33a6d27855.tar.gz upstream-d856ed78ada03b57d3c0021eb9ecea33a6d27855.tar.bz2 upstream-d856ed78ada03b57d3c0021eb9ecea33a6d27855.zip |
base-files: add udhcpc vendorid option (#7744)
SVN-Revision: 23279
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 5a6c1a969a..bd77d34382 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:=59 +PKG_RELEASE:=60 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |