Changeset 089fcf2 in freewrt


Ignore:
Timestamp:
Nov 13, 2006, 9:59:38 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
c13e46b
Parents:
179393c
Message:

sync with stable branch

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1135 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/bluez-utils
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • package/bluez-utils/Makefile

    r179393c r089fcf2  
    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)
Note: See TracChangeset for help on using the changeset viewer.