Changeset 1135

Show
Ignore:
Timestamp:
11/13/06 21:59:38 (2 years ago)
Author:
wbx
Message:

sync with stable branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/bluez-utils/Makefile

    r1133 r1135  
    99PKG_NAME:=              bluez-utils 
    1010PKG_VERSION:=           2.24 
    11 PKG_RELEASE:=           2 
     11PKG_RELEASE:=           3 
    1212PKG_MD5SUM:=            5f5488ff3d31bdb9cd36b7991fe68408 
    1313 
     
    8181            $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 
    8282        install -m0700 ./files/givepin $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 
    83         install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/hotplug/usb  
    84         $(CP) $(WRKINST)/etc/hotplug/usb/bcm203x* \ 
    85                 $(IDIR_BLUEZ_UTILS)/etc/hotplug/usb 
     83        install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/hotplug.d/usb  
     84        install -m0755 ./files/bcm203x \ 
     85                $(IDIR_BLUEZ_UTILS)/etc/hotplug.d/usb/02-bcm203x 
     86        $(CP) $(WRKINST)/etc/hotplug/usb/bcm203x \ 
     87                $(IDIR_BLUEZ_UTILS)/usr/sbin 
    8688        $(RSTRIP) $(IDIR_BLUEZ_UTILS) 
    8789        $(IPKG_BUILD) $(IDIR_BLUEZ_UTILS) $(PACKAGE_DIR)