diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-08 10:25:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-08 10:25:58 +0000 |
commit | ba1c1e901615fd7cefc0966bbdd9d0d81581ae95 (patch) | |
tree | 2fd53b766baf1dd34bafa55593c374c85eac30f2 /package/base-files/Makefile | |
parent | 732abc44ccb1641889ad7824bfc8aa6295e435f1 (diff) | |
download | upstream-ba1c1e901615fd7cefc0966bbdd9d0d81581ae95.tar.gz upstream-ba1c1e901615fd7cefc0966bbdd9d0d81581ae95.tar.bz2 upstream-ba1c1e901615fd7cefc0966bbdd9d0d81581ae95.zip |
base-files: retrigger usb coldplug after module loading, solves usb_modeswitch on boot and possibly others (#9352)
SVN-Revision: 26848
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 95ab5a7c17..c10f483270 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:=68 +PKG_RELEASE:=69 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |