Changeset 7928ca0 in freewrt for package/bluez-utils
- Timestamp:
- Nov 21, 2006, 12:10:27 AM (19 years ago)
- Children:
- 5ea5d8d
- Parents:
- a186a4dd
- Location:
- package/bluez-utils
- Files:
-
- 2 added
- 1 edited
-
Makefile (modified) (2 diffs)
-
files/bluez.init (added)
-
ipkg/bluez-utils.postinst (added)
Legend:
- Unmodified
- Added
- Removed
-
package/bluez-utils/Makefile
ra186a4dd r7928ca0 9 9 PKG_NAME:= bluez-utils 10 10 PKG_VERSION:= 2.24 11 PKG_RELEASE:= 311 PKG_RELEASE:= 4 12 12 PKG_MD5SUM:= 5f5488ff3d31bdb9cd36b7991fe68408 13 PKG_INIT:= 90 13 14 14 15 PKG_SOURCE_URL:= http://bluez.sourceforge.net/download … … 82 83 install -m0700 ./files/givepin $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 83 84 install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/hotplug.d/usb 85 install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/init.d 86 install -m0755 ./files/bluez.init \ 87 $(IDIR_BLUEZ_UTILS)/etc/init.d/S$(PKG_INIT)bluez 84 88 install -m0755 ./files/bcm203x \ 85 89 $(IDIR_BLUEZ_UTILS)/etc/hotplug.d/usb/02-bcm203x
Note:
See TracChangeset
for help on using the changeset viewer.
