Changeset 960
- Timestamp:
- 10/18/06 20:17:30 (2 years ago)
- Files:
-
- trunk/freewrt/package/broadcom-watchbutton/Makefile (modified) (1 diff)
- trunk/freewrt/package/broadcom-watchbutton/files/button.sh (deleted)
- trunk/freewrt/package/broadcom-watchbutton/files/umts.hotplug (copied) (copied from branches/freewrt_1_0/package/broadcom-watchbutton/files/umts.hotplug)
- trunk/freewrt/package/broadcom-watchbutton/files/watchbutton.init (copied) (copied from branches/freewrt_1_0/package/broadcom-watchbutton/files/watchbutton.init)
- trunk/freewrt/package/broadcom-watchbutton/ipkg/broadcom-watchbutton.postinst (copied) (copied from branches/freewrt_1_0/package/broadcom-watchbutton/ipkg/broadcom-watchbutton.postinst)
- trunk/freewrt/package/broadcom-watchbutton/watchbutton.init (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/broadcom-watchbutton/Makefile
r891 r960 30 30 $(INSTALL_DIR) $(IDIR_BROADCOM_WATCHBUTTON)/sbin 31 31 $(INSTALL_DIR) $(IDIR_BROADCOM_WATCHBUTTON)/etc/init.d 32 $(INSTALL_BIN) ./files/watchbutton.init \ 33 $(IDIR_BROADCOM_WATCHBUTTON)/etc/init.d/S$(PKG_INIT)watchbutton 32 34 $(INSTALL_DIR) $(IDIR_BROADCOM_WATCHBUTTON)/etc/hotplug.d/button 35 $(INSTALL_BIN) ./files/umts.hotplug \ 36 $(IDIR_BROADCOM_WATCHBUTTON)/etc/hotplug.d/button/umts 33 37 $(INSTALL_BIN) $(WRKBUILD)/watchbutton \ 34 38 $(IDIR_BROADCOM_WATCHBUTTON)/sbin/ 35 39 $(STRIP) $(IDIR_BROADCOM_WATCHBUTTON)/sbin/watchbutton 36 $(INSTALL_BIN) ./watchbutton.init \37 $(IDIR_BROADCOM_WATCHBUTTON)/etc/init.d/S$(PKG_INIT)watchbutton38 40 $(IPKG_BUILD) $(IDIR_BROADCOM_WATCHBUTTON) $(PACKAGE_DIR) 39 41


