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 | dd4c16c317821f429368384e4b7d630a04ae0c0e (patch) | |
tree | 4ec666d7d55445c3c07d0aa2d30d797338f6e925 /package/base-files/Makefile | |
parent | 1e0d2eaad3a3a0a5475b80cc3543491a50271571 (diff) | |
download | upstream-dd4c16c317821f429368384e4b7d630a04ae0c0e.tar.gz upstream-dd4c16c317821f429368384e4b7d630a04ae0c0e.tar.bz2 upstream-dd4c16c317821f429368384e4b7d630a04ae0c0e.zip |
[package] base-files: add udhcpc vendorid option (#7744)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23279 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 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 |