Changeset e1dfb1a in freewrt


Ignore:
Timestamp:
Sep 21, 2006, 5:50:11 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
9d40c28
Parents:
29f58d1
Message:

added small watchdog for WRT54G3G button. This is intended to be replaces as soon as gpio is handled on interupts.

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

Location:
package
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    r29f58d1 re1dfb1a  
    1717source "package/jffs2root/Config.in"
    1818source "package/mtd/Config.in"
     19source "package/broadcom-watchbutton/Config.in"
    1920source "package/webif/Config.in"
    2021endmenu
  • package/Makefile

    r29f58d1 re1dfb1a  
    2323package-$(FWRT_PACKAGE_BRIDGE_UTILS) += bridge-utils
    2424package-$(FWRT_PACKAGE_BROADCOM_NAS) += broadcom-nas
     25package-$(FWRT_PACKAGE_BROADCOM_WATCHBUTTON) += broadcom-watchbutton
    2526package-$(FWRT_PACKAGE_BUSYBOX) += busybox
    2627package-$(FWRT_PACKAGE_BWM) += bwm
Note: See TracChangeset for help on using the changeset viewer.