Changeset 1a3a168 in freewrt


Ignore:
Timestamp:
Nov 13, 2006, 9:40:31 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
ad48677
Parents:
75a47d8
Message:

now it works, nice document at http://pauli.borodulin.fi/hw/BCM2033_and_OpenWRT/

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1134 afb5a338-a214-0410-bd46-81f09a774fd1

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

Legend:

Unmodified
Added
Removed
  • package/bluez-utils/Makefile

    r75a47d8 r1a3a168  
    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.