Changeset 658
- Timestamp:
- 09/21/06 17:50:11 (6 years ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/broadcom-watchbutton (added)
- trunk/freewrt/package/broadcom-watchbutton/Config.in (added)
- trunk/freewrt/package/broadcom-watchbutton/Makefile (added)
- trunk/freewrt/package/broadcom-watchbutton/files (added)
- trunk/freewrt/package/broadcom-watchbutton/files/button.sh (added)
- trunk/freewrt/package/broadcom-watchbutton/ipkg (added)
- trunk/freewrt/package/broadcom-watchbutton/ipkg/broadcom-watchbutton.control (added)
- trunk/freewrt/package/broadcom-watchbutton/watchbutton.c (added)
- trunk/freewrt/package/broadcom-watchbutton/watchbutton.init (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r648 r658 17 17 source "package/jffs2root/Config.in" 18 18 source "package/mtd/Config.in" 19 source "package/broadcom-watchbutton/Config.in" 19 20 source "package/webif/Config.in" 20 21 endmenu trunk/freewrt/package/Makefile
r648 r658 23 23 package-$(FWRT_PACKAGE_BRIDGE_UTILS) += bridge-utils 24 24 package-$(FWRT_PACKAGE_BROADCOM_NAS) += broadcom-nas 25 package-$(FWRT_PACKAGE_BROADCOM_WATCHBUTTON) += broadcom-watchbutton 25 26 package-$(FWRT_PACKAGE_BUSYBOX) += busybox 26 27 package-$(FWRT_PACKAGE_BWM) += bwm


