diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-19 15:37:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-19 15:37:47 +0000 |
commit | b90053eadaf302d8a04d892f99f268ff10bd4f1b (patch) | |
tree | b945fa9d477f5aa47f9d61fa8f578f7d54b99d23 /package/base-files/Makefile | |
parent | a69a79c0bc96c7ce1d4195ecb15d26205e52fac3 (diff) | |
download | upstream-b90053eadaf302d8a04d892f99f268ff10bd4f1b.tar.gz upstream-b90053eadaf302d8a04d892f99f268ff10bd4f1b.tar.bz2 upstream-b90053eadaf302d8a04d892f99f268ff10bd4f1b.zip |
[package] base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29806 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 e384e2301c..b88422acdf 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:=101 +PKG_RELEASE:=102 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |